Answers for "mysql said: error 1819 (hy000) at line 1: your password does not satisfy the current policy requirements phpmysql install"

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

SHOW VARIABLES LIKE 'validate_password%';
Posted by: Guest on September-11-2020

Code answers related to "mysql said: error 1819 (hy000) at line 1: your password does not satisfy the current policy requirements phpmysql install"

Code answers related to "SQL"

Browse Popular Code Answers by Language