PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #2982

No support for MySQL 4.1 Password Hashing

Details

Request #2982No support for MySQL 4.1 Password Hashing
Submitted2004-12-17 01:39 UTC
Fromsam at viveka dot net dot au
Assigneddanielc
StatusBogus
PackageDB
PHP VersionIrrelevant
OSAll
Roadmaps(Not assigned)

Comments

[2004-12-17 01:39 UTC] sam at viveka dot net dot au

Description:
------------
DB does not support the new password hashing method of
MySQL 4.1, it would be nice if it did.

Currently when attempting to connect to the database the
client (PEAR:DB) returns the following MySQL error:

"Client does not support authentication protocol
requested by server; consider upgrading MySQL client"

Link: http://dev.mysql.com/doc/mysql/en/Old_client.html

Expected result:
----------------
Connect to DB

Actual result:
--------------
Does not connect to DB