环境
MySQL Version: 5.7
1 | mysql> show variables like '%plugin%'; |
查看密码策略
1 | show variables like '%validate_password_policy%'; |
修改密码策略
1 | set global validate_password_policy=0; |
1 | ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. |