PDA

View Full Version : MySQL trouble


DangerD
05-21-2008, 05:37 PM
i can't connect to MySQL
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

Apache running at another port using this php version works fine...

How can i solve this?

ffeingol
05-21-2008, 08:25 PM
Try rebuilding php. The version of MySQL compiled into the php does not match the version of MySQL that you are running.

Frank