Andrew

Your client application is trying to authenticate with the old mysql method, you need to update your client script or alternatively reset password to old version using:

SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');



Hope this helps

Regards
Jeremy

--
Jeremy Oliver
Bluejays PC Repair
tel 020 8656 1056
mob 07855833401
www.bluejayspc.co.uk


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to