CyberShot Posted January 28, 2011 Share Posted January 28, 2011 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? Quote Link to comment Share on other sites More sharing options...
Mr Hyde Posted January 28, 2011 Share Posted January 28, 2011 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? Quote Link to comment Share on other sites More sharing options...
CyberShot Posted January 28, 2011 Author Share Posted January 28, 2011 It seems to be working now. I think shutting down my computer fixed it somehow. Don't ask me how. Quote Link to comment Share on other sites More sharing options...
Sreenivas Posted January 29, 2011 Share Posted January 29, 2011 Useful guide to setting up WAMP(Includes phpmyadmin password) - http://guides.jlbn.net/setwamp/setwamp1.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.