美文网首页
解决MySQL8.0 初始化密码错误

解决MySQL8.0 初始化密码错误

作者: 虐心笔记 | 来源:发表于2019-12-15 08:14 被阅读0次

win10本地安装mysql8.0后,navicat连接报错:

2059-Authentication plugin'caching_sha2_password'cannot be loaded:dlopen **************************

解决方法:

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

相关文章

网友评论

      本文标题:解决MySQL8.0 初始化密码错误

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