Navicat连接MySQL Server8.0版Client does not support authentication protocol req

来源:这里教程网 时间:2026-03-01 15:56:33 作者:

Navicat 连接 MySQL Server8.0 版本时出现 Client does not support authentication protocol requested  by server ;解决如下: 命令如下: 1 use mysql; 2 alter user 'root'@'localhost' identified with mysql_native_password by 'root'; 3 flush privileges; 4 、ww  fhadmin org;

相关推荐