Problem with phpmyadmin mysql password
Hi - i've just started doing the tutorials in the book - however i'm having a problem getting xampp to work properly - it's all installed fine and was working perfectly until i created passwords in the phpmyadmin privileges section.
I changed the appropriate config.inc.php file but it doesn't connect - i get the following msg:
Error
MySQL said:
#1045 - Access denied for user 'mitchlowther'@'localhost' (using password: YES)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
no i notice it's trying to connect as mitchlowther @ localhost but should probably be 'root'@'localhost' - i have no idea how this works or the relationship between mysql, xampp and the phpmyadmin section?
how can i get it to work?
|