美文网首页
MySQL建立链接时报Authentication plugin

MySQL建立链接时报Authentication plugin

作者: 8a8d7f2e842b | 来源:发表于2019-12-10 09:44 被阅读0次

建立连接时,可能会出现报错:

Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/caching_sha2_password.so, 2): image not found

登录进入mysql后,执行:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';

相关文章

网友评论

      本文标题:MySQL建立链接时报Authentication plugin

      本文链接:https://www.haomeiwen.com/subject/urpwgctx.html