MySQL trouble

#1
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?
 
Last edited:

ffeingol

Well-Known Member
#2
Try rebuilding php. The version of MySQL compiled into the php does not match the version of MySQL that you are running.

Frank
 
Top