美文网首页
Mysql 8.0 caching-sha2-passwor

Mysql 8.0 caching-sha2-passwor

作者: 阿吖嗄 | 来源:发表于2018-07-06 16:18 被阅读75次

    ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER; #修改加密规则
    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; #更新一下用户的密码

    FLUSH PRIVILEGES; #刷新权限

    相关文章

      网友评论

          本文标题:Mysql 8.0 caching-sha2-passwor

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