Hello, I am getting following error while connecting to MySQL DB.
"Client does not support authentication protocol requested by server; consider upgrading MySQL client."
How can I solve it? Please help me. Thanks in advance.
Try using the [man]MySQLi[/man] extension (or [man]PDO[/man], or any updated interface) instead of the old, deprecated [man]MySQL[/man] extension.