码迷,mamicode.com
首页 > 数据库 > 详细

mysql5.7 Your password does not satisfy the current policy requirements问题解决

时间:2017-07-03 18:05:59      阅读:982      评论:0      收藏:0      [点我收藏+]

标签:and   har   form   validate   class   table   des   src   logs   

 

安装mysql5.7rpm包,在更改密码的时候,提示错误

技术分享

这是由于Mysql5.7默认对于密码的要求强度较高,设置的密码过于简单不予通过。要解决这个问题,涉及到的参数有validate_password_policy和validate_password_length。

validate_password_policy有以下取值:

PolicyTests Performed
0 or LOW Length
1 or MEDIUM Length; numeric, lowercase/uppercase, and special characters
2 or STRONG Length; numeric, lowercase/uppercase, and special characters; dictionary file

0是只要密码长度符合即可 ;1是必须符合长度,且必须含有数字,小写或大写字母,特殊字符;2是必须符合长度,且必须含有数字,小写或大写字母,特殊字符,字典文件。默认是1。validate_password_length是设置密码长度。

所以解决的办法是:

1、设置密码安全级别。

技术分享

2、设置密码长度

技术分享

3、更改密码

技术分享

 

mysql5.7 Your password does not satisfy the current policy requirements问题解决

标签:and   har   form   validate   class   table   des   src   logs   

原文地址:http://www.cnblogs.com/binbinyouni/p/7112195.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!