忘记MySQL的root密码,进不了mysql怎么办?

1。用root或者运行mysqld的用户登录系统 

2。利用kill命令结束掉mysqld的进程 

3。使用--skip-grant-tables参数启动MySQL Server 

shell>mysqld_safe --skip-grant-tables 

4。为root@localhost设置新密码 
shell>mysqladmin -u root flush-privileges password "newpassword" 

5。重启MySQL Server
posted @ 2010-12-18 13:57  super119  阅读(331)  评论(0编辑  收藏  举报