标签:update upd div star my.cnf pass mysqld 忘记 table
service mysqld stop
1 vim /etc/my.cnf 2 3 # 添加 4 skip-grant-tables
service mysqld start
1 # 登陆数据库 2 mysql 3 # 修改密码 4 update mysql.user set password=password(‘newpassword‘) where user=‘root‘
5、密码修改完成后,将my.cnf文件中添加的skip-grant-tables语句注释或删除掉,然后重启数据库即可
标签:update upd div star my.cnf pass mysqld 忘记 table
原文地址:http://www.cnblogs.com/gouge/p/7099351.html