Skip to content

Instantly share code, notes, and snippets.

@mattn9x
Created July 30, 2017 11:17
Show Gist options
  • Save mattn9x/2144c521f6d9f3dab05c70d39191dcd4 to your computer and use it in GitHub Desktop.
Save mattn9x/2144c521f6d9f3dab05c70d39191dcd4 to your computer and use it in GitHub Desktop.
Show plugin validate password
# SHOW VARIABLES LIKE 'validate_password%';
+--------------------------------------+--------+
| Variable_name | Value |
+--------------------------------------+--------+
| validate_password_dictionary_file | |
| validate_password_length | 8 |
| validate_password_mixed_case_count | 1 |
| validate_password_number_count | 1 |
| validate_password_policy | MEDIUM |
| validate_password_special_char_count | 1 |
+--------------------------------------+--------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment