| 
 Yeah, I cant make it work.
 On the 'grant all options' part, It says
 
 Welcome to the MySQL monitor.  Commands end with ; or \g.
 Your MySQL connection id is 17 to server version: 4.0.24-nt
 
 Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
 
 mysql> GRANT ALL PRIVILEGES ON *.* TO ______@localhost IDENTIFIED BY '_____' WITH GRANT OPTION;
 ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
 mysql>
 
 
 Rest assured my mysql is in c:\mysql\bin and thats what i put. Any help?
 |