mysqli_query(): (HY000/1819): Your password does not satisfy the current policy requirements

I generally use the PHPMyAdmin to generate the passwords,
what I’v done in this case, but I got the following error….
SHOW VARIABLES LIKE 'validate_password%';
Variable_name | Value | |
---|---|---|
validate_password_check_user_name | OFF | |
validate_password_dictionary_file | ||
validate_password_length | 8 | |
validate_password_mixed_case_count | 1 | |
validate_password_number_count | 1 | |
validate_password_policy | MEDIUM | |
validate_password_special_char_count | 1 |
SET GLOBAL validate_password_policy = 0;