当前位置:   article > 正文

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

error 1819 (hy000): your password does not satisfy the current policy requir

当我执行以下命令修改密码时

alter user user() identified by "hadoop";
  • 1

出现报错:

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
  • 1

通过翻译:

错误 1819 (HY000):您的密码不符合当前策略要求
  • 1

也就是说密码太简单了

解决办法

修改策略以及密码长度

set global validate_password_policy=0
set global validate_password_length=1;
  • 1
  • 2

即可解决以上问题

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/喵喵爱编程/article/detail/758209
推荐阅读
相关标签
  

闽ICP备14008679号