美文网首页工作生活
解决:Authentication plugin 'cachin

解决:Authentication plugin 'cachin

作者: 黄宝玲_1003 | 来源:发表于2019-07-04 14:54 被阅读0次

安装mysql8.0后客户端连不上,报错Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(): image not found 。

修改 root 用户密码:

mysql>ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'root'; 

原文链接

相关文章

网友评论

    本文标题:解决:Authentication plugin 'cachin

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