[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client



Yes, but it is by default set 1

# For compatibility to other Debian packages that still use
# libmysqlclient10 and libmysqlclient12.
old_passwords   = 1


Means that is ON and older clients should work also...? but it wont work, only way that I get it work was modify mysql user like Justin says:

mysql> set password for user@localhost = OLD_PASSWORD('somepasswrd');

Pekka

 
> On 2005-03-09 Justin Pryzby wrote:
> > You need to set the password using the mysql OLD_PASSWORD()
> function.
> > Googling for this has lots of results (even though it took me
> quite
> > some time to do it myself:(
> 
> The default /etc/mysql/my.cnf from mysql-server-4.1 has
> "old_passwords=1" set
> for exactly this reason...
> 
> bye,
> 
> -christian-
> 
> 

-----------------------------------------------------------------
City.fi:n huippusuosittu kulttipalvelu nyt myös matkapuhelimeesi.
Peilikuva on myös WAPissa! http://www.city.fi/mobiili/peilikuva/




Reply to: