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)
|