mysql连接问题
Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决如下:
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
命令如下:
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;

更多精彩