View Single Post
Old 01-26-2005, 03:45 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default

client library is from 3.23 branch
If you want to use with a 4.1 server, you'll need to change your user to use the old_password scheme.

update user set passowrd=OLD_PASSWORD('potato') were username='xyz';

(or something similar... this is discussed on mysql doc site, and in many forums; a google search for that error msg would show you the complete procedure to fix)
Mouton is offline