数据库
首页 > 数据库> > Mysql之Your password does not satisfy the current policy requirements

Mysql之Your password does not satisfy the current policy requirements

作者:互联网

查看当前密码策略

SHOW VARIABLES LIKE 'validate_password%'; 

 修改密码策略

 set global validate_password_policy=LOW;

set global validate_password_length=6;

标签:satisfy,set,requirements,global,current,密码,policy,validate,password
来源: https://www.cnblogs.com/zhangcheng94/p/13689790.html