Mysql之Your password does not satisfy the current policy requirements

查看当前密码策略

SHOW VARIABLES LIKE 'validate_password%'; 

Mysql之Your password does not satisfy the current policy requirements

 修改密码策略

 set global validate_password_policy=LOW;

set global validate_password_length=6;

Mysql之Your password does not satisfy the current policy requirements

上一篇:等保审核 --- MySQL密码复杂度


下一篇:威佐夫博弈