Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到以下错误:
客户端不支持服务器请求的认证协议;考虑升级 MySQL 客户端
我知道我可以解决它:
SET PASSWORD FOR user@localhost = OLD_PASSWORD('password');
但我想知道是否有另一种方法可以通过使用不同的 PHP mysql 扩展或其他方式来做到这一点?
一种选择是OLD_PASSWORD按照您的建议使用,另一种选择是升级 MySQL 客户端库和 PHP MySQL 绑定。我不知道任何其他选择:没有替代库。
OLD_PASSWORD