View Single Post
  #1  
Old 07-04-2003, 10:03 AM
dandyandy70
Fire Beetle
 
Join Date: Jul 2003
Posts: 1
Default For all those still getting the 1045 do this

change directory to mysql\bin then run mysql.exe --user=root eq
then do the
GRANT ALL PRIVILEGES ON eq.* to 'yourusername'@127.0.0.1 IDENTIFIED BY 'yourpassword'; do it like that instead of localhost and bingo there you go...
Reply With Quote