use mysql;
update user set authentication_string=password('yyyyyy') where user='xxxxxx' and host='localhost';
flush privileges;
mysql修改密码,久了都忘了
最新推荐文章于 2024-03-22 11:00:00 发布
use mysql;
update user set authentication_string=password('yyyyyy') where user='xxxxxx' and host='localhost';
flush privileges;