不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2014-04-01 20:37:00  修改时间:2025-11-27 06:36:59  分类:03.MySQL/PgSQL/Redis  编辑

点击顶部的“SQL”标签进入sql命令输入界面。输入以下命令:

update mysql.user set password=PASSWORD('snsgou$123456') where user='root';

注意了,如果你修改了root密码之后我们的phpMyAdmin的配置文件中的密码也需要修改,否则登录不上去哦。

找到 

$cfg['Servers'][$i]['password'] = '';

修改为

$cfg['Servers'][$i]['password'] = 'snsgou$123456';

 

重启MySQL服务后新密码生效!