I don't use WinMySQLAdmin, but I've done all of the relevant GRANT commands. They effected an "unable to authenticate" error with my mysql client, so I changed to the old style of passwords using
SET PASSWORD FOR myuser@localhost = old_password('mypass');
Now I don't get the authentication error, I only get the #1045.
|