Error message when I try to change the root password in PHPmyadmin.
Posted by: serpa7 (---.adsl.snet.net)
Date: March 19, 2006 08:06PM

Hello all and thank you in advance for your time.

I have installed Wamp5 on my winxp machine, and everything works correctly. however, when I try to add a password to the root user in phpmyadmin (using the priviledges function), after I add the password, the next time I to open phpmyadmin, it gives me an error #1045 - Access denied for user 'root'@'localhost' (using password: NO)
any suggestions ?



Hi !!! Hello world !

Re: Error message when I try to change the root password in PHPmyadmin.
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: March 19, 2006 08:18PM

a simple search whould have shown that this questions has been ansered many times

you changed the password for the root account, you need to add that to the phpmyadmin config.ini.php file:

Fine this line 73
$cfg['Servers'][$i]['password'] = '';

Change it to:
$cfg['Servers'][$i]['password'] = 'Put_Your_Password_Here';

Sorry, only registered users may post in this forum.