Can't get access to PHPmyAdmin after setting a root password and using Instant Rails

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2010-04-03T02:04:19Z Indexed on 2010/04/03 2:13 UTC
Read the original article Hit count: 339

Filed under:
|
|

Wanted to get started with Ruby on Rails so I installed instant rails and set up a mysql password. Problem is now I can't get access to phpmyadmin.

From the rails control panel, when I go to configure >> database (via PhpMyadmin) it opens up phpmyadmin with the message

Error

MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password:

NO)

When I used to use XAMPP after setting a password instead of taking me directly within phpmyadmin (as it did without a password) it took me to the login screen instead. With instant rails that's not the case. Anyone had this problem when they first set a mysql password and using the instant rails package?

© Stack Overflow or respective owner

Related posts about phpmyadmin

Related posts about ruby-on-rails