Navicat连接mysql8 错误描述:1251- Client does not support authentication protocol解决:1.alter user root@localhost identified with mysql_native_password by 'root'; 2.flush privileges; 数据库 2023-08-22 199 点赞 3 评论 301 浏览