View Single Post
  #6  
Old 04-22-2005, 04:12 AM
newtonform
Fire Beetle
 
Join Date: Apr 2005
Posts: 17
Default

Quote:
Originally Posted by Malignus Wingnut
1) Post your error in the ERROR GUIDE...that's what it's for.

Secondly, find my.ini located in c:\windows\, delete this file, run winmysqladmin.exe again and you can pick a new user/pw.
We too. I delete my.ini file, run winmysqladmin.exe again,type a new user/pw,run mysql.exe type
GRANT ALL PRIVILEGES ON *.* TO myuser@localhost IDENTIFIED BY 'mypw' WITH GRANT OPTION;

but it display:
error 1045:access denied for user: '@localhost' (Using password:NO)
Reply With Quote