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
|