Fw: Mysql-4.1.7 and client library - Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-11-17 Thread webmaster

 Yare sure that this resolves my problem?
 My problem is the client graphical (webmin or phpmyadmin), working from
 shell (SSH) is all to place.
 Thanks
 Alessio


 - Original Message -
 From: Dathan Vance Pattishall [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, November 16, 2004 9:34 PM
 Subject: RE: Mysql-4.1.7 and client library - Client does not support
 authentication protocol requested by server; consider upgrading MySQL
client


  You need to reinstall your mysql api library to talk to mysql-4.1.7:
4.1.7
  has a different auth implementation that is more secure then the 3.23
 mysql
  protocol which your using. I suggest you link against the C-api that
comes
  with 4.1.7.
 
 
 
  DVP
  
  Dathan Vance Pattishall http://www.friendster.com
 
 
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
   Sent: Tuesday, November 16, 2004 11:38 AM
   To: [EMAIL PROTECTED]
   Subject: Mysql-4.1.7 and client library - Client does not support
   authentication protocol requested by server; consider upgrading MySQL
   client
  
   They are successful to install mysql-4.1.7 on o.s. solaris 8 thanks to
 the
   suggestions
   of Gleb Paharenko. Now when use webmin (last version 1.170) o
phpmyadmin
   (last version -2.6.0-pl2) I have this problem:
  
   DBI connect failed : Client does not support authentication protocol
   requested by server; consider upgrading MySQL client
  
   From shell it works all the solution to the problem exists? Or it
is
   better install the version 4.0.21?
  
  
   Thank's
   Alessio
 
 
 



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



Mysql-4.1.7 and client library - Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-11-16 Thread webmaster
They are successful to install mysql-4.1.7 on o.s. solaris 8 thanks to the 
suggestions
of Gleb Paharenko. Now when use webmin (last version 1.170) o phpmyadmin (last 
version -2.6.0-pl2) I have this problem:

DBI connect failed : Client does not support authentication protocol requested 
by server; consider upgrading MySQL client

From shell it works all the solution to the problem exists? Or it is 
better install the version 4.0.21?


Thank's
Alessio



Re: Mysql-4.1.7 and client library - Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-11-16 Thread William R. Mussatto
 They are successful to install mysql-4.1.7 on o.s. solaris 8 thanks to
 the suggestions of Gleb Paharenko. Now when use webmin (last version
 1.170) o phpmyadmin (last version -2.6.0-pl2) I have this problem:

 DBI connect failed : Client does not support authentication protocol
 requested by server; consider upgrading MySQL client

From shell it works all the solution to the problem exists? Or it
 is better install the version 4.0.21?


 Thank's
 Alessio
I had a similar problem with DBI/DBD.  The solution I used was to create
the passwords using OLD_PASSWORD('plaintextPassword') function
Look at http://dev.mysql.com/doc/mysql/en/Password_hashing.html for the
details as well as work arounds.  When they update DBD::mysql this should
go away.

-- 
William R. Mussatto, Senior Systems Engineer
Ph. 909-920-9154 ext. 27
FAX. 909-608-7061



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



Re: Mysql-4.1.7 and client library - Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-11-16 Thread Jeff Smelser
On Tuesday 16 November 2004 02:15 pm, William R. Mussatto wrote:

 I had a similar problem with DBI/DBD.  The solution I used was to create
 the passwords using OLD_PASSWORD('plaintextPassword') function
 Look at http://dev.mysql.com/doc/mysql/en/Password_hashing.html for the
 details as well as work arounds.  When they update DBD::mysql this should
 go away.

There is a new version for this..

DBD-mysql-2.9004

I think thats the version that started supporting it.

Jeff


pgp06SFsJVeZj.pgp
Description: PGP signature


RE: Mysql-4.1.7 and client library - Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-11-16 Thread Dathan Vance Pattishall
You need to reinstall your mysql api library to talk to mysql-4.1.7: 4.1.7
has a different auth implementation that is more secure then the 3.23 mysql
protocol which your using. I suggest you link against the C-api that comes
with 4.1.7.



DVP

Dathan Vance Pattishall http://www.friendster.com


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 16, 2004 11:38 AM
 To: [EMAIL PROTECTED]
 Subject: Mysql-4.1.7 and client library - Client does not support
 authentication protocol requested by server; consider upgrading MySQL
 client
 
 They are successful to install mysql-4.1.7 on o.s. solaris 8 thanks to the
 suggestions
 of Gleb Paharenko. Now when use webmin (last version 1.170) o phpmyadmin
 (last version -2.6.0-pl2) I have this problem:
 
 DBI connect failed : Client does not support authentication protocol
 requested by server; consider upgrading MySQL client
 
 From shell it works all the solution to the problem exists? Or it is
 better install the version 4.0.21?
 
 
 Thank's
 Alessio



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