View Single Post
  #3  
Old 03-24-2006, 10:52 AM
bsdlite
Fire Beetle
 
Join Date: Nov 2004
Location: Bozeman, MT
Posts: 3
Default

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.
Reply With Quote