摘要: 修改 /etc/my.cnf 添加 skip-grant-tables 修改完后重启mysql 这样就可以直接进入mysql 然后修改mysql数据库密码 mysql>update user set password=password("123456") where user="root"; 修改完 阅读全文
posted @ 2016-12-11 19:11 Array253 阅读(87) 评论(0) 推荐(0)