Navicat连接Mysql 8.0.16报错(Client does not support authentication protocol requested by server())

人生处万类,知识最为贤。这篇文章主要讲述Navicat连接Mysql 8.0.16报错:Client does not support authentication protocol requested by server?相关的知识,希望能为你提供帮助。


解决方法的命令如下:
切换到mysql安装目录下 :C:\\Program Files\\MySQL\\MySQL Server 8.0\\bin
登录进去执行以下命令
use mysql;
alter user root@localhost identified with mysql_native_password by ********;
【Navicat连接Mysql 8.0.16报错(Client does not support authentication protocol requested by server())】flush privileges;




    推荐阅读