Home  >  Article  >  Database  >  忘记mysql数据库root用户密码重置方法[图文]

忘记mysql数据库root用户密码重置方法[图文]

WBOY
WBOYOriginal
2016-06-07 18:05:271039browse

忘记mysql数据库root用户密码重置方法,需要的朋友可以参考下。

一首先介绍下我所用的环境情况:

1、windows 下;

2、php服务管理器wamp5;

二话不说直下正题:

1、打开任务管理器,结束进程 mysqld-nt.exe 如图:

2、运行命令窗口

1)、进行php服务管理器安装目录中的bin目录下 (我的为:D:\wamp\mysql\bin) ,

操作为:

如: mysqld-nt --skip-grant-tables; 回车

(4)、此时,看到光标只能一闪一闪的,不能操作时,即为成功了一大步;

具体如下图:

2)、另外再打开一个命令窗口:

操作为:

(1)、进行php服务管理器安装目录中的bin目录下 即:

具体如下图:

Statement:
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