上一篇: my.cnf 中文版
mysql忘记root密码怎么办?
[ 2009/05/08 19:00 | by selboo ]
把mysql的root密码给忘了
在liunux下先停掉mysql服务器
然后用–skip-grant-table参数重启动mysql的服务器
然后在shell下用mysql -u root进去修改root用户的密码就可以了
其实挺简单的
HOHO
windows下的原理也差不多
mysqld_safe启动mysql服务器时也是可以加那个参数的
/usr/local/mysql/bin/mysqld_safe --skip-grant-tables &