Skip to content

Instantly share code, notes, and snippets.

@imam932
Created October 14, 2020 08:43
Show Gist options
  • Save imam932/7e180e498052cbb93bd5409c6ddd7c80 to your computer and use it in GitHub Desktop.
Save imam932/7e180e498052cbb93bd5409c6ddd7c80 to your computer and use it in GitHub Desktop.
user eror ketika login di mysql 8
//masuk mysql cli
SHOW VARIABLES LIKE 'validate_password%';
SET GLOBAL validate_password.policy=LOW;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment