Created
July 30, 2017 11:17
-
-
Save mattn9x/2144c521f6d9f3dab05c70d39191dcd4 to your computer and use it in GitHub Desktop.
Show plugin validate password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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