Navicat连接Mysql 出现Authentication plugin 'caching_sha2_password' can't be loaded:乱码
进入mysql控制台
mysql -u root -p
use mysql
alter user 'root'@'%' identified with mysql_native_password by '1234';
flush privileges;
进入mysql控制台
mysql -u root -p
use mysql
alter user 'root'@'%' identified with mysql_native_password by '1234';
flush privileges;