Home » Database » DB » Bug #2982
No support for MySQL 4.1 Password Hashing
Details
| Request #2982 | No support for MySQL 4.1 Password Hashing |
|---|---|
| Submitted | 2004-12-17 01:39 UTC |
| From | sam at viveka dot net dot au |
| Assigned | danielc |
| Status | Bogus |
| Package | DB |
| PHP Version | Irrelevant |
| OS | All |
| 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