phpMyAdmin 2.7.0-pl2
Posted by: jerryr125 (---.hsd1.mi.comcast.net)
Date: February 19, 2006 06:09PM

I am trying to get phpMyAdmin 2.7.0-pl2 to work and here is what I am getting :


"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."

"#1045 - Access denied for user 'root'@'localhost' (using password: NO) "

Also, I am assuming I put all of my php stuff in the 'www' directory.

Thanks - jerry

Options: ReplyQuote
Re: phpMyAdmin 2.7.0-pl2
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: February 19, 2006 06:30PM

after you install wamp, leave the phpmyadmin folder where it is. but yes, put all your php and html files in the www folder.

if you are getting this message "#1045 - Access denied for user 'root'@'localhost' (using password: NO) " this means you must have set a password for the root user, you need to change line 70 of config.ini.php

change this:
$cfg['Servers'][$i]['password'] = '';

to this:
$cfg['Servers'][$i]['password'] = 'YourPasswordHere';

Options: ReplyQuote


Sorry, only registered users may post in this forum.