Thread: Error 1045
View Single Post
  #4  
Old 12-13-2004, 10:04 PM
Lanfo
Fire Beetle
 
Join Date: Dec 2004
Posts: 10
Default

I had this problem, and fixed it by changing my password and user name in my.ini then just re-did the GRANT ALL PRIV command.

open cmd promtp

(I had to use this method because it kept getting an error)

Code:
cd c:\mysql\bin
mysql -u root mysql

GRANT ALL PRIVILEGES TO *.* user@localhost IDENTIFIED BY 'pass' WITH GRANT OPTION;
Reply With Quote