Jump to content

password problem with phpmyadmin


CyberShot

Recommended Posts

I just set up wamp on my computer. I had phpmyadmin working. At the bottom of the screen it said that there was no password for the root user. I clicked on the privelages tab clicked edit next to root user and there was a password box there. I typed in a password, retyped the password in the second box and restarted wamp. Now when I go to phpmyadmin I get this error

 

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

 

So I then navigated to wamp/apps/phpmyadmin3.3.9/config.inc.php and I found on line 16

 

$cfg['Servers'][$i]['password'] = ' ';

 

so I typed my password in there and restarted wamp but I still get the error. What is missing?

Link to comment
https://forums.phpfreaks.com/topic/225928-password-problem-with-phpmyadmin/
Share on other sites

I just set up wamp on my computer. I had phpmyadmin working. At the bottom of the screen it said that there was no password for the root user. I clicked on the privelages tab clicked edit next to root user and there was a password box there. I typed in a password, retyped the password in the second box and restarted wamp. Now when I go to phpmyadmin I get this error

 

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

 

So I then navigated to wamp/apps/phpmyadmin3.3.9/config.inc.php and I found on line 16

 

$cfg['Servers'][$i]['password'] = ' ';

 

so I typed my password in there and restarted wamp but I still get the error. What is missing?

 

Can you login to MySQL as the root user, using that password?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.