Page 1 of 1

MySQL access denied

Posted: Wed Nov 16, 2005 8:36 am
by ljCharlie
I have setup PHP 5, MySQL 5, MySQL Administrator 1, and phpMyAdmin on my IIS server. Anyway, when I access the phpMyAdmin folder on through the url, I got the following error:

Welcome to phpMyAdmin 2.6.4-pl3

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'true.mydomain.org' (using password: NO)
Your help is appreciated.

Posted: Wed Nov 16, 2005 8:41 am
by twigletmac
Have you edited phpMyAdmin's config file to include the login information you use for MySQL Administrator? Looks like you've currently got it setup up with 'root' as the username 'true.mydomain.org' as the host and no password.

Mac

Posted: Wed Nov 16, 2005 8:46 am
by ljCharlie
Never mind, I got this to work now.