ERROR 1819 (HY000): Your password does not satisfy the current policy requirements.
MySQL Server version: 5.7.27 User creations Error.
=========================================
To check the VARIABLES of MySql Server.
SHOW VARIABLES LIKE 'validate_password%';
To change the validate_password_length.
SET GLOBAL validate_password_length=7;
To change the validate_password_policy.
SET GLOBAL validate_password_policy=LOW;
===========================================
MySQL Error Your Password does not Satisfy the Current Policy Requirements