Heim >Datenbank >MySQL-Tutorial >MySQL忘记root密码解决办法

MySQL忘记root密码解决办法

WBOY
WBOYOriginal
2016-06-07 15:46:381151Durchsuche

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

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

MySQL忘记root密码解决办法

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

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

net stop mysql

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

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

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

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



Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn