Bug 147219 - php-mysql needs upgrading to mysql4.1 client library
Summary: php-mysql needs upgrading to mysql4.1 client library
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: php
Version: 3.0
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Joe Orton
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-04 21:14 UTC by Mike Kinney
Modified: 2007-11-30 22:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-06 15:00:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mike Kinney 2005-02-04 21:14:00 UTC
Description of problem:
Need to upgrade 3.23 client library to 4.1 client library.

Warning: mysql_connect(): Client does not support authentication
protocol requested by server; consider upgrading MySQL client in xxx
(file) on line 52
Unable to connect to SQL server

Version-Release number of selected component (if applicable):
[root@dragon stmt2]# rpm -qa | grep -i mysql
php-mysql-4.3.2-19.ent
mod_auth_mysql-20030510-1.ent
perl-DBD-MySQL-2.1021-3
MySQL-python-0.9.1-6
mysql-3.23.58-1
mysql-devel-3.23.58-1
qt-MySQL-3.1.2-13.4
libdbi-dbd-mysql-0.6.5-5
mysql-bench-3.23.58-1


How reproducible:
Try to connect to a 4.1 mysql server.

Steps to Reproduce:
1. open a php page on 4.1 mysql database
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Joe Orton 2005-02-06 15:00:30 UTC
The MySQL 4.1 server is compatible with 3.2x clients if you add the
"old_passwords=1" option to the MySQL server's "my.cnf" in the
[mysqld] options.


Note You need to log in before you can comment on or make changes to this bug.