yyert 发表于 2017-12-6 10:19:08

mysql5.7更改密码

update mysql.user set authentication_string=password('12345') where user='root' and Host = 'localhost';
页: [1]
查看完整版本: mysql5.7更改密码