千家信息网

mysql5.7更改密码

发表于:2025-02-08 作者:千家信息网编辑
千家信息网最后更新 2025年02月08日,update mysql.user set authentication_string=password('12345') where user='root' and Host = 'localhos
千家信息网最后更新 2025年02月08日mysql5.7更改密码

update mysql.user set authentication_string=password('12345') where user='root' and Host = 'localhost';

0