| Posted: 21 Feb 2005 00:58 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Feb 2005 |
|
i'm having problems reconnecting back to mysql after accidentally deleting my username and password setting from phpmyadmin. It was ok before. Now it says error 1045. Access denied.
Need your help. thanks |
|
| Posted: 21 Feb 2005 14:24 | |
|
Registered User Currently Offline |
Posts: 32 Join Date: Feb 2005 |
|
You need to do the following at the command line:
Code:
net stop mysql c: cd \Programme\e-novative\WAMP\mysql\bin mysqld.exe --skip-grant-tables This should let you access MySql without username and password and allow you to create a new user, at least with the mysql command line tool. Reboot your computer when you are done to automatically restart MySql as a service. It should now allow you to connect with your new username and password. Kind regards, The >e-novative> Team -- >e-novative> - e-Business Software, Solutions & Services We make IT work for you. http://www.e-novative.de |
|