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 '********';
flush privileges;
版权声明:程序员胖胖胖虎阿 发表于 2022年11月24日 上午3:00。
转载请注明: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? | 胖虎的工具箱-编程导航
相关文章
暂无评论...