linux 更改mysql数据库账号密码

update mysql.user set password=password(‘新密码’) where User=”jeecn” and Host=”localhost”;

posted @ 2019-12-16 13:46  哦~杰克  阅读(898)  评论(0编辑  收藏  举报