Sometimes, installing connecting to MySQL from PHP, you will see this error: #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client This error occurs when you are using are using MySQL 4.1+ with an older version of PHP. Thankfully, you don't have to upgrade anything :). Here's how to fix the problem:
|