Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Last active October 8, 2016 16:29
Show Gist options
  • Save a1exlism/2452b4c8fc52c5f07de9f450c227c43e to your computer and use it in GitHub Desktop.
Save a1exlism/2452b4c8fc52c5f07de9f450c227c43e to your computer and use it in GitHub Desktop.
SHOW VARIABLES LIKE 'validate_password%'; ==> current settings
SET GLOBAL validate_password_policy = 'LOW';
SET GLOBAL validate_password_length = 5; ==> global change to this plugin
SET password=PASSWORD("your passwd");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment