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

mysql修改密码Your password does not satisfy the current policy requirements

时间:2017-01-09 11:13:31      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:技术   img   ble   str   ida   password   cas   not   current   

出现这个问题的原因是:密码过于简单。刚安装的mysql的密码默认强度是最高的,如果想要设置简单的密码就要修改validate_password_policy的值,

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

 

如果要修改这个值,

1、先登入到mysql

技术分享

2、设置安全级别

技术分享

3、默认密码长度为8,可以设置为其它值,最小4位

技术分享

4、设置新密码,刚安装完的mysql必须设置新密码(应该是从5.5版本开始)

技术分享

 

mysql修改密码Your password does not satisfy the current policy requirements

标签:技术   img   ble   str   ida   password   cas   not   current   

原文地址:http://www.cnblogs.com/yoursoul/p/6264059.html

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