MySQL8修改密码

作者: 3anLouYouGu1 | 来源:发表于2020-03-26 17:46 被阅读0次

    alter user'root'@'localhost' identified by '新密码';

    alter user'root'@'localhost' identified with mysql_native_password by '新密码';

    相关文章

      网友评论

        本文标题:MySQL8修改密码

        本文链接:https://www.haomeiwen.com/subject/uwocuhtx.html