This is a discussion on Mysql 4.1.0 & PHP 4.3.3 within the PHP Language forums, part of the PHP Programming Forums category; Hello, I'm trying to set up a local WAMP environment. But when I test to connect to mysql from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I'm trying to set up a local WAMP environment. But when I test to connect to mysql from PHP(4.3.3) I get an error: 'Client does not support authentication protocol requested by server. Consider upgrading MySQL client ' Does anyone know if it exists any PHP connection support for Mysql 4.1.0 or do I have to downgrade mysql? |
|
|||
|
erzon <erx@k.q> wrote:
> I'm trying to set up a local WAMP environment. But when I test to > connect to mysql from PHP(4.3.3) I get an error: > > 'Client does not support authentication protocol requested by > server. Consider upgrading MySQL client ' > > Does anyone know if it exists any PHP connection support for Mysql 4.1.0 > or do I have to downgrade mysql? Hi, Make sure you start the MySQL server with: --old-passwords Background: http://www.mysql.com/doc/en/Password_hashing.html HTH; JOn |