Navicat连接Mysql 8.0时出错:Client does not support authentication protocol requested by server

Navicat连接Mysql 8.0时出错:Client does not support authentication protocol requested  by server

解决方法:执行语句 alter user 'root'@'localhost'identified with mysql_native_password by '123456';

后面数字为你的数据库密码

注意引号位置  

Navicat连接Mysql 8.0时出错:Client does not support authentication protocol requested by server