Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: Rodrigo Bolton
Date: December 30, 2004 07:52AM

Hi all!

I solve this problem with MyODBC 3.51.X and MySQL Server 4.1.X using these commands below in mysql's cmd prompt:

use mysql;
set password for someone@some_host=old_password('new_password');
flush privileges;

So, MyODBC and MySQL and they lived together in perfect hapiness. :)

Options: ReplyQuote


Subject
Written By
Posted
Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
December 30, 2004 07:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.