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 153 点赞 2 评论 231 浏览