Skip to content

Instantly share code, notes, and snippets.

@ahmethelvaci
Created February 17, 2020 08:34
Show Gist options
  • Save ahmethelvaci/bb2efad65e20be2239d4f61421fa735f to your computer and use it in GitHub Desktop.
Save ahmethelvaci/bb2efad65e20be2239d4f61421fa735f to your computer and use it in GitHub Desktop.
Your password does not satisfy the current policy requirements
SET GLOBAL validate_password_policy = 0;
SET GLOBAL validate_password_length = 6;
SET GLOBAL validate_password_mixed_case_count = 0;
SET GLOBAL validate_password_number_count = 0;
SET GLOBAL validate_password_special_char_count = 0;
SHOW VARIABLES LIKE 'validate_password%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment