UPDATE user SET password=PASSWORD(a1b2c3d4+e5@Order.Com) WHERE user=root; FLUSH PRIVILEGES;"/> UPDATE user SET password=PASSWORD(a1b2c3d4+e5@Order.Com) WHERE user=root; FLUSH PRIVILEGES;">

Home >Database >Mysql Tutorial >七夕献礼---Mysql密码修改步骤(图)

七夕献礼---Mysql密码修改步骤(图)

WBOY
WBOYOriginal
2016-06-07 15:59:381069browse

1. 停止mysql服务 2. 进入到mysql的安装路径的bin目录下面 3. 修改mysql的root用户密码: 4. 修改密码的sql语句: vcD4KPHA+PHByZSBjbGFzcz0="brush:sql;">UPDATE user SET password=PASSWORD(a1b2c3d4+e5@Order.Com) WHERE user=root; FLUSH PRIVILEGES;

1. 停止mysql服务

\

2. 进入到mysql的安装路径的bin目录下面

\

3. 修改mysql的root用户密码:

\

4. 修改密码的sql语句:喎?http://www.2cto.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+PHByZSBjbGFzcz0="brush:sql;">UPDATE user SET password=PASSWORD('a1b2c3d4+e5@Order.Com') WHERE user='root'; FLUSH PRIVILEGES;

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