| Posted: 21 Oct 2005 18:49 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Oct 2005 |
|
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 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
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. |
|