mysql修改账号的密码

在mysql 命令行执行:

alter user 'root'@'localhost' identified by "newpassword";

posted @ 2023-03-15 17:50  江湖凶险  阅读(16)  评论(0)    收藏  举报