摘要: 编辑/etc/my.cnf 在[mysqld]中添加 skip-grant-tables :wq 保存退出 ·······2.进入mysql 修改密码 update mysql.user set password=PASSWORD('新密码')where User='root'; ERROR 105 阅读全文
posted @ 2020-03-25 10:02 ¥%--1001 阅读(132) 评论(0) 推荐(0)