-
错误原因:Mysql8.0以上的用户登录加密方式为
caching_sha2_password
,而Navicat不支持这种加密方式
报错: -
打开cmd,输入mysql -u root -p 登入mysql,输入命令:
sql ALTER USER ‘root‘@‘localhost‘ IDENTIFIED WITH mysql_native_password BY ‘200010‘
;
相关文章
- 06-29Navicat连接MySQL,出现2059 - authentication plugin 'caching_sha2_password'的解决方法
- 06-29Linux中Navicat Premium连接MySQL报错:2059 - authentication plugin caching_sha2_password cannot be loaded
- 06-29Navicat连接MySQL,出现2059 - authentication plugin 'caching_sha2_password'的解决方法
- 06-29Navicat连接8.xMysql报错:2059 - authentication plugin...解决方法