diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-11-25 18:47:44 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-12-04 10:41:55 +0100 |
commit | 7516a3c7f44fe45aaa6599c7e3135c7ef4f1c9ef (patch) | |
tree | d8356aa78a5b1fca3854282496338aaac3fc8550 /mysql-test/r/mysqld--help.result | |
parent | b81404671998009c25a56cc83aa7bf098ef9d964 (diff) | |
download | mariadb-git-7516a3c7f44fe45aaa6599c7e3135c7ef4f1c9ef.tar.gz |
strict_password_validation
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index f263dfebad9..e8ceaac0a1f 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -987,6 +987,11 @@ The following options may be given as the first argument: --stored-program-cache=# The soft upper limit for number of cached stored routines for one connection. + --strict-password-validation + When password validation plugins are enabled, reject + passwords that cannot be validated (passwords specified + as a hash) + (Defaults to on; use --skip-strict-password-validation to disable.) -s, --symbolic-links Enable symbolic link support. --sync-binlog=# Synchronously flush binary log to disk after every #th @@ -1348,6 +1353,7 @@ sort-buffer-size 2097152 sql-mode stack-trace TRUE stored-program-cache 256 +strict-password-validation TRUE symbolic-links FALSE sync-binlog 0 sync-frm FALSE |