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';
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
网友评论