When attempting to connect to MySQL using PHP, you might encounter an error like the following:
1 2 |
PDOException in Connector.php line 55: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client |
When attempting to connect to MySQL using PHP, you might encounter an error like the following:
1 2 |
PDOException in Connector.php line 55: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client |