Home > Database > Mysql Tutorial > MySQL忘记root密码解决办法

MySQL忘记root密码解决办法

WBOY
Release: 2016-06-07 15:46:38
Original
1151 people have browsed it

MySQL忘记密码,虽然是一件不该发生的事情,但是现实中因为各种情况,出现root用户无法登陆或是忘记root密码的情况,这时候就需要重置了,OK,废话不多说,看方法: 当输入密码时,意外发现登陆不进去,报错了,实在想不起来了 使用以下命令停止MySQL服务:

MySQL忘记密码,虽然是一件不该发生的事情,但是现实中因为各种情况,出现root用户无法登陆或是忘记root密码的情况,这时候就需要重置了,OK,废话不多说,看方法:

MySQL忘记root密码解决办法

当输入密码时,意外发现登陆不进去,报错了,实在想不起来了

使用以下命令停止MySQL服务:

net stop mysql
Copy after login

找到MySQL配置文件my.ini文件,在最底部加入以下配置:

skip-grant-tables
Copy after login
保存后重新启动MySQL服务
net start mysql
Copy after login
登陆是直接使用root用户无密码登陆

进入后直接使用update语句更新root密码即可。

关于skip-grant-tables解释请看:http://blog.csdn.net/a_lele123/article/details/43196191



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template