@@ -239,13 +239,29 @@ The following options may be given as the first argument:
239239 --caching-sha2-password-digest-rounds=#
240240 Number of SHA2 rounds to be done when storing a password
241241 hash onto disk.
242- --caching-sha2-password-private-key-path=name
242+ --caching-sha2-password-enforce-storage-format
243+ Enforce storage format for credentials. If set to TRUE,
244+ then accounts that are using caching_sha2_password and
245+ have password transformation stored in format other than
246+ what is specified by
247+ --caching_sha2_password_storage_format, will be forced to
248+ change their password upon login.
249+ --caching-sha2-password-private-key-path=name
243250 A fully qualified path to the private RSA key used for
244251 authentication.
252+ --caching-sha2-password-proxy-users
253+ If set to FALSE (the default), then the caching_sha2
254+ authentication plugin will not signal for authenticated
255+ users to be checked for mapping to proxy users. If set to
256+ TRUE, the plugin will flag associated authenticated
257+ accounts to be mapped to proxy users when the server
258+ option check_proxy_users is enabled.
245259 --caching-sha2-password-public-key-path=name
246260 A fully qualified path to the public RSA key used for
247261 authentication.
248- --character-set-filesystem=name
262+ --caching-sha2-password-storage-format=name
263+ Storage format for credentials.
264+ --character-set-filesystem=name
249265 Set the filesystem character set.
250266 -C, --character-set-server=name
251267 Set the default character set.
@@ -721,11 +737,11 @@ The following options may be given as the first argument:
721737 NULLS_UNEQUAL (default behavior for 4.1 and later),
722738 NULLS_EQUAL (emulate 4.0 behavior), and NULLS_IGNORED
723739 --myisam-use-mmap Use memory mapping for reading and writing MyISAM tables
724- --mysql-native-password[=name]
740+ --mysql-native-password[=name]
725741 Enable or disable mysql_native_password plugin. Possible
726742 values are ON, OFF, FORCE (don't start if the plugin
727743 fails to load).
728- --mysql-native-password-proxy-users
744+ --mysql-native-password-proxy-users
729745 If set to FALSE (the default), then the
730746 mysql_native_password plugin will not signal for
731747 authenticated users to be checked for mapping to proxy
@@ -1144,15 +1160,15 @@ The following options may be given as the first argument:
11441160 --replica-net-timeout=#
11451161 Number of seconds to wait for more data from a
11461162 replication connection before aborting the read.
1147- --replica-parallel-type=name
1163+ --replica-parallel-type=name
11481164 The method used by the replication applier to parallelize
11491165 transactions. DATABASE, indicates that it may apply
11501166 transactions in parallel in case they update different
11511167 databases. LOGICAL_CLOCK, which is the default, indicates
11521168 that it decides whether two transactions can be applied
11531169 in parallel using the logical timestamps computed by the
11541170 source.
1155- --replica-parallel-workers=#
1171+ --replica-parallel-workers=#
11561172 Number of worker threads for executing events in parallel
11571173 --replica-pending-jobs-size-max=#
11581174 Soft limit on the size, in bytes, of per-worker queues of
@@ -1410,10 +1426,10 @@ The following options may be given as the first argument:
14101426 --slave-net-timeout=#
14111427 This option is deprecated. Use replica_net_timeout
14121428 instead.
1413- --slave-parallel-type=name
1429+ --slave-parallel-type=name
14141430 This option is deprecated. Use replica_parallel_type
14151431 instead.
1416- --slave-parallel-workers=#
1432+ --slave-parallel-workers=#
14171433 This option is deprecated. Use replica_parallel_workers
14181434 instead.
14191435 --slave-pending-jobs-size-max=#
@@ -1534,10 +1550,10 @@ The following options may be given as the first argument:
15341550 Maximum amount of memory (in bytes) the TempTable storage
15351551 engine is allowed to allocate from the main memory (RAM)
15361552 before starting to store data on disk.
1537- --temptable-use-mmap
1553+ --temptable-use-mmap
15381554 Use mmap files for temptables. This variable is
15391555 deprecated and will be removed in a future release.
1540- --terminology-use-previous=name
1556+ --terminology-use-previous=name
15411557 Make monitoring tables and statements use the identifiers
15421558 that were in use before they were changed in a given
15431559 release. That includes names for mutexes, read/write
@@ -1629,6 +1645,7 @@ The following options may be given as the first argument:
16291645
16301646Variables (--variable-name=value)
16311647activate-all-roles-on-login FALSE
1648+ activate-mandatory-roles TRUE
16321649admin-address (No default value)
16331650admin-port 33062
16341651admin-ssl-ca (No default value)
@@ -1673,9 +1690,12 @@ binlog-transaction-compression-level-zstd 3
16731690binlog-transaction-dependency-history-size 25000
16741691block-encryption-mode aes-128-ecb
16751692bulk-insert-buffer-size 8388608
1676- caching-sha2-password-digest-rounds 5000
1693+ caching-sha2-password-digest-rounds 10000
1694+ caching-sha2-password-enforce-storage-format FALSE
16771695caching-sha2-password-private-key-path private_key.pem
1696+ caching-sha2-password-proxy-users FALSE
16781697caching-sha2-password-public-key-path public_key.pem
1698+ caching-sha2-password-storage-format CRYPT5
16791699character-set-filesystem binary
16801700character-set-server utf8mb4
16811701character-sets-dir MYSQL_CHARSETSDIR/
0 commit comments