摘要: Navicat连接MySQL Server8.0版本时出现Client does not support authentication protocol requested by server;解决如下: 命令如下: 1、use mysql; 2、alter user 'root'@'localho 阅读全文
posted @ 2019-11-09 23:52 海尚书 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 给了我提醒,是不是mysql8.0以上的版本密码策略和更改语法不对了。 重新操作一遍: #vim /etc/my.cnf 【mysql】 添加skip-grant-table #systemctl stop mysqld.service #systemctl start mysqld.service 阅读全文
posted @ 2019-11-09 23:36 海尚书 阅读(189) 评论(0) 推荐(0) 编辑