error message:
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
Reason:
https://dev.mysql.com/doc/refman/8.0/en/validate-password-options-variables.html#sysvar_validate_password.policy
How to Solve”
mysql> set global validate_password.policy=0;
Query OK, 0 rows affected (0.00 sec)
mysql> set global validate_password.length=8;
Query OK, 0 rows affected (0.00 sec)
Similar Posts:
- MYSQL ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
- ERROR 1820 (HY000): Unknown error 1820 [How to Solve]
- [Solved] Error 1054 (42s22) unknown column ‘password’ in ‘field list’ when updating the password of mysql5.7 or above
- [Solved] MYSQL ERROR 1044 (42000): Access denied for user ”@’localhost’ to database ‘mysql’
- MYSQL Login Error: mysqladmin: connect to server at ‘localhost’ failed
- ERROR 3021 (HY000): This operation cannot be performed with a running slave io thread; run STOP SLAVE IO_THREAD FOR CHANNEL ” first.
- ERROR 1044 (42000): Access denied for user ‘root’@’localhost’
- [Solved] MYSQL8 Error: ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061)
- [Solved] MYSQL8.0 Error: the user specified as a definer (‘root’@’%’) does not exist