View Single Post
  #4  
Old 10-31-2004, 09:50 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: ERROR 1045

Quote:
Originally Posted by Echoes
Error 1045, access denied for user: '@localhost' <using password: NO>
If you are getting that error when doing the GRANT command, run mysql like this:

C:\mysql\bin> mysql -u root

and then type in the GRANT commands.
Reply With Quote