View Single Post
  #3  
Old 09-23-2002, 12:55 PM
DuDeMaN
Sarnak
 
Join Date: Jul 2002
Posts: 75
Default

ya gotta grant yourself all privs or some stuff: Copied directly out of the readme :P...

If you receive a message saying Access Denied blahblah@localhost blah blah error. Try running Winmysqladmin.exe in the background.
If that does not work reboot your machine

And if that does not help. Open mysql.exe ( found in c:\mysql\bin )
Type in: GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; (press enter)
Close out of mysql.exe
Reply With Quote