I have a root user in mysql-server on the Ubuntu server. I am unable to login to phpmyadmin with the root user and password. I was trying to find the configuration file but could not locate it. Help would be appreciated.
Thanks in advance
|
I have a root user in mysql-server on the Ubuntu server. I am unable to login to phpmyadmin with the root user and password. I was trying to find the configuration file but could not locate it. Help would be appreciated. Thanks in advance |
||||
|
|
By "rootuser" you mean the MySQL root user, not the system root user, right? During the installation of The configuration files of phpMyAdmin are stored in |
|||||||||
|
|
Might for some reason the AllowRoot option be set to False? See the documentation. |
|||
|
|
|
I recently came across a very similar issue with Ubuntu 12.04. I just couldn't seem to login with root & no password. I set the AllowNoPassword setting to TRUE in the config. Later I found out that I was editing the wrong config.inc.php file to add the AllowNoPassword setting.
I believe the first is the debian local config file, which will override the usr version. |
|||
|
|
|
You have to reconfigure phpmyadmin, reset MySQL password.
Wish it helps! Have a nice day! |
|||
|
|