Navticat12连接Mysql8出现Authentication plugin caching sha2 password cannot be loaded错误

1、登录mysql后台

输入ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_PASSWORD';

最后的password换成自己的

Navticat12连接Mysql8出现Authentication plugin caching sha2 password cannot be loaded错误

2、重启mysql

net stop/start mysql

Navticat12连接Mysql8出现Authentication plugin caching sha2 password cannot be loaded错误

3、重新链接即可

Navticat12连接Mysql8出现Authentication plugin caching sha2 password cannot be loaded错误