Mysql连接错误。 PDO抛出SQLSTATE [HY000] [2054]

时间:2016-01-23 04:42:10

标签: php mysql pdo

我正在尝试将mysql与PDO连接,但遇到问题.PDOException引发了这个问题:

self.tableView.estimatedRowHeight = UITableViewAutomaticDimension;

PDO::__construct(): The server requested authentication method unknown to the client [mysql_old_password]

我试过SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client但仍然无法正常工作。

1 个答案:

答案 0 :(得分:0)

你很接近,但没有任何修饰符,you were only setting a session variable

要设置全局变量,请尝试以下操作:

SET GLOBAL old_passwords=0

或者,更好的是,使用old-passwords=0编辑配置文件并重新启动。

如果您使用旧密码格式设置旧帐户you'll need to upgrade them as well