Error 1045
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 20 to server version: 4.0.18-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; ERROR 1045: Access denied for user: '@localhost' (Using password: NO) I get this error when i type GRANT ALL... any help is nice |
answer
i really need an answer please im trying to start a server
|
Replace '%' with your username / password found in db.ini
If it still gives error remove my.ini file in C:\Windows\ then run mysqladmin and reenter username/password. If it still gives uninstall mysql, delete mysql directory and my.ini, and then reinstall. Quote:
Quote:
|
so it should look like GRANT ALL PRIVILEGES ON *.* to Kain/pass@localhost IDENTIFIED BY Kain/pass;
or GRANT ALL PRIVILEGES ON *.* to 'Kain/pass'@localhost IDENTIFIED BY 'Kain/pass'; or GRANT ALL PRIVILEGES ON *.* to 'Kainpass'@localhost IDENTIFIED BY 'Kainpass'; and the oher way without the ' |
ok if any1 posts post for future reference some1 has helped me fix it
|
All times are GMT -4. The time now is 10:03 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.