navicat 连接mysql 出现 Client does not support authentication protocol requested by server
进入到mysql;
alter user 'root'@'%' identified with mysql_native_password by '123456'; FLUSH PRIVILEGES;
进入到mysql;
alter user 'root'@'%' identified with mysql_native_password by '123456'; FLUSH PRIVILEGES;