Navicat for Mysql8.0.2 (1251-Client does not support authentication protocol ...)

Navicat for Mysql8.0.2 (1251-Client does not support authentication protocol ...)

暂时解决办法:

(原先修改密码:alter user 'root'@'localhost' identified  by 'password';)

登录mysql修改密码

alter user 'root'@'localhost' identified with mysql_native_password by 'password';