navicat 连接mysql 出现 Client does not support authentication protocol requested by server

进入到mysql;

alter user 'root'@'%' identified with mysql_native_password by '123456';

FLUSH PRIVILEGES;

  

原文地址:https://www.cnblogs.com/cangshublogs/p/10461504.html