»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / #1045 - Access denied for user AGAIN
Posted:  21 Oct 2005 18:49
i got the mysql service started so far.

but now i cannot log in.

error: #1045 - Access denied for user

i changed the username like Torman to the Administrator, without any success. why cannot I login to myphpadmin ?
Posted:  26 Oct 2005 13:27
You are logged in to phpMyAdmin with the username and password you defined on install. You cannot just change this unless you have created additional users in MySql.

Please try to access MySql at the command line

Code:


mysql --user=[your username] --password=[your password]


Use the username and password as defined on installation. You should see a mysql> prompt (you can leave with exit). If this does not work, try logging in as root without the --password.

Tell us what happens.