![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client A Google on this error message and I find a solution on the mysql forums, but it is very Windoze specific. |
#3
| |||
| |||
|
|
This error is not Windows specific. It happens when using a MySQL 4.0 client, connecting to a MySQL 4.1 or later server. For example, the PHP 4 distribution includes a precompiled MySQL 4.0 client, so it is frequent that we get this error when using a MySQL 4.1 or later server from PHP scripts. The same would happen anytime MySQL 4.0 client code is used to connect to a greater version MySQL server. See here for more info, and the remedy: http://dev.mysql.com/doc/refman/5.0/en/old-client.html Regards, Bill K. |
![]() |
| Thread Tools | |
| Display Modes | |
| |