MySQL数据库密码安全策略返回错误"ERROR 1819"
mysql> SET PASSWORD FOR 'db_user'@'172.17.0.1' = PASSWORD('my_password');
ERROR 1819 (HY000): Your password does not satisfy the current policy requirementsuninstall plugin validate_password;参考
Last updated
mysql> SET PASSWORD FOR 'db_user'@'172.17.0.1' = PASSWORD('my_password');
ERROR 1819 (HY000): Your password does not satisfy the current policy requirementsuninstall plugin validate_password;Last updated