当前位置:Gxlcms > mysql > mysql密码修改_MySQL

mysql密码修改_MySQL

时间:2021-07-01 10:21:17 帮助过:27人阅读

bitsCN.com

[root@slave1 ~]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

使用带密码的root用户登录后,修改密码即可,如下:

mysql> update user set password=password('') where user = 'root';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 2 Changed: 0 Warnings: 0

重启mysql,即可用mysql无密码登录了


bitsCN.com

人气教程排行