MySQL只与旧版本的PHP连接

时间:2015-11-22 01:56:18

标签: php mysql

我刚刚购买了一个新域名,我正在努力让我的项目在线,但是当我使用PHP 5.6时,我无法连接到MySQL(v.5.5.32)。我建立在MAMP上,MySQL v.5.5.42,PHP 5.6。只有当我降级到PHP 5.3时它才会连接。

我收到PHP 5.5和5.6的错误消息:

return evalFunct(state)

这就是我用来连接的东西:

20151121T204651: example.com/index.php
PHP Warning:  PDO::__construct(): The server requested authentication method unknown to the client [mysql_old_password] in /hermes/bosnaweb13a/b235/dom.examplecom/public_html/resource/connect.php on line 9
PHP Fatal error:  Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client' in /hermes/bosnaweb13a/b235/dom.examplecom/public_html/resource/connect.php:9
Stack trace:
#0 /hermes/bosnaweb13a/b235/dom.examplecom/public_html

虽然我可以使用5.3,但我不想使用那个版本的PHP。

0 个答案:

没有答案