Quote:
Originally Posted by Trumpcard
4.x mysql works fine.
The problem tends to be people not following the 'GRANT ALL PRIVILEGES' section of the howto closely.
From the readme off the main page....
Type in: GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%'; (press enter)
Close out of mysql.exe
|
That doesn't work for me...It keeps saying
ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)
So what now Mr.Trumpcard?