【发布时间】:2021-08-05 03:21:48
【问题描述】:
首先,请不要将我链接到这些帖子中的任何一个,因为我已经完整阅读了它们并且没有任何帮助:
- mysql cannot grant privilege to user, getting error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- Your password does not satisfy the current policy requirements
- mysql - ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
在 Ubuntu Server 20.04 上设置或重新配置 PHPMyAdmin 时,我不断收到上述错误(在标题中)。
要清楚,这是输入密码时提示错误的终端视图
现在是错误本身
这是我运行以下命令时的结果:
SHOW VARIABLES LIKE 'validate_password%';
我输入以下密码(显然是假的,但仍然符合上述密码要求):JoeBloggs2018$
为了我自己的理智,密码的细分:
- 长度:14 个字符
- 大写计数:2(混合大小写 = true)
- 数量:4
- 特殊字符数:1
这会导致我不理解的错误。我不想降低密码要求,但我只是出于故障排除的目的,但它仍然不起作用。
如果有人能提供帮助,我将不胜感激。
【问题讨论】:
标签: mysql phpmyadmin ubuntu-20.04