On May 25, 2005, at 5:12 PM, Farid Hamjavar wrote:

Situation:

System XYZ  RH AS 2.1
RH mysql client --> mysqlclient9-3.23.22-8
RH php -->  php-4.1.2-2.2 & php-mysql-4.1.2-2.2


System ABC  RH AS 3.0
RH mysql server --> 4.1.10-standard



The mysql client on XYZ can not talk to mysql server on ABC.

ABC is running 4.1 which has a new password format, so anything 4.0 and before can't authenticate.

Option of installing later version of the
mysqlclient  "MySQL-client-4.1.12-1.i386.rpm"  (off of mysql.com)
does not exist.

In that case start ABC with:

old-passwords

in the my.cnf file. Note this is less secure than using new style passwords.

Good luck,
Ware


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

Reply via email to