标签:bsp grant roo nbsp 配置 文件 my.cnf table 重启
修改配置文件:my.cnf 加上skip-grant-tables
重启mysql
mysql -uroot 登录
mysql> USE mysql ;
mysql> UPDATE user SET Password = password ( ‘new-password‘ ) WHERE User = ‘root‘ ;
mysql> flush privileges ;
mysql> quit
将配置文件改回来
标签:bsp grant roo nbsp 配置 文件 my.cnf table 重启
原文地址:http://www.cnblogs.com/mikeluwen/p/6347125.html