Answers for "error 1819 (hy000): your password does not satisfy the current policy requirements mysql>"

SQL
7

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

mysql> SET GLOBAL validate_password.policy = 0;
Posted by: Guest on August-23-2020
0

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

SET GLOBAL validate_password.length = 6;
SET GLOBAL validate_password.number_count = 0;
Posted by: Guest on November-09-2021

Code answers related to "error 1819 (hy000): your password does not satisfy the current policy requirements mysql>"

Code answers related to "SQL"

Browse Popular Code Answers by Language