MySQL 8 — error in setting simple password error 1819 (HY000): your password does not satisfy the current policy requirements

This problem can be solved by modifying variables.
Note: 8.0 is more variable with “. “than 5.7, so only half setting is not enough.

Separately executed:
set global validate_password.policy=0;

set global validate_password.length=4;

Read More: