error 1819 (hy000) your password does not satisfy the current policy requirements ubuntu 20.04 code example
Example 1: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
mysql> SET GLOBAL validate_password.policy = 0;
Example 2: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
mysql> SHOW VARIABLES LIKE 'validate_password%';