This article is tagged with:
Your password does not satisfy the current policy requirements
and mysql
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
mysql> SET GLOBAL validate_password.policy=LOW;
Your password does not satisfy the current policy requirements
SHOW VARIABLES LIKE 'validate_password%';
remove Your password does not satisfy the current policy requirements
UNINSTALL COMPONENT 'file://component_validate_password';