View Single Post
  #7  
Old 05-28-2003, 03:58 PM
a_pond_sturgeon
Sarnak
 
Join Date: Apr 2003
Location: Spokane, Wa
Posts: 31
Default here.

Try this:

Open up the DOS promt, or just go to start, run, then type in "command" without quotes.

(Make sure, you have winmysqladim running)

Then type in- c:\mysql\bin\mysql.exe

Then type in- --user=root eq

Then type in- GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;

That should help, it worked for me, just my 2cp.