我正在尝试将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
但仍然无法正常工作。
答案 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。