RE: Client does not support authentication protocol requested by server

2007-10-10 Thread Reinhart Viane
I would have a look here: http://dev.mysql.com/doc/refman/5.0/en/old-client.html Secondly, if I'm not mistaking, the some_host should be localhost if you want the script only to be able to connect from the local computer and % if you want the connection to be possible from any possible host. At le

Re: Client does not support authentication protocol requested by server

2006-03-26 Thread Michael Stassen
Andrew wrote: In the last episode (Mar 26), Andrew said: What could ever be the problem with the failing Perl DBI (C->B) connection, if everything is OK with a C->A connection (with and without Perl), and, in addition, a command-line C->B connection works? The password on B is a new-style pas

Re: Client does not support authentication protocol requested by server

2006-03-26 Thread Bluejays PC Services
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 Oliv

Re: Client does not support authentication protocol requested by server

2006-03-26 Thread Andrew
>In the last episode (Mar 26), Andrew said: >> What could ever be the problem with the failing Perl DBI (C->B) >> connection, if everything is OK with a C->A connection (with and >> without Perl), and, in addition, a command-line C->B connection >> works? > >The password on B is a new-style passwor

Re: Client does not support authentication protocol requested by server

2006-03-26 Thread Dan Nelson
In the last episode (Mar 26), Andrew said: > What could ever be the problem with the failing Perl DBI (C->B) > connection, if everything is OK with a C->A connection (with and > without Perl), and, in addition, a command-line C->B connection > works? The password on B is a new-style password, and

Re: Client does not support authentication protocol requested by server

2003-12-03 Thread Director General: NEFACOMP
Message - From: "Fernando Gomes Bernardino" <[EMAIL PROTECTED]> To: "MySQL - Lista Internacional" <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 12:33 Subject: Re: Client does not support authentication protocol requested by server > > >

Re: Client does not support authentication protocol requested by server

2003-12-03 Thread Fernando Gomes Bernardino
> Warning: mysql_pconnect(): Client does not support authentication protocol > requested by server. Consider upgrading MySQL client #1249 - Client does not support authentication protocol requested by server. Consider upgrading MySQL client ?? I have MySQL 4.1 on Linux. The "mysql_fix

Re: Client does not support authentication protocol requested by server

2003-12-03 Thread Nitin
r u getting this problem while coonecting through MySql Front or directly to the server? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 03, 2003 3:23 PM Subject: Client does not support authentication protocol requested by server > > >