MySQL Reference

Stone大约 298 分钟

MySQL Reference

Command Options

mysql Options

Option NameDescriptionIntroducedDeprecated
--auto-rehashopen in new windowEnable automatic rehashing
--auto-vertical-outputopen in new windowEnable automatic vertical result set display
--batchopen in new windowDo not use history file
--binary-as-hexopen in new windowDisplay binary values in hexadecimal notation
--binary-modeopen in new windowDisable \r\n - to - \n translation and treatment of \0 as end-of-query
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--character-sets-diropen in new windowDirectory where character sets are installed
--column-namesopen in new windowWrite column names in results
--column-type-infoopen in new windowDisplay result set metadata
--commentsopen in new windowWhether to retain or strip comments in statements sent to the server
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--connect-expired-passwordopen in new windowIndicate to server that client can handle expired-password sandbox mode
--connect-timeoutopen in new windowNumber of seconds before connection timeout
--databaseopen in new windowThe database to use
--debugopen in new windowWrite debugging log; supported only if MySQL was built with debugging support
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--delimiteropen in new windowSet the statement delimiter
--dns-srv-nameopen in new windowUse DNS SRV lookup for host information8.0.22
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--executeopen in new windowExecute the statement and quit
--fido-register-factoropen in new windowMultifactor authentication factors for which registration must be done8.0.27
--forceopen in new windowContinue even if an SQL error occurs
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--histignoreopen in new windowPatterns specifying which statements to ignore for logging
--hostopen in new windowHost on which MySQL server is located
--htmlopen in new windowProduce HTML output
--ignore-spacesopen in new windowIgnore spaces after function names
--init-commandopen in new windowSQL statement to execute after connecting
--line-numbersopen in new windowWrite line numbers for errors
--load-data-local-diropen in new windowDirectory for files named in LOAD DATA LOCAL statements8.0.21
--local-infileopen in new windowEnable or disable for LOCAL capability for LOAD DATA
--login-pathopen in new windowRead login path options from .mylogin.cnf
--max-allowed-packetopen in new windowMaximum packet length to send to or receive from server
--max-join-sizeopen in new windowThe automatic limit for rows in a join when using --safe-updates
--named-commandsopen in new windowEnable named mysql commands
--net-buffer-lengthopen in new windowBuffer size for TCP/IP and socket communication
--network-namespaceopen in new windowSpecify network namespace8.0.22
--no-auto-rehashopen in new windowDisable automatic rehashing
--no-beepopen in new windowDo not beep when errors occur
--no-defaultsopen in new windowRead no option files
--one-databaseopen in new windowIgnore statements except those for the default database named on the command line
--pageropen in new windowUse the given command for paging query output
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-authentication-kerberos-client-modeopen in new windowPermit GSSAPI pluggable authentication through the MIT Kerberos library on Windows8.0.32
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--promptopen in new windowSet the prompt to the specified format
--protocolopen in new windowTransport protocol to use
--quickopen in new windowDo not cache each query result
--rawopen in new windowWrite column values without escape conversion
--reconnectopen in new windowIf the connection to the server is lost, automatically try to reconnect
--safe-updatesopen in new window, --i-am-a-dummyopen in new windowAllow only UPDATE and DELETE statements that specify key values
--select-limitopen in new windowThe automatic limit for SELECT statements when using --safe-updates
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--show-warningsopen in new windowShow warnings after each statement if there are any
--sigint-ignoreopen in new windowIgnore SIGINT signals (typically the result of typing Control+C)
--silentopen in new windowSilent mode
--skip-auto-rehashopen in new windowDisable automatic rehashing
--skip-column-namesopen in new windowDo not write column names in results
--skip-line-numbersopen in new windowSkip line numbers for errors
--skip-named-commandsopen in new windowDisable named mysql commands
--skip-pageropen in new windowDisable paging
--skip-reconnectopen in new windowDisable reconnecting
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--syslogopen in new windowLog interactive statements to syslog
--tableopen in new windowDisplay output in tabular format
--teeopen in new windowAppend a copy of output to named file
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--unbufferedopen in new windowFlush the buffer after each query
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--verticalopen in new windowPrint query output rows vertically (one line per column value)
--waitopen in new windowIf the connection cannot be established, wait and retry instead of aborting
--xmlopen in new windowProduce XML output
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqladmin Options

Option NameDescriptionIntroducedDeprecated
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--connect-timeoutopen in new windowNumber of seconds before connection timeout
--countopen in new windowNumber of iterations to make for repeated command execution
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--forceopen in new windowContinue even if an SQL error occurs
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hostopen in new windowHost on which MySQL server is located
--login-pathopen in new windowRead login path options from .mylogin.cnf
--no-beepopen in new windowDo not beep when errors occur
--no-defaultsopen in new windowRead no option files
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--protocolopen in new windowTransport protocol to use
--relativeopen in new windowShow the difference between the current and previous values when used with the --sleep option
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--show-warningsopen in new windowShow warnings after statement execution
--shutdown-timeoutopen in new windowThe maximum number of seconds to wait for server shutdown
--silentopen in new windowSilent mode
--sleepopen in new windowExecute commands repeatedly, sleeping for delay seconds in between
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--verticalopen in new windowPrint query output rows vertically (one line per column value)
--waitopen in new windowIf the connection cannot be established, wait and retry instead of aborting
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqlcheck Options

Option NameDescriptionIntroducedDeprecated
--all-databasesopen in new windowCheck all tables in all databases
--all-in-1open in new windowExecute a single statement for each database that names all the tables from that database
--analyzeopen in new windowAnalyze the tables
--auto-repairopen in new windowIf a checked table is corrupted, automatically fix it
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--character-sets-diropen in new windowDirectory where character sets are installed
--checkopen in new windowCheck the tables for errors
--check-only-changedopen in new windowCheck only tables that have changed since the last check
--check-upgradeopen in new windowInvoke CHECK TABLE with the FOR UPGRADE option
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--databasesopen in new windowInterpret all arguments as database names
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--extendedopen in new windowCheck and repair tables
--fastopen in new windowCheck only tables that have not been closed properly
--forceopen in new windowContinue even if an SQL error occurs
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hostopen in new windowHost on which MySQL server is located
--login-pathopen in new windowRead login path options from .mylogin.cnf
--medium-checkopen in new windowDo a check that is faster than an --extended operation
--no-defaultsopen in new windowRead no option files
--optimizeopen in new windowOptimize the tables
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--protocolopen in new windowTransport protocol to use
--quickopen in new windowThe fastest method of checking
--repairopen in new windowPerform a repair that can fix almost anything except unique keys that are not unique
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--silentopen in new windowSilent mode
--skip-databaseopen in new windowOmit this database from performed operations
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--tablesopen in new windowOverrides the --databases or -B option
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--use-frmopen in new windowFor repair operations on MyISAM tables
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--write-binlogopen in new windowLog ANALYZE, OPTIMIZE, REPAIR statements to binary log. --skip-write-binlog adds NO_WRITE_TO_BINLOG to these statements
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqldump Options

Option NameDescriptionIntroducedDeprecated
--add-drop-databaseopen in new windowAdd DROP DATABASE statement before each CREATE DATABASE statement
--add-drop-tableopen in new windowAdd DROP TABLE statement before each CREATE TABLE statement
--add-drop-triggeropen in new windowAdd DROP TRIGGER statement before each CREATE TRIGGER statement
--add-locksopen in new windowSurround each table dump with LOCK TABLES and UNLOCK TABLES statements
--all-databasesopen in new windowDump all tables in all databases
--allow-keywordsopen in new windowAllow creation of column names that are keywords
--apply-replica-statementsopen in new windowInclude STOP REPLICA prior to CHANGE REPLICATION SOURCE TO statement and START REPLICA at end of output8.0.26
--apply-slave-statementsopen in new windowInclude STOP SLAVE prior to CHANGE MASTER statement and START SLAVE at end of output8.0.26
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--character-sets-diropen in new windowDirectory where character sets are installed
--column-statisticsopen in new windowWrite ANALYZE TABLE statements to generate statistics histograms
--commentsopen in new windowAdd comments to dump file
--compactopen in new windowProduce more compact output
--compatibleopen in new windowProduce output that is more compatible with other database systems or with older MySQL servers
--complete-insertopen in new windowUse complete INSERT statements that include column names
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--create-optionsopen in new windowInclude all MySQL-specific table options in CREATE TABLE statements
--databasesopen in new windowInterpret all name arguments as database names
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--delete-master-logsopen in new windowOn a replication source server, delete the binary logs after performing the dump operation8.0.26
--delete-source-logsopen in new windowOn a replication source server, delete the binary logs after performing the dump operation8.0.26
--disable-keysopen in new windowFor each table, surround INSERT statements with statements to disable and enable keys
--dump-dateopen in new windowInclude dump date as "Dump completed on" comment if --comments is given
--dump-replicaopen in new windowInclude CHANGE REPLICATION SOURCE TO statement that lists binary log coordinates of replica's source8.0.26
--dump-slaveopen in new windowInclude CHANGE MASTER statement that lists binary log coordinates of replica's source8.0.26
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--eventsopen in new windowDump events from dumped databases
--extended-insertopen in new windowUse multiple-row INSERT syntax
--fields-enclosed-byopen in new windowThis option is used with the --tab option and has the same meaning as the corresponding clause for LOAD DATA
--fields-escaped-byopen in new windowThis option is used with the --tab option and has the same meaning as the corresponding clause for LOAD DATA
--fields-optionally-enclosed-byopen in new windowThis option is used with the --tab option and has the same meaning as the corresponding clause for LOAD DATA
--fields-terminated-byopen in new windowThis option is used with the --tab option and has the same meaning as the corresponding clause for LOAD DATA
--flush-logsopen in new windowFlush MySQL server log files before starting dump
--flush-privilegesopen in new windowEmit a FLUSH PRIVILEGES statement after dumping mysql database
--forceopen in new windowContinue even if an SQL error occurs during a table dump
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hex-blobopen in new windowDump binary columns using hexadecimal notation
--hostopen in new windowHost on which MySQL server is located
--ignore-erroropen in new windowIgnore specified errors
--ignore-tableopen in new windowDo not dump given table
--include-master-host-portopen in new windowInclude MASTER_HOST/MASTER_PORT options in CHANGE MASTER statement produced with --dump-slave8.0.26
--include-source-host-portopen in new windowInclude SOURCE_HOST and SOURCE_PORT options in CHANGE REPLICATION SOURCE TO statement produced with --dump-replica8.0.26
--insert-ignoreopen in new windowWrite INSERT IGNORE rather than INSERT statements
--lines-terminated-byopen in new windowThis option is used with the --tab option and has the same meaning as the corresponding clause for LOAD DATA
--lock-all-tablesopen in new windowLock all tables across all databases
--lock-tablesopen in new windowLock all tables before dumping them
--log-erroropen in new windowAppend warnings and errors to named file
--login-pathopen in new windowRead login path options from .mylogin.cnf
--master-dataopen in new windowWrite the binary log file name and position to the output8.0.26
--max-allowed-packetopen in new windowMaximum packet length to send to or receive from server
--mysqld-long-query-timeopen in new windowSession value for slow query threshold8.0.30
--net-buffer-lengthopen in new windowBuffer size for TCP/IP and socket communication
--network-timeoutopen in new windowIncrease network timeouts to permit larger table dumps
--no-autocommitopen in new windowEnclose the INSERT statements for each dumped table within SET autocommit = 0 and COMMIT statements
--no-create-dbopen in new windowDo not write CREATE DATABASE statements
--no-create-infoopen in new windowDo not write CREATE TABLE statements that re-create each dumped table
--no-dataopen in new windowDo not dump table contents
--no-defaultsopen in new windowRead no option files
--no-set-namesopen in new windowSame as --skip-set-charset
--no-tablespacesopen in new windowDo not write any CREATE LOGFILE GROUP or CREATE TABLESPACE statements in output
--optopen in new windowShorthand for --add-drop-table --add-locks --create-options --disable-keys --extended-insert --lock-tables --quick --set-charset
--order-by-primaryopen in new windowDump each table's rows sorted by its primary key, or by its first unique index
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-authentication-kerberos-client-modeopen in new windowPermit GSSAPI pluggable authentication through the MIT Kerberos library on Windows8.0.32
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--protocolopen in new windowTransport protocol to use
--quickopen in new windowRetrieve rows for a table from the server a row at a time
--quote-namesopen in new windowQuote identifiers within backtick characters
--replaceopen in new windowWrite REPLACE statements rather than INSERT statements
--result-fileopen in new windowDirect output to a given file
--routinesopen in new windowDump stored routines (procedures and functions) from dumped databases
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--set-charsetopen in new windowAdd SET NAMES default_character_set to output
--set-gtid-purgedopen in new windowWhether to add SET @@GLOBAL.GTID_PURGED to output
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--show-create-skip-secondary-engineopen in new windowExclude SECONDARY ENGINE clause from CREATE TABLE statements8.0.18
--single-transactionopen in new windowIssue a BEGIN SQL statement before dumping data from server
--skip-add-drop-tableopen in new windowDo not add a DROP TABLE statement before each CREATE TABLE statement
--skip-add-locksopen in new windowDo not add locks
--skip-commentsopen in new windowDo not add comments to dump file
--skip-compactopen in new windowDo not produce more compact output
--skip-disable-keysopen in new windowDo not disable keys
--skip-extended-insertopen in new windowTurn off extended-insert
--skip-generated-invisible-primary-keyopen in new windowDo not include generated invisible primary keys in dump file8.0.30
--skip-optopen in new windowTurn off options set by --opt
--skip-quickopen in new windowDo not retrieve rows for a table from the server a row at a time
--skip-quote-namesopen in new windowDo not quote identifiers
--skip-set-charsetopen in new windowDo not write SET NAMES statement
--skip-triggersopen in new windowDo not dump triggers
--skip-tz-utcopen in new windowTurn off tz-utc
--socketopen in new windowUnix socket file or Windows named pipe to use
--source-dataopen in new windowWrite the binary log file name and position to the output8.0.26
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--tabopen in new windowProduce tab-separated data files
--tablesopen in new windowOverride --databases or -B option
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--triggersopen in new windowDump triggers for each dumped table
--tz-utcopen in new windowAdd SET TIME_ZONE='+00:00' to dump file
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--whereopen in new windowDump only rows selected by given WHERE condition
--xmlopen in new windowProduce XML output
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqlimport Options

Option NameDescriptionIntroducedDeprecated
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--columnsopen in new windowThis option takes a comma-separated list of column names as its value
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--deleteopen in new windowEmpty the table before importing the text file
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--fields-enclosed-byopen in new windowThis option has the same meaning as the corresponding clause for LOAD DATA
--fields-escaped-byopen in new windowThis option has the same meaning as the corresponding clause for LOAD DATA
--fields-optionally-enclosed-byopen in new windowThis option has the same meaning as the corresponding clause for LOAD DATA
--fields-terminated-byopen in new windowThis option has the same meaning as the corresponding clause for LOAD DATA
--forceopen in new windowContinue even if an SQL error occurs
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hostopen in new windowHost on which MySQL server is located
--ignoreopen in new windowSee the description for the --replace option
--ignore-linesopen in new windowIgnore the first N lines of the data file
--lines-terminated-byopen in new windowThis option has the same meaning as the corresponding clause for LOAD DATA
--localopen in new windowRead input files locally from the client host
--lock-tablesopen in new windowLock all tables for writing before processing any text files
--login-pathopen in new windowRead login path options from .mylogin.cnf
--low-priorityopen in new windowUse LOW_PRIORITY when loading the table
--no-defaultsopen in new windowRead no option files
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--protocolopen in new windowTransport protocol to use
--replaceopen in new windowThe --replace and --ignore options control handling of input rows that duplicate existing rows on unique key values
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--silentopen in new windowProduce output only when errors occur
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--use-threadsopen in new windowNumber of threads for parallel file-loading
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqlshow Options

Option NameDescriptionIntroducedDeprecated
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--compressopen in new windowCompress all information sent between client and server8.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--countopen in new windowShow the number of rows per table
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--default-character-setopen in new windowSpecify default character set
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--enable-cleartext-pluginopen in new windowEnable cleartext authentication plugin
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hostopen in new windowHost on which MySQL server is located
--keysopen in new windowShow table indexes
--login-pathopen in new windowRead login path options from .mylogin.cnf
--no-defaultsopen in new windowRead no option files
--passwordopen in new windowPassword to use when connecting to server
--password1open in new windowFirst multifactor authentication password to use when connecting to server8.0.27
--password2open in new windowSecond multifactor authentication password to use when connecting to server8.0.27
--password3open in new windowThird multifactor authentication password to use when connecting to server8.0.27
--pipeopen in new windowConnect to server using named pipe (Windows only)
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--protocolopen in new windowTransport protocol to use
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--show-table-typeopen in new windowShow a column indicating the table type
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--statusopen in new windowDisplay extra information about each table
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowVerbose mode
--versionopen in new windowDisplay version information and exit
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqlbinlog Options

Option NameDescriptionIntroducedDeprecated
--base64-outputopen in new windowPrint binary log entries using base-64 encoding
--bind-addressopen in new windowUse specified network interface to connect to MySQL Server
--binlog-row-event-max-sizeopen in new windowBinary log max event size
--character-sets-diropen in new windowDirectory where character sets are installed
--compressopen in new windowCompress all information sent between client and server8.0.178.0.18
--compression-algorithmsopen in new windowPermitted compression algorithms for connections to server8.0.18
--connection-server-idopen in new windowUsed for testing and debugging. See text for applicable default values and other particulars
--databaseopen in new windowList entries for just this database
--debugopen in new windowWrite debugging log
--debug-checkopen in new windowPrint debugging information when program exits
--debug-infoopen in new windowPrint debugging information, memory, and CPU statistics when program exits
--default-authopen in new windowAuthentication plugin to use
--defaults-extra-fileopen in new windowRead named option file in addition to usual option files
--defaults-fileopen in new windowRead only named option file
--defaults-group-suffixopen in new windowOption group suffix value
--disable-log-binopen in new windowDisable binary logging
--exclude-gtidsopen in new windowDo not show any of the groups in the GTID set provided
--force-if-openopen in new windowRead binary log files even if open or not closed properly
--force-readopen in new windowIf mysqlbinlog reads a binary log event that it does not recognize, it prints a warning
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--hexdumpopen in new windowDisplay a hex dump of the log in comments
--hostopen in new windowHost on which MySQL server is located
--idempotentopen in new windowCause the server to use idempotent mode while processing binary log updates from this session only
--include-gtidsopen in new windowShow only the groups in the GTID set provided
--local-loadopen in new windowPrepare local temporary files for LOAD DATA in the specified directory
--login-pathopen in new windowRead login path options from .mylogin.cnf
--no-defaultsopen in new windowRead no option files
--offsetopen in new windowSkip the first N entries in the log
--passwordopen in new windowPassword to use when connecting to server
--plugin-diropen in new windowDirectory where plugins are installed
--portopen in new windowTCP/IP port number for connection
--print-defaultsopen in new windowPrint default options
--print-table-metadataopen in new windowPrint table metadata
--protocolopen in new windowTransport protocol to use
--rawopen in new windowWrite events in raw (binary) format to output files
--read-from-remote-masteropen in new windowRead the binary log from a MySQL replication source server rather than reading a local log file8.0.26
--read-from-remote-serveropen in new windowRead binary log from MySQL server rather than local log file
--read-from-remote-sourceopen in new windowRead the binary log from a MySQL replication source server rather than reading a local log file8.0.26
--require-row-formatopen in new windowRequire row-based binary logging format8.0.19
--result-fileopen in new windowDirect output to named file
--rewrite-dbopen in new windowCreate rewrite rules for databases when playing back from logs written in row-based format. Can be used multiple times
--server-idopen in new windowExtract only those events created by the server having the given server ID
--server-id-bitsopen in new windowTell mysqlbinlog how to interpret server IDs in binary log when log was written by a mysqld having its server-id-bits set to less than the maximum; supported only by MySQL Cluster version of mysqlbinlog
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--set-charsetopen in new windowAdd a SET NAMES charset_name statement to the output
--shared-memory-base-nameopen in new windowShared-memory name for shared-memory connections (Windows only)
--short-formopen in new windowDisplay only the statements contained in the log
--skip-gtidsopen in new windowDo not include the GTIDs from the binary log files in the output dump file
--socketopen in new windowUnix socket file or Windows named pipe to use
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowPermissible ciphers for connection encryption
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation-list files
--ssl-fips-modeopen in new windowWhether to enable FIPS mode on client side
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--ssl-session-dataopen in new windowFile that contains SSL session data8.0.29
--ssl-session-data-continue-on-failed-reuseopen in new windowWhether to establish connections if session reuse fails8.0.29
--start-datetimeopen in new windowRead binary log from first event with timestamp equal to or later than datetime argument
--start-positionopen in new windowDecode binary log from first event with position equal to or greater than argument
--stop-datetimeopen in new windowStop reading binary log at first event with timestamp equal to or greater than datetime argument
--stop-neveropen in new windowStay connected to server after reading last binary log file
--stop-never-slave-server-idopen in new windowSlave server ID to report when connecting to server
--stop-positionopen in new windowStop decoding binary log at first event with position equal to or greater than argument
--tls-ciphersuitesopen in new windowPermissible TLSv1.3 ciphersuites for encrypted connections8.0.16
--tls-versionopen in new windowPermissible TLS protocols for encrypted connections
--to-last-logopen in new windowDo not stop at the end of requested binary log from a MySQL server, but rather continue printing to end of last binary log
--useropen in new windowMySQL user name to use when connecting to server
--verboseopen in new windowReconstruct row events as SQL statements
--verify-binlog-checksumopen in new windowVerify checksums in binary log
--versionopen in new windowDisplay version information and exit
--zstd-compression-levelopen in new windowCompression level for connections to server that use zstd compression8.0.18

mysqlsh Options

Option NameDescriptionIntroducedDeprecated
--open in new windowStart of API command line integration
--auth-methodopen in new windowAuthentication method to use
--clusteropen in new windowConnect to an InnoDB cluster8.0.4
--column-type-infoopen in new windowPrint metadata for columns in result sets8.0.14
--compressopen in new windowCompress all information sent between client and server8.0.14
--connect-timeoutopen in new windowConnection timeout for global session8.0.13
--credential-store-helperopen in new windowThe Secret Store helper for passwords8.0.12
--databaseopen in new windowThe schema to use (alias for --schema)
--dbaopen in new windowEnable X Protocol on connection with MySQL 5.7 server
--dba-log-sqlopen in new windowLog SQL statements that are executed by AdminAPI operations8.0.188.0.30
--dbpasswordopen in new windowPassword to use when connecting to server8.0.13
--dbuseropen in new windowMySQL user name to use when connecting to server8.0.13
--executeopen in new windowExecute the command and quit
--fido-register-factoropen in new windowRegister a FIDO device for authentication to the server8.0.29
--fileopen in new windowFile to process in batch mode
--forceopen in new windowContinue in SQL and batch modes even if errors occur
--get-server-public-keyopen in new windowRequest RSA public key from server
--helpopen in new windowDisplay help message and exit
--histignoreopen in new windowStrings that are not added to the history8.0.3
--hostopen in new windowHost on which MySQL server instance is located
--importopen in new windowImport JSON documents from a file or standard input8.0.13
--interactiveopen in new windowEmulate Interactive mode in batch mode
--jsopen in new window, --javascriptopen in new windowStart in JavaScript mode
--jsonopen in new windowPrint output in JSON format
--log-fileopen in new windowLog file location for this instance8.0.27
--log-levelopen in new windowSpecify logging level
--log-sqlopen in new windowLog all MySQL Shell-generated SQL statements to the MySQL Shell log file.8.0.30
-maopen in new windowDetect transport protocol for session automatically8.0.38.0.13
--mysqlopen in new window, -mcopen in new windowCreate a session using classic MySQL protocol8.0.3
--mysql-plugin-diropen in new windowDirectory where the client-side plugins are installed8.0.27
--mysqlxopen in new window, -mxopen in new windowCreate a session using X Protocol8.0.3
--name-cacheopen in new windowEnable automatic loading of table names based on the active default schema8.0.4
--no-name-cacheopen in new windowDisable autocompletion8.0.4
--no-passwordopen in new windowNo password is provided for this connection
--no-wizardopen in new window, --nwopen in new windowDisable the interactive wizards
--pageropen in new windowThe external pager tool used to display output8.0.13
--passwordopen in new windowPassword to use when connecting to server (alias for --dbpassword)
--password1open in new windowPassword 1 for multifactor authentication (equivalent to --password)8.0.28
--password2open in new windowPassword 2 for multifactor authentication8.0.28
--password3open in new windowPassword 3 for multifactor authentication8.0.28
--passwords-from-stdinopen in new windowRead the password from stdin
--portopen in new windowTCP/IP port number for connection
--pyopen in new window, --pythonopen in new windowStart in Python mode
--pycopen in new windowExecute a Python command and quit. Any options specified after this are treated as arguments of the processed command.8.0.31
--quiet-startopen in new windowStart without printing introductory information
--recreate-schemaopen in new windowDrop and recreate schema
--redirect-primaryopen in new windowEnsure connection to an InnoDB cluster's primary8.0.4
--redirect-secondaryopen in new windowEnsure connection to an InnoDB cluster's secondary
--result-formatopen in new windowSet the output format for this session8.0.14
--save-passwordsopen in new windowHow passwords are stored in the Secret Store8.0.12
--schemaopen in new windowThe schema to use
--server-public-key-pathopen in new windowPath name to file containing RSA public key
--show-warningsopen in new windowShow warnings after each statement if there are any (in SQL mode)
--socketopen in new windowUnix socket file or Windows named pipe to use (classic MySQL protocol only)
--sqlopen in new windowStart in SQL mode, auto-detecting protocol to use for connection
--sqlcopen in new windowStart in SQL mode using a classic MySQL protocol connection
--sqlxopen in new windowStart in SQL mode using an X Protocol connection8.0.3
--sshopen in new windowURI for connection to SSH server8.0.28
--ssh-config-fileopen in new windowConfiguration file for connection to SSH server8.0.28
--ssh-identity-fileopen in new windowIdentity file for connection to SSH server8.0.28
--ssl-caopen in new windowFile that contains list of trusted SSL Certificate Authorities
--ssl-capathopen in new windowDirectory that contains trusted SSL Certificate Authority certificate files
--ssl-certopen in new windowFile that contains X.509 certificate
--ssl-cipheropen in new windowName of the SSL cipher to use
--ssl-crlopen in new windowFile that contains certificate revocation lists
--ssl-crlpathopen in new windowDirectory that contains certificate revocation list files
--ssl-keyopen in new windowFile that contains X.509 key
--ssl-modeopen in new windowDesired security state of connection to server
--syslogopen in new windowLog interactive SQL statements to the system logging facility8.0.24
--tabbedopen in new windowDisplay output in tab separated format
--tableopen in new windowDisplay output in table format
--tls-versionopen in new windowPermissible TLS protocol for encrypted connections
--uriopen in new windowSession information in URI format
--useropen in new windowMySQL user name to use when connecting to server (alias for --dbuser)
--verboseopen in new windowActivate verbose output to the console8.0.17
--versionopen in new windowDisplay version information and exit
--verticalopen in new windowDisplay all SQL results vertically

Environment Variables

VariableDescription
AUTHENTICATION_KERBEROS_CLIENT_LOGKerberos authentication logging level.
AUTHENTICATION_LDAP_CLIENT_LOGClient-side LDAP authentication logging level.
AUTHENTICATION_PAM_LOGPAMopen in new window authentication plugin debug logging settings.
CCThe name of your C compiler (for running CMake).
CXXThe name of your C++ compiler (for running CMake).
CCThe name of your C compiler (for running CMake).
DBI_USERThe default user name for Perl DBI.
DBI_TRACETrace options for Perl DBI.
HOMEThe default path for the mysqlopen in new window history file is $HOME/.mysql_history.
LD_RUN_PATHUsed to specify the location of libmysqlclient.so.
LIBMYSQL_ENABLE_CLEARTEXT_PLUGINEnable mysql_clear_password authentication plugin; see Section 6.4.1.4, “Client-Side Cleartext Pluggable Authentication”open in new window.
LIBMYSQL_PLUGIN_DIRDirectory in which to look for client plugins.
LIBMYSQL_PLUGINSClient plugins to preload.
MYSQL_DEBUGDebug trace options when debugging.
MYSQL_GROUP_SUFFIXOption group suffix value (like specifying --defaults-group-suffixopen in new window).
MYSQL_HISTFILEThe path to the mysqlopen in new window history file. If this variable is set, its value overrides the default for $HOME/.mysql_history.
MYSQL_HISTIGNOREPatterns specifying statements that mysqlopen in new window should not log to $HOME/.mysql_history, or syslog if --syslogopen in new window is given.
MYSQL_HOMEThe path to the directory in which the server-specific my.cnf file resides.
MYSQL_HOSTThe default host name used by the mysqlopen in new window command-line client.
MYSQL_OPENSSL_UDF_DH_BITS_THRESHOLDMaximum key length for create_dh_parameters()open in new window. See Section 6.6.3, “MySQL Enterprise Encryption Usage and Examples”open in new window.
MYSQL_OPENSSL_UDF_DSA_BITS_THRESHOLDMaximum DSA key length for create_asymmetric_priv_key()open in new window. See Section 6.6.3, “MySQL Enterprise Encryption Usage and Examples”open in new window.
MYSQL_OPENSSL_UDF_RSA_BITS_THRESHOLDMaximum RSA key length for create_asymmetric_priv_key()open in new window. See Section 6.6.3, “MySQL Enterprise Encryption Usage and Examples”open in new window.
MYSQL_PS1The command prompt to use in the mysqlopen in new window command-line client.
MYSQL_PWDThe default password when connecting to mysqldopen in new window. Using this is insecure. See note following table.
MYSQL_TCP_PORTThe default TCP/IP port number.
MYSQL_TEST_LOGIN_FILEThe name of the .mylogin.cnf login path file.
MYSQL_TEST_TRACE_CRASHWhether the test protocol trace plugin crashes clients. See note following table.
MYSQL_TEST_TRACE_DEBUGWhether the test protocol trace plugin produces output. See note following table.
MYSQL_UNIX_PORTThe default Unix socket file name; used for connections to localhost.
MYSQLX_TCP_PORTThe X Plugin default TCP/IP port number.
MYSQLX_UNIX_PORTThe X Plugin default Unix socket file name; used for connections to localhost.
NOTIFY_SOCKETSocket used by mysqldopen in new window to communicate with systemd.
PATHUsed by the shell to find MySQL programs.
PKG_CONFIG_PATHLocation of mysqlclient.pc pkg-config file. See note following table.
TMPDIRThe directory in which temporary files are created.
TZThis should be set to your local time zone. See Section B.3.3.7, “Time Zone Problems”open in new window.
UMASKThe user-file creation mode when creating files. See note following table.
UMASK_DIRThe user-directory creation mode when creating directories. See note following table.
USERThe default user name on Windows when connecting to mysqldopen in new window.

Server Option, System Variable, and Status Variable

下表列出了 mysqld 中适用的所有命令行选项、系统变量和状态变量。

NameCmd-LineOption FileSystem VarStatus VarVar ScopeDynamic
abort-slave-event-countopen in new windowYesYes
Aborted_clientsopen in new windowYesGlobalNo
Aborted_connectsopen in new windowYesGlobalNo
Acl_cache_items_countopen in new windowYesGlobalNo
activate_all_roles_on_loginopen in new windowYesYesYesGlobalYes
admin_addressopen in new windowYesYesYesGlobalNo
admin_portopen in new windowYesYesYesGlobalNo
admin-sslopen in new windowYesYes
admin_ssl_caopen in new windowYesYesYesGlobalYes
admin_ssl_capathopen in new windowYesYesYesGlobalYes
admin_ssl_certopen in new windowYesYesYesGlobalYes
admin_ssl_cipheropen in new windowYesYesYesGlobalYes
admin_ssl_crlopen in new windowYesYesYesGlobalYes
admin_ssl_crlpathopen in new windowYesYesYesGlobalYes
admin_ssl_keyopen in new windowYesYesYesGlobalYes
admin_tls_ciphersuitesopen in new windowYesYesYesGlobalYes
admin_tls_versionopen in new windowYesYesYesGlobalYes
allow-suspicious-udfsopen in new windowYesYes
ansiopen in new windowYesYes
audit-logopen in new windowYesYes
audit_log_buffer_sizeopen in new windowYesYesYesGlobalNo
audit_log_compressionopen in new windowYesYesYesGlobalNo
audit_log_connection_policyopen in new windowYesYesYesGlobalYes
audit_log_current_sessionopen in new windowYesBothNo
Audit_log_current_sizeopen in new windowYesGlobalNo
audit_log_disableopen in new windowYesYesYesGlobalYes
audit_log_encryptionopen in new windowYesYesYesGlobalNo
Audit_log_event_max_drop_sizeopen in new windowYesGlobalNo
Audit_log_eventsopen in new windowYesGlobalNo
Audit_log_events_filteredopen in new windowYesGlobalNo
Audit_log_events_lostopen in new windowYesGlobalNo
Audit_log_events_writtenopen in new windowYesGlobalNo
audit_log_exclude_accountsopen in new windowYesYesYesGlobalYes
audit_log_fileopen in new windowYesYesYesGlobalNo
audit_log_filter_idopen in new windowYesBothNo
audit_log_flushopen in new windowYesGlobalYes
audit_log_formatopen in new windowYesYesYesGlobalNo
audit_log_format_unix_timestampopen in new windowYesYesYesGlobalYes
audit_log_include_accountsopen in new windowYesYesYesGlobalYes
audit_log_max_sizeopen in new windowYesYesYesGlobalYes
audit_log_password_history_keep_daysopen in new windowYesYesYesGlobalYes
audit_log_policyopen in new windowYesYesYesGlobalNo
audit_log_prune_secondsopen in new windowYesYesYesGlobalYes
audit_log_read_buffer_sizeopen in new windowYesYesYesVariesVaries
audit_log_rotate_on_sizeopen in new windowYesYesYesGlobalYes
audit_log_statement_policyopen in new windowYesYesYesGlobalYes
audit_log_strategyopen in new windowYesYesYesGlobalNo
Audit_log_total_sizeopen in new windowYesGlobalNo
Audit_log_write_waitsopen in new windowYesGlobalNo
authentication_fido_rp_idopen in new windowYesYesYesGlobalYes
authentication_kerberos_service_key_tabopen in new windowYesYesYesGlobalNo
authentication_kerberos_service_principalopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_auth_method_nameopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_base_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_root_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_root_pwdopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_ca_pathopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_group_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_group_search_filteropen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_init_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_log_statusopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_max_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_referralopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_server_hostopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_server_portopen in new windowYesYesYesGlobalYes
Authentication_ldap_sasl_supported_methodsopen in new windowYesGlobalNo
authentication_ldap_sasl_tlsopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_user_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_auth_method_nameopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_base_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_root_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_root_pwdopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_ca_pathopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_group_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_group_search_filteropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_init_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_log_statusopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_max_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_referralopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_server_hostopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_server_portopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_tlsopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_user_search_attropen in new windowYesYesYesGlobalYes
authentication_policyopen in new windowYesYesYesGlobalYes
authentication_windows_log_levelopen in new windowYesYesYesGlobalNo
authentication_windows_use_principal_nameopen in new windowYesYesYesGlobalNo
auto_generate_certsopen in new windowYesYesYesGlobalNo
auto_increment_incrementopen in new windowYesYesYesBothYes
auto_increment_offsetopen in new windowYesYesYesBothYes
autocommitopen in new windowYesYesYesBothYes
automatic_sp_privilegesopen in new windowYesYesYesGlobalYes
avoid_temporal_upgradeopen in new windowYesYesYesGlobalYes
back_logopen in new windowYesYesYesGlobalNo
basediropen in new windowYesYesYesGlobalNo
big_tablesopen in new windowYesYesYesBothYes
bind_addressopen in new windowYesYesYesGlobalNo
Binlog_cache_disk_useopen in new windowYesGlobalNo
binlog_cache_sizeopen in new windowYesYesYesGlobalYes
Binlog_cache_useopen in new windowYesGlobalNo
binlog-checksumopen in new windowYesYes
binlog_checksumopen in new windowYesYesYesGlobalYes
binlog_direct_non_transactional_updatesopen in new windowYesYesYesBothYes
binlog-do-dbopen in new windowYesYes
binlog_encryptionopen in new windowYesYesYesGlobalYes
binlog_error_actionopen in new windowYesYesYesGlobalYes
binlog_expire_logs_auto_purgeopen in new windowYesYesYesGlobalYes
binlog_expire_logs_secondsopen in new windowYesYesYesGlobalYes
binlog_formatopen in new windowYesYesYesBothYes
binlog_group_commit_sync_delayopen in new windowYesYesYesGlobalYes
binlog_group_commit_sync_no_delay_countopen in new windowYesYesYesGlobalYes
binlog_gtid_simple_recoveryopen in new windowYesYesYesGlobalNo
binlog-ignore-dbopen in new windowYesYes
binlog_max_flush_queue_timeopen in new windowYesYesYesGlobalYes
binlog_order_commitsopen in new windowYesYesYesGlobalYes
binlog_rotate_encryption_master_key_at_startupopen in new windowYesYesYesGlobalNo
binlog_row_event_max_sizeopen in new windowYesYesYesGlobalNo
binlog_row_imageopen in new windowYesYesYesBothYes
binlog_row_metadataopen in new windowYesYesYesGlobalYes
binlog_row_value_optionsopen in new windowYesYesYesBothYes
binlog_rows_query_log_eventsopen in new windowYesYesYesBothYes
Binlog_stmt_cache_disk_useopen in new windowYesGlobalNo
binlog_stmt_cache_sizeopen in new windowYesYesYesGlobalYes
Binlog_stmt_cache_useopen in new windowYesGlobalNo
binlog_transaction_compressionopen in new windowYesYesYesBothYes
binlog_transaction_compression_level_zstdopen in new windowYesYesYesBothYes
binlog_transaction_dependency_history_sizeopen in new windowYesYesYesGlobalYes
binlog_transaction_dependency_trackingopen in new windowYesYesYesGlobalYes
block_encryption_modeopen in new windowYesYesYesBothYes
build_idopen in new windowYesGlobalNo
bulk_insert_buffer_sizeopen in new windowYesYesYesBothYes
Bytes_receivedopen in new windowYesBothNo
Bytes_sentopen in new windowYesBothNo
caching_sha2_password_auto_generate_rsa_keysopen in new windowYesYesYesGlobalNo
caching_sha2_password_digest_roundsopen in new windowYesYesYesGlobalNo
caching_sha2_password_private_key_pathopen in new windowYesYesYesGlobalNo
caching_sha2_password_public_key_pathopen in new windowYesYesYesGlobalNo
Caching_sha2_password_rsa_public_keyopen in new windowYesGlobalNo
character_set_clientopen in new windowYesBothYes
character-set-client-handshakeopen in new windowYesYes
character_set_connectionopen in new windowYesBothYes
character_set_databaseopen in new window (note 1)YesBothYes
character_set_filesystemopen in new windowYesYesYesBothYes
character_set_resultsopen in new windowYesBothYes
character_set_serveropen in new windowYesYesYesBothYes
character_set_systemopen in new windowYesGlobalNo
character_sets_diropen in new windowYesYesYesGlobalNo
check_proxy_usersopen in new windowYesYesYesGlobalYes
chrootopen in new windowYesYes
clone_autotune_concurrencyopen in new windowYesYesYesGlobalYes
clone_block_ddlopen in new windowYesYesYesGlobalYes
clone_buffer_sizeopen in new windowYesYesYesGlobalYes
clone_ddl_timeoutopen in new windowYesYesYesGlobalYes
clone_delay_after_data_dropopen in new windowYesYesYesGlobalYes
clone_donor_timeout_after_network_failureopen in new windowYesYesYesGlobalYes
clone_enable_compressionopen in new windowYesYesYesGlobalYes
clone_max_concurrencyopen in new windowYesYesYesGlobalYes
clone_max_data_bandwidthopen in new windowYesYesYesGlobalYes
clone_max_network_bandwidthopen in new windowYesYesYesGlobalYes
clone_ssl_caopen in new windowYesYesYesGlobalYes
clone_ssl_certopen in new windowYesYesYesGlobalYes
clone_ssl_keyopen in new windowYesYesYesGlobalYes
clone_valid_donor_listopen in new windowYesYesYesGlobalYes
collation_connectionopen in new windowYesBothYes
collation_databaseopen in new window (note 1)YesBothYes
collation_serveropen in new windowYesYesYesBothYes
Com_admin_commandsopen in new windowYesBothNo
Com_alter_dbopen in new windowYesBothNo
Com_alter_eventopen in new windowYesBothNo
Com_alter_functionopen in new windowYesBothNo
Com_alter_procedureopen in new windowYesBothNo
Com_alter_resource_groupopen in new windowYesGlobalNo
Com_alter_serveropen in new windowYesBothNo
Com_alter_tableopen in new windowYesBothNo
Com_alter_tablespaceopen in new windowYesBothNo
Com_alter_useropen in new windowYesBothNo
Com_alter_user_default_roleopen in new windowYesGlobalNo
Com_analyzeopen in new windowYesBothNo
Com_assign_to_keycacheopen in new windowYesBothNo
Com_beginopen in new windowYesBothNo
Com_binlogopen in new windowYesBothNo
Com_call_procedureopen in new windowYesBothNo
Com_change_dbopen in new windowYesBothNo
Com_change_masteropen in new windowYesBothNo
Com_change_repl_filteropen in new windowYesBothNo
Com_change_replication_sourceopen in new windowYesBothNo
Com_checkopen in new windowYesBothNo
Com_checksumopen in new windowYesBothNo
Com_cloneopen in new windowYesGlobalNo
Com_commitopen in new windowYesBothNo
Com_create_dbopen in new windowYesBothNo
Com_create_eventopen in new windowYesBothNo
Com_create_functionopen in new windowYesBothNo
Com_create_indexopen in new windowYesBothNo
Com_create_procedureopen in new windowYesBothNo
Com_create_resource_groupopen in new windowYesGlobalNo
Com_create_roleopen in new windowYesGlobalNo
Com_create_serveropen in new windowYesBothNo
Com_create_tableopen in new windowYesBothNo
Com_create_triggeropen in new windowYesBothNo
Com_create_udfopen in new windowYesBothNo
Com_create_useropen in new windowYesBothNo
Com_create_viewopen in new windowYesBothNo
Com_dealloc_sqlopen in new windowYesBothNo
Com_deleteopen in new windowYesBothNo
Com_delete_multiopen in new windowYesBothNo
Com_doopen in new windowYesBothNo
Com_drop_dbopen in new windowYesBothNo
Com_drop_eventopen in new windowYesBothNo
Com_drop_functionopen in new windowYesBothNo
Com_drop_indexopen in new windowYesBothNo
Com_drop_procedureopen in new windowYesBothNo
Com_drop_resource_groupopen in new windowYesGlobalNo
Com_drop_roleopen in new windowYesGlobalNo
Com_drop_serveropen in new windowYesBothNo
Com_drop_tableopen in new windowYesBothNo
Com_drop_triggeropen in new windowYesBothNo
Com_drop_useropen in new windowYesBothNo
Com_drop_viewopen in new windowYesBothNo
Com_empty_queryopen in new windowYesBothNo
Com_execute_sqlopen in new windowYesBothNo
Com_explain_otheropen in new windowYesBothNo
Com_flushopen in new windowYesBothNo
Com_get_diagnosticsopen in new windowYesBothNo
Com_grantopen in new windowYesBothNo
Com_grant_rolesopen in new windowYesGlobalNo
Com_group_replication_startopen in new windowYesGlobalNo
Com_group_replication_stopopen in new windowYesGlobalNo
Com_ha_closeopen in new windowYesBothNo
Com_ha_openopen in new windowYesBothNo
Com_ha_readopen in new windowYesBothNo
Com_helpopen in new windowYesBothNo
Com_insertopen in new windowYesBothNo
Com_insert_selectopen in new windowYesBothNo
Com_install_componentopen in new windowYesGlobalNo
Com_install_pluginopen in new windowYesBothNo
Com_killopen in new windowYesBothNo
Com_loadopen in new windowYesBothNo
Com_lock_tablesopen in new windowYesBothNo
Com_optimizeopen in new windowYesBothNo
Com_preload_keysopen in new windowYesBothNo
Com_prepare_sqlopen in new windowYesBothNo
Com_purgeopen in new windowYesBothNo
Com_purge_before_dateopen in new windowYesBothNo
Com_release_savepointopen in new windowYesBothNo
Com_rename_tableopen in new windowYesBothNo
Com_rename_useropen in new windowYesBothNo
Com_repairopen in new windowYesBothNo
Com_replaceopen in new windowYesBothNo
Com_replace_selectopen in new windowYesBothNo
Com_replica_startopen in new windowYesBothNo
Com_replica_stopopen in new windowYesBothNo
Com_resetopen in new windowYesBothNo
Com_resignalopen in new windowYesBothNo
Com_restartopen in new windowYesBothNo
Com_revokeopen in new windowYesBothNo
Com_revoke_allopen in new windowYesBothNo
Com_revoke_rolesopen in new windowYesGlobalNo
Com_rollbackopen in new windowYesBothNo
Com_rollback_to_savepointopen in new windowYesBothNo
Com_savepointopen in new windowYesBothNo
Com_selectopen in new windowYesBothNo
Com_set_optionopen in new windowYesBothNo
Com_set_resource_groupopen in new windowYesGlobalNo
Com_set_roleopen in new windowYesGlobalNo
Com_show_authorsopen in new windowYesBothNo
Com_show_binlog_eventsopen in new windowYesBothNo
Com_show_binlogsopen in new windowYesBothNo
Com_show_charsetsopen in new windowYesBothNo
Com_show_collationsopen in new windowYesBothNo
Com_show_contributorsopen in new windowYesBothNo
Com_show_create_dbopen in new windowYesBothNo
Com_show_create_eventopen in new windowYesBothNo
Com_show_create_funcopen in new windowYesBothNo
Com_show_create_procopen in new windowYesBothNo
Com_show_create_tableopen in new windowYesBothNo
Com_show_create_triggeropen in new windowYesBothNo
Com_show_create_useropen in new windowYesBothNo
Com_show_databasesopen in new windowYesBothNo
Com_show_engine_logsopen in new windowYesBothNo
Com_show_engine_mutexopen in new windowYesBothNo
Com_show_engine_statusopen in new windowYesBothNo
Com_show_errorsopen in new windowYesBothNo
Com_show_eventsopen in new windowYesBothNo
Com_show_fieldsopen in new windowYesBothNo
Com_show_function_codeopen in new windowYesBothNo
Com_show_function_statusopen in new windowYesBothNo
Com_show_grantsopen in new windowYesBothNo
Com_show_keysopen in new windowYesBothNo
Com_show_master_statusopen in new windowYesBothNo
Com_show_ndb_statusopen in new windowYesBothNo
Com_show_open_tablesopen in new windowYesBothNo
Com_show_pluginsopen in new windowYesBothNo
Com_show_privilegesopen in new windowYesBothNo
Com_show_procedure_codeopen in new windowYesBothNo
Com_show_procedure_statusopen in new windowYesBothNo
Com_show_processlistopen in new windowYesBothNo
Com_show_profileopen in new windowYesBothNo
Com_show_profilesopen in new windowYesBothNo
Com_show_relaylog_eventsopen in new windowYesBothNo
Com_show_replica_statusopen in new windowYesBothNo
Com_show_replicasopen in new windowYesBothNo
Com_show_slave_hostsopen in new windowYesBothNo
Com_show_slave_statusopen in new windowYesBothNo
Com_show_statusopen in new windowYesBothNo
Com_show_storage_enginesopen in new windowYesBothNo
Com_show_table_statusopen in new windowYesBothNo
Com_show_tablesopen in new windowYesBothNo
Com_show_triggersopen in new windowYesBothNo
Com_show_variablesopen in new windowYesBothNo
Com_show_warningsopen in new windowYesBothNo
Com_shutdownopen in new windowYesBothNo
Com_signalopen in new windowYesBothNo
Com_slave_startopen in new windowYesBothNo
Com_slave_stopopen in new windowYesBothNo
Com_stmt_closeopen in new windowYesBothNo
Com_stmt_executeopen in new windowYesBothNo
Com_stmt_fetchopen in new windowYesBothNo
Com_stmt_prepareopen in new windowYesBothNo
Com_stmt_reprepareopen in new windowYesBothNo
Com_stmt_resetopen in new windowYesBothNo
Com_stmt_send_long_dataopen in new windowYesBothNo
Com_truncateopen in new windowYesBothNo
Com_uninstall_componentopen in new windowYesGlobalNo
Com_uninstall_pluginopen in new windowYesBothNo
Com_unlock_tablesopen in new windowYesBothNo
Com_updateopen in new windowYesBothNo
Com_update_multiopen in new windowYesBothNo
Com_xa_commitopen in new windowYesBothNo
Com_xa_endopen in new windowYesBothNo
Com_xa_prepareopen in new windowYesBothNo
Com_xa_recoveropen in new windowYesBothNo
Com_xa_rollbackopen in new windowYesBothNo
Com_xa_startopen in new windowYesBothNo
completion_typeopen in new windowYesYesYesBothYes
Compressionopen in new windowYesSessionNo
Compression_algorithmopen in new windowYesGlobalNo
Compression_levelopen in new windowYesGlobalNo
concurrent_insertopen in new windowYesYesYesGlobalYes
connect_timeoutopen in new windowYesYesYesGlobalYes
Connection_control_delay_generatedopen in new windowYesGlobalNo
connection_control_failed_connections_thresholdopen in new windowYesYesYesGlobalYes
connection_control_max_connection_delayopen in new windowYesYesYesGlobalYes
connection_control_min_connection_delayopen in new windowYesYesYesGlobalYes
Connection_errors_acceptopen in new windowYesGlobalNo
Connection_errors_internalopen in new windowYesGlobalNo
Connection_errors_max_connectionsopen in new windowYesGlobalNo
Connection_errors_peer_addressopen in new windowYesGlobalNo
Connection_errors_selectopen in new windowYesGlobalNo
Connection_errors_tcpwrapopen in new windowYesGlobalNo
connection_memory_chunk_sizeopen in new windowYesYesYesBothYes
connection_memory_limitopen in new windowYesYesYesBothYes
Connectionsopen in new windowYesGlobalNo
consoleopen in new windowYesYes
core-fileopen in new windowYesYes
core_fileopen in new windowYesGlobalNo
create_admin_listener_threadopen in new windowYesYesYesGlobalNo
Created_tmp_disk_tablesopen in new windowYesBothNo
Created_tmp_filesopen in new windowYesGlobalNo
Created_tmp_tablesopen in new windowYesBothNo
cte_max_recursion_depthopen in new windowYesYesYesBothYes
Current_tls_caopen in new windowYesGlobalNo
Current_tls_capathopen in new windowYesGlobalNo
Current_tls_certopen in new windowYesGlobalNo
Current_tls_cipheropen in new windowYesGlobalNo
Current_tls_ciphersuitesopen in new windowYesGlobalNo
Current_tls_crlopen in new windowYesGlobalNo
Current_tls_crlpathopen in new windowYesGlobalNo
Current_tls_keyopen in new windowYesGlobalNo
Current_tls_versionopen in new windowYesGlobalNo
daemon_memcached_enable_binlogopen in new windowYesYesYesGlobalNo
daemon_memcached_engine_lib_nameopen in new windowYesYesYesGlobalNo
daemon_memcached_engine_lib_pathopen in new windowYesYesYesGlobalNo
daemon_memcached_optionopen in new windowYesYesYesGlobalNo
daemon_memcached_r_batch_sizeopen in new windowYesYesYesGlobalNo
daemon_memcached_w_batch_sizeopen in new windowYesYesYesGlobalNo
daemonizeopen in new windowYesYes
datadiropen in new windowYesYesYesGlobalNo
ddl-rewriteropen in new windowYesYes
debugopen in new windowYesYesYesBothYes
debug_syncopen in new windowYesSessionYes
debug-sync-timeoutopen in new windowYesYes
default_authentication_pluginopen in new windowYesYesYesGlobalNo
default_collation_for_utf8mb4open in new windowYesBothYes
default_password_lifetimeopen in new windowYesYesYesGlobalYes
default_storage_engineopen in new windowYesYesYesBothYes
default_table_encryptionopen in new windowYesYesYesBothYes
default-time-zoneopen in new windowYesYes
default_tmp_storage_engineopen in new windowYesYesYesBothYes
default_week_formatopen in new windowYesYesYesBothYes
defaults-extra-fileopen in new windowYes
defaults-fileopen in new windowYes
defaults-group-suffixopen in new windowYes
delay_key_writeopen in new windowYesYesYesGlobalYes
Delayed_errorsopen in new windowYesGlobalNo
delayed_insert_limitopen in new windowYesYesYesGlobalYes
Delayed_insert_threadsopen in new windowYesGlobalNo
delayed_insert_timeoutopen in new windowYesYesYesGlobalYes
delayed_queue_sizeopen in new windowYesYesYesGlobalYes
Delayed_writesopen in new windowYesGlobalNo
disabled_storage_enginesopen in new windowYesYesYesGlobalNo
disconnect_on_expired_passwordopen in new windowYesYesYesGlobalNo
disconnect-slave-event-countopen in new windowYesYes
div_precision_incrementopen in new windowYesYesYesBothYes
dragnet.log_error_filter_rulesopen in new windowYesYesYesGlobalYes
dragnet.Statusopen in new windowYesGlobalNo
early-plugin-loadopen in new windowYesYes
end_markers_in_jsonopen in new windowYesYesYesBothYes
enforce_gtid_consistencyopen in new windowYesYesYesGlobalYes
enterprise_encryption.maximum_rsa_key_sizeopen in new windowYesYesYesGlobalYes
enterprise_encryption.rsa_support_legacy_paddingopen in new windowYesYesYesGlobalYes
eq_range_index_dive_limitopen in new windowYesYesYesBothYes
error_countopen in new windowYesSessionNo
Error_log_buffered_bytesopen in new windowYesGlobalNo
Error_log_buffered_eventsopen in new windowYesGlobalNo
Error_log_expired_eventsopen in new windowYesGlobalNo
Error_log_latest_writeopen in new windowYesGlobalNo
event_scheduleropen in new windowYesYesYesGlobalYes
exit-infoopen in new windowYesYes
expire_logs_daysopen in new windowYesYesYesGlobalYes
explain_formatopen in new windowYesYesYesBothYes
explicit_defaults_for_timestampopen in new windowYesYesYesBothYes
external-lockingopen in new windowYesYes
- Variable: skip_external_lockingopen in new window
external_useropen in new windowYesSessionNo
federatedopen in new windowYesYes
Firewall_access_deniedopen in new windowYesGlobalNo
Firewall_access_grantedopen in new windowYesGlobalNo
Firewall_cached_entriesopen in new windowYesGlobalNo
flushopen in new windowYesYesYesGlobalYes
Flush_commandsopen in new windowYesGlobalNo
flush_timeopen in new windowYesYesYesGlobalYes
foreign_key_checksopen in new windowYesBothYes
ft_boolean_syntaxopen in new windowYesYesYesGlobalYes
ft_max_word_lenopen in new windowYesYesYesGlobalNo
ft_min_word_lenopen in new windowYesYesYesGlobalNo
ft_query_expansion_limitopen in new windowYesYesYesGlobalNo
ft_stopword_fileopen in new windowYesYesYesGlobalNo
gdbopen in new windowYesYes
general_logopen in new windowYesYesYesGlobalYes
general_log_fileopen in new windowYesYesYesGlobalYes
generated_random_password_lengthopen in new windowYesYesYesBothYes
Global_connection_memoryopen in new windowYesGlobalNo
global_connection_memory_limitopen in new windowYesYesYesGlobalYes
global_connection_memory_trackingopen in new windowYesYesYesBothYes
group_concat_max_lenopen in new windowYesYesYesBothYes
group_replication_advertise_recovery_endpointsopen in new windowYesYesYesGlobalYes
group_replication_allow_local_lower_version_joinopen in new windowYesYesYesGlobalYes
group_replication_auto_increment_incrementopen in new windowYesYesYesGlobalYes
group_replication_autorejoin_triesopen in new windowYesYesYesGlobalYes
group_replication_bootstrap_groupopen in new windowYesYesYesGlobalYes
group_replication_clone_thresholdopen in new windowYesYesYesGlobalYes
group_replication_communication_debug_optionsopen in new windowYesYesYesGlobalYes
group_replication_communication_max_message_sizeopen in new windowYesYesYesGlobalYes
group_replication_communication_stackopen in new windowYesGlobalNo
group_replication_components_stop_timeoutopen in new windowYesYesYesGlobalYes
group_replication_compression_thresholdopen in new windowYesYesYesGlobalYes
group_replication_consistencyopen in new windowYesYesYesBothYes
group_replication_enforce_update_everywhere_checksopen in new windowYesYesYesGlobalYes
group_replication_exit_state_actionopen in new windowYesYesYesGlobalYes
group_replication_flow_control_applier_thresholdopen in new windowYesYesYesGlobalYes
group_replication_flow_control_certifier_thresholdopen in new windowYesYesYesGlobalYes
group_replication_flow_control_hold_percentopen in new windowYesYesYesGlobalYes
group_replication_flow_control_max_commit_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_member_quota_percentopen in new windowYesYesYesGlobalYes
group_replication_flow_control_min_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_min_recovery_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_modeopen in new windowYesYesYesGlobalYes
group_replication_flow_control_periodopen in new windowYesYesYesGlobalYes
group_replication_flow_control_release_percentopen in new windowYesYesYesGlobalYes
group_replication_force_membersopen in new windowYesYesYesGlobalYes
group_replication_group_nameopen in new windowYesYesYesGlobalYes
group_replication_group_seedsopen in new windowYesYesYesGlobalYes
group_replication_gtid_assignment_block_sizeopen in new windowYesYesYesGlobalYes
group_replication_ip_allowlistopen in new windowYesYesYesGlobalYes
group_replication_ip_whitelistopen in new windowYesYesYesGlobalYes
group_replication_local_addressopen in new windowYesYesYesGlobalYes
group_replication_member_expel_timeoutopen in new windowYesYesYesGlobalYes
group_replication_member_weightopen in new windowYesYesYesGlobalYes
group_replication_message_cache_sizeopen in new windowYesYesYesGlobalYes
group_replication_paxos_single_leaderopen in new windowYesYesYesGlobalYes
group_replication_poll_spin_loopsopen in new windowYesYesYesGlobalYes
group_replication_primary_memberopen in new windowYesGlobalNo
group_replication_recovery_complete_atopen in new windowYesYesYesGlobalYes
group_replication_recovery_compression_algorithmsopen in new windowYesYesYesGlobalYes
group_replication_recovery_get_public_keyopen in new windowYesYesYesGlobalYes
group_replication_recovery_public_key_pathopen in new windowYesYesYesGlobalYes
group_replication_recovery_reconnect_intervalopen in new windowYesYesYesGlobalYes
group_replication_recovery_retry_countopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_caopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_capathopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_certopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_cipheropen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_crlopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_crlpathopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_keyopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_verify_server_certopen in new windowYesYesYesGlobalYes
group_replication_recovery_tls_ciphersuitesopen in new windowYesYesYesGlobalYes
group_replication_recovery_tls_versionopen in new windowYesYesYesGlobalYes
group_replication_recovery_use_sslopen in new windowYesYesYesGlobalYes
group_replication_recovery_zstd_compression_levelopen in new windowYesYesYesGlobalYes
group_replication_single_primary_modeopen in new windowYesYesYesGlobalYes
group_replication_ssl_modeopen in new windowYesYesYesGlobalYes
group_replication_start_on_bootopen in new windowYesYesYesGlobalYes
group_replication_tls_sourceopen in new windowYesYesYesGlobalYes
group_replication_transaction_size_limitopen in new windowYesYesYesGlobalYes
group_replication_unreachable_majority_timeoutopen in new windowYesYesYesGlobalYes
group_replication_view_change_uuidopen in new windowYesYesYesGlobalYes
gtid_executedopen in new windowYesGlobalNo
gtid_executed_compression_periodopen in new windowYesYesYesGlobalYes
gtid_modeopen in new windowYesYesYesGlobalYes
gtid_nextopen in new windowYesSessionYes
gtid_ownedopen in new windowYesBothNo
gtid_purgedopen in new windowYesGlobalYes
Handler_commitopen in new windowYesBothNo
Handler_deleteopen in new windowYesBothNo
Handler_discoveropen in new windowYesBothNo
Handler_external_lockopen in new windowYesBothNo
Handler_mrr_initopen in new windowYesBothNo
Handler_prepareopen in new windowYesBothNo
Handler_read_firstopen in new windowYesBothNo
Handler_read_keyopen in new windowYesBothNo
Handler_read_lastopen in new windowYesBothNo
Handler_read_nextopen in new windowYesBothNo
Handler_read_prevopen in new windowYesBothNo
Handler_read_rndopen in new windowYesBothNo
Handler_read_rnd_nextopen in new windowYesBothNo
Handler_rollbackopen in new windowYesBothNo
Handler_savepointopen in new windowYesBothNo
Handler_savepoint_rollbackopen in new windowYesBothNo
Handler_updateopen in new windowYesBothNo
Handler_writeopen in new windowYesBothNo
have_compressopen in new windowYesGlobalNo
have_dynamic_loadingopen in new windowYesGlobalNo
have_geometryopen in new windowYesGlobalNo
have_opensslopen in new windowYesGlobalNo
have_profilingopen in new windowYesGlobalNo
have_query_cacheopen in new windowYesGlobalNo
have_rtree_keysopen in new windowYesGlobalNo
have_sslopen in new windowYesGlobalNo
have_statement_timeoutopen in new windowYesGlobalNo
have_symlinkopen in new windowYesGlobalNo
helpopen in new windowYesYes
histogram_generation_max_mem_sizeopen in new windowYesYesYesBothYes
host_cache_sizeopen in new windowYesYesYesGlobalYes
hostnameopen in new windowYesGlobalNo
identityopen in new windowYesSessionYes
immediate_server_versionopen in new windowYesSessionYes
information_schema_stats_expiryopen in new windowYesYesYesBothYes
init_connectopen in new windowYesYesYesGlobalYes
init_fileopen in new windowYesYesYesGlobalNo
init_replicaopen in new windowYesYesYesGlobalYes
init_slaveopen in new windowYesYesYesGlobalYes
initializeopen in new windowYesYes
initialize-insecureopen in new windowYesYes
innodbopen in new windowYesYes
innodb_adaptive_flushingopen in new windowYesYesYesGlobalYes
innodb_adaptive_flushing_lwmopen in new windowYesYesYesGlobalYes
innodb_adaptive_hash_indexopen in new windowYesYesYesGlobalYes
innodb_adaptive_hash_index_partsopen in new windowYesYesYesGlobalNo
innodb_adaptive_max_sleep_delayopen in new windowYesYesYesGlobalYes
innodb_api_bk_commit_intervalopen in new windowYesYesYesGlobalYes
innodb_api_disable_rowlockopen in new windowYesYesYesGlobalNo
innodb_api_enable_binlogopen in new windowYesYesYesGlobalNo
innodb_api_enable_mdlopen in new windowYesYesYesGlobalNo
innodb_api_trx_levelopen in new windowYesYesYesGlobalYes
innodb_autoextend_incrementopen in new windowYesYesYesGlobalYes
innodb_autoinc_lock_modeopen in new windowYesYesYesGlobalNo
innodb_background_drop_list_emptyopen in new windowYesYesYesGlobalYes
Innodb_buffer_pool_bytes_dataopen in new windowYesGlobalNo
Innodb_buffer_pool_bytes_dirtyopen in new windowYesGlobalNo
innodb_buffer_pool_chunk_sizeopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_debugopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_dump_at_shutdownopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_dump_nowopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_dump_pctopen in new windowYesYesYesGlobalYes
Innodb_buffer_pool_dump_statusopen in new windowYesGlobalNo
innodb_buffer_pool_filenameopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_in_core_fileopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_instancesopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_load_abortopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_load_at_startupopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_load_nowopen in new windowYesYesYesGlobalYes
Innodb_buffer_pool_load_statusopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_dataopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_dirtyopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_flushedopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_freeopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_latchedopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_miscopen in new windowYesGlobalNo
Innodb_buffer_pool_pages_totalopen in new windowYesGlobalNo
Innodb_buffer_pool_read_aheadopen in new windowYesGlobalNo
Innodb_buffer_pool_read_ahead_evictedopen in new windowYesGlobalNo
Innodb_buffer_pool_read_ahead_rndopen in new windowYesGlobalNo
Innodb_buffer_pool_read_requestsopen in new windowYesGlobalNo
Innodb_buffer_pool_readsopen in new windowYesGlobalNo
Innodb_buffer_pool_resize_statusopen in new windowYesGlobalNo
Innodb_buffer_pool_resize_status_codeopen in new windowYesGlobalNo
Innodb_buffer_pool_resize_status_progressopen in new windowYesGlobalNo
innodb_buffer_pool_sizeopen in new windowYesYesYesGlobalYes
Innodb_buffer_pool_wait_freeopen in new windowYesGlobalNo
Innodb_buffer_pool_write_requestsopen in new windowYesGlobalNo
innodb_change_buffer_max_sizeopen in new windowYesYesYesGlobalYes
innodb_change_bufferingopen in new windowYesYesYesGlobalYes
innodb_change_buffering_debugopen in new windowYesYesYesGlobalYes
innodb_checkpoint_disabledopen in new windowYesYesYesGlobalYes
innodb_checksum_algorithmopen in new windowYesYesYesGlobalYes
innodb_cmp_per_index_enabledopen in new windowYesYesYesGlobalYes
innodb_commit_concurrencyopen in new windowYesYesYesGlobalYes
innodb_compress_debugopen in new windowYesYesYesGlobalYes
innodb_compression_failure_threshold_pctopen in new windowYesYesYesGlobalYes
innodb_compression_levelopen in new windowYesYesYesGlobalYes
innodb_compression_pad_pct_maxopen in new windowYesYesYesGlobalYes
innodb_concurrency_ticketsopen in new windowYesYesYesGlobalYes
innodb_data_file_pathopen in new windowYesYesYesGlobalNo
Innodb_data_fsyncsopen in new windowYesGlobalNo
innodb_data_home_diropen in new windowYesYesYesGlobalNo
Innodb_data_pending_fsyncsopen in new windowYesGlobalNo
Innodb_data_pending_readsopen in new windowYesGlobalNo
Innodb_data_pending_writesopen in new windowYesGlobalNo
Innodb_data_readopen in new windowYesGlobalNo
Innodb_data_readsopen in new windowYesGlobalNo
Innodb_data_writesopen in new windowYesGlobalNo
Innodb_data_writtenopen in new windowYesGlobalNo
Innodb_dblwr_pages_writtenopen in new windowYesGlobalNo
Innodb_dblwr_writesopen in new windowYesGlobalNo
innodb_ddl_buffer_sizeopen in new windowYesYesYesBothYes
innodb_ddl_log_crash_reset_debugopen in new windowYesYesYesGlobalYes
innodb_ddl_threadsopen in new windowYesYesYesBothYes
innodb_deadlock_detectopen in new windowYesYesYesGlobalYes
innodb_dedicated_serveropen in new windowYesYesYesGlobalNo
innodb_default_row_formatopen in new windowYesYesYesGlobalYes
innodb_directoriesopen in new windowYesYesYesGlobalNo
innodb_disable_sort_file_cacheopen in new windowYesYesYesGlobalYes
innodb_doublewriteopen in new windowYesYesYesGlobalVaries
innodb_doublewrite_batch_sizeopen in new windowYesYesYesGlobalNo
innodb_doublewrite_diropen in new windowYesYesYesGlobalNo
innodb_doublewrite_filesopen in new windowYesYesYesGlobalNo
innodb_doublewrite_pagesopen in new windowYesYesYesGlobalNo
innodb_extend_and_initializeopen in new windowYesYesYesGlobalYes
innodb_fast_shutdownopen in new windowYesYesYesGlobalYes
innodb_fil_make_page_dirty_debugopen in new windowYesYesYesGlobalYes
innodb_file_per_tableopen in new windowYesYesYesGlobalYes
innodb_fill_factoropen in new windowYesYesYesGlobalYes
innodb_flush_log_at_timeoutopen in new windowYesYesYesGlobalYes
innodb_flush_log_at_trx_commitopen in new windowYesYesYesGlobalYes
innodb_flush_methodopen in new windowYesYesYesGlobalNo
innodb_flush_neighborsopen in new windowYesYesYesGlobalYes
innodb_flush_syncopen in new windowYesYesYesGlobalYes
innodb_flushing_avg_loopsopen in new windowYesYesYesGlobalYes
innodb_force_load_corruptedopen in new windowYesYesYesGlobalNo
innodb_force_recoveryopen in new windowYesYesYesGlobalNo
innodb_fsync_thresholdopen in new windowYesYesYesGlobalYes
innodb_ft_aux_tableopen in new windowYesGlobalYes
innodb_ft_cache_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_enable_diag_printopen in new windowYesYesYesGlobalYes
innodb_ft_enable_stopwordopen in new windowYesYesYesBothYes
innodb_ft_max_token_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_min_token_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_num_word_optimizeopen in new windowYesYesYesGlobalYes
innodb_ft_result_cache_limitopen in new windowYesYesYesGlobalYes
innodb_ft_server_stopword_tableopen in new windowYesYesYesGlobalYes
innodb_ft_sort_pll_degreeopen in new windowYesYesYesGlobalNo
innodb_ft_total_cache_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_user_stopword_tableopen in new windowYesYesYesBothYes
Innodb_have_atomic_builtinsopen in new windowYesGlobalNo
innodb_idle_flush_pctopen in new windowYesYesYesGlobalYes
innodb_io_capacityopen in new windowYesYesYesGlobalYes
innodb_io_capacity_maxopen in new windowYesYesYesGlobalYes
innodb_limit_optimistic_insert_debugopen in new windowYesYesYesGlobalYes
innodb_lock_wait_timeoutopen in new windowYesYesYesBothYes
innodb_log_buffer_sizeopen in new windowYesYesYesGlobalVaries
innodb_log_checkpoint_fuzzy_nowopen in new windowYesYesYesGlobalYes
innodb_log_checkpoint_nowopen in new windowYesYesYesGlobalYes
innodb_log_checksumsopen in new windowYesYesYesGlobalYes
innodb_log_compressed_pagesopen in new windowYesYesYesGlobalYes
innodb_log_file_sizeopen in new windowYesYesYesGlobalNo
innodb_log_files_in_groupopen in new windowYesYesYesGlobalNo
innodb_log_group_home_diropen in new windowYesYesYesGlobalNo
innodb_log_spin_cpu_abs_lwmopen in new windowYesYesYesGlobalYes
innodb_log_spin_cpu_pct_hwmopen in new windowYesYesYesGlobalYes
innodb_log_wait_for_flush_spin_hwmopen in new windowYesYesYesGlobalYes
Innodb_log_waitsopen in new windowYesGlobalNo
innodb_log_write_ahead_sizeopen in new windowYesYesYesGlobalYes
Innodb_log_write_requestsopen in new windowYesGlobalNo
innodb_log_writer_threadsopen in new windowYesYesYesGlobalYes
Innodb_log_writesopen in new windowYesGlobalNo
innodb_lru_scan_depthopen in new windowYesYesYesGlobalYes
innodb_max_dirty_pages_pctopen in new windowYesYesYesGlobalYes
innodb_max_dirty_pages_pct_lwmopen in new windowYesYesYesGlobalYes
innodb_max_purge_lagopen in new windowYesYesYesGlobalYes
innodb_max_purge_lag_delayopen in new windowYesYesYesGlobalYes
innodb_max_undo_log_sizeopen in new windowYesYesYesGlobalYes
innodb_merge_threshold_set_all_debugopen in new windowYesYesYesGlobalYes
innodb_monitor_disableopen in new windowYesYesYesGlobalYes
innodb_monitor_enableopen in new windowYesYesYesGlobalYes
innodb_monitor_resetopen in new windowYesYesYesGlobalYes
innodb_monitor_reset_allopen in new windowYesYesYesGlobalYes
Innodb_num_open_filesopen in new windowYesGlobalNo
innodb_numa_interleaveopen in new windowYesYesYesGlobalNo
innodb_old_blocks_pctopen in new windowYesYesYesGlobalYes
innodb_old_blocks_timeopen in new windowYesYesYesGlobalYes
innodb_online_alter_log_max_sizeopen in new windowYesYesYesGlobalYes
innodb_open_filesopen in new windowYesYesYesGlobalVaries
innodb_optimize_fulltext_onlyopen in new windowYesYesYesGlobalYes
Innodb_os_log_fsyncsopen in new windowYesGlobalNo
Innodb_os_log_pending_fsyncsopen in new windowYesGlobalNo
Innodb_os_log_pending_writesopen in new windowYesGlobalNo
Innodb_os_log_writtenopen in new windowYesGlobalNo
innodb_page_cleanersopen in new windowYesYesYesGlobalNo
Innodb_page_sizeopen in new windowYesGlobalNo
innodb_page_sizeopen in new windowYesYesYesGlobalNo
Innodb_pages_createdopen in new windowYesGlobalNo
Innodb_pages_readopen in new windowYesGlobalNo
Innodb_pages_writtenopen in new windowYesGlobalNo
innodb_parallel_read_threadsopen in new windowYesYesYesSessionYes
innodb_print_all_deadlocksopen in new windowYesYesYesGlobalYes
innodb_print_ddl_logsopen in new windowYesYesYesGlobalYes
innodb_purge_batch_sizeopen in new windowYesYesYesGlobalYes
innodb_purge_rseg_truncate_frequencyopen in new windowYesYesYesGlobalYes
innodb_purge_threadsopen in new windowYesYesYesGlobalNo
innodb_random_read_aheadopen in new windowYesYesYesGlobalYes
innodb_read_ahead_thresholdopen in new windowYesYesYesGlobalYes
innodb_read_io_threadsopen in new windowYesYesYesGlobalNo
innodb_read_onlyopen in new windowYesYesYesGlobalNo
innodb_redo_log_archive_dirsopen in new windowYesYesYesGlobalYes
innodb_redo_log_capacityopen in new windowYesYesYesGlobalYes
Innodb_redo_log_capacity_resizedopen in new windowYesGlobalNo
Innodb_redo_log_checkpoint_lsnopen in new windowYesGlobalNo
Innodb_redo_log_current_lsnopen in new windowYesGlobalNo
Innodb_redo_log_enabledopen in new windowYesGlobalNo
innodb_redo_log_encryptopen in new windowYesYesYesGlobalYes
Innodb_redo_log_flushed_to_disk_lsnopen in new windowYesGlobalNo
Innodb_redo_log_logical_sizeopen in new windowYesGlobalNo
Innodb_redo_log_physical_sizeopen in new windowYesGlobalNo
Innodb_redo_log_read_onlyopen in new windowYesGlobalNo
Innodb_redo_log_resize_statusopen in new windowYesGlobalNo
Innodb_redo_log_uuidopen in new windowYesGlobalNo
innodb_replication_delayopen in new windowYesYesYesGlobalYes
innodb_rollback_on_timeoutopen in new windowYesYesYesGlobalNo
innodb_rollback_segmentsopen in new windowYesYesYesGlobalYes
Innodb_row_lock_current_waitsopen in new windowYesGlobalNo
Innodb_row_lock_timeopen in new windowYesGlobalNo
Innodb_row_lock_time_avgopen in new windowYesGlobalNo
Innodb_row_lock_time_maxopen in new windowYesGlobalNo
Innodb_row_lock_waitsopen in new windowYesGlobalNo
Innodb_rows_deletedopen in new windowYesGlobalNo
Innodb_rows_insertedopen in new windowYesGlobalNo
Innodb_rows_readopen in new windowYesGlobalNo
Innodb_rows_updatedopen in new windowYesGlobalNo
innodb_saved_page_number_debugopen in new windowYesYesYesGlobalYes
innodb_segment_reserve_factoropen in new windowYesYesYesGlobalYes
innodb_sort_buffer_sizeopen in new windowYesYesYesGlobalNo
innodb_spin_wait_delayopen in new windowYesYesYesGlobalYes
innodb_spin_wait_pause_multiplieropen in new windowYesYesYesGlobalYes
innodb_stats_auto_recalcopen in new windowYesYesYesGlobalYes
innodb_stats_include_delete_markedopen in new windowYesYesYesGlobalYes
innodb_stats_methodopen in new windowYesYesYesGlobalYes
innodb_stats_on_metadataopen in new windowYesYesYesGlobalYes
innodb_stats_persistentopen in new windowYesYesYesGlobalYes
innodb_stats_persistent_sample_pagesopen in new windowYesYesYesGlobalYes
innodb_stats_transient_sample_pagesopen in new windowYesYesYesGlobalYes
innodb-status-fileopen in new windowYesYes
innodb_status_outputopen in new windowYesYesYesGlobalYes
innodb_status_output_locksopen in new windowYesYesYesGlobalYes
innodb_strict_modeopen in new windowYesYesYesBothYes
innodb_sync_array_sizeopen in new windowYesYesYesGlobalNo
innodb_sync_debugopen in new windowYesYesYesGlobalNo
innodb_sync_spin_loopsopen in new windowYesYesYesGlobalYes
Innodb_system_rows_deletedopen in new windowYesGlobalNo
Innodb_system_rows_insertedopen in new windowYesGlobalNo
Innodb_system_rows_readopen in new windowYesGlobalNo
innodb_table_locksopen in new windowYesYesYesBothYes
innodb_temp_data_file_pathopen in new windowYesYesYesGlobalNo
innodb_temp_tablespaces_diropen in new windowYesYesYesGlobalNo
innodb_thread_concurrencyopen in new windowYesYesYesGlobalYes
innodb_thread_sleep_delayopen in new windowYesYesYesGlobalYes
innodb_tmpdiropen in new windowYesYesYesBothYes
Innodb_truncated_status_writesopen in new windowYesGlobalNo
innodb_trx_purge_view_update_only_debugopen in new windowYesYesYesGlobalYes
innodb_trx_rseg_n_slots_debugopen in new windowYesYesYesGlobalYes
innodb_undo_directoryopen in new windowYesYesYesGlobalNo
innodb_undo_log_encryptopen in new windowYesYesYesGlobalYes
innodb_undo_log_truncateopen in new windowYesYesYesGlobalYes
innodb_undo_tablespacesopen in new windowYesYesYesGlobalVaries
Innodb_undo_tablespaces_activeopen in new windowYesGlobalNo
Innodb_undo_tablespaces_explicitopen in new windowYesGlobalNo
Innodb_undo_tablespaces_implicitopen in new windowYesGlobalNo
Innodb_undo_tablespaces_totalopen in new windowYesGlobalNo
innodb_use_fdatasyncopen in new windowYesYesYesGlobalYes
innodb_use_native_aioopen in new windowYesYesYesGlobalNo
innodb_validate_tablespace_pathsopen in new windowYesYesYesGlobalNo
innodb_versionopen in new windowYesGlobalNo
innodb_write_io_threadsopen in new windowYesYesYesGlobalNo
insert_idopen in new windowYesSessionYes
installopen in new windowYes
install-manualopen in new windowYes
interactive_timeoutopen in new windowYesYesYesBothYes
internal_tmp_disk_storage_engineopen in new windowYesYesYesGlobalYes
internal_tmp_mem_storage_engineopen in new windowYesYesYesBothYes
join_buffer_sizeopen in new windowYesYesYesBothYes
keep_files_on_createopen in new windowYesYesYesBothYes
Key_blocks_not_flushedopen in new windowYesGlobalNo
Key_blocks_unusedopen in new windowYesGlobalNo
Key_blocks_usedopen in new windowYesGlobalNo
key_buffer_sizeopen in new windowYesYesYesGlobalYes
key_cache_age_thresholdopen in new windowYesYesYesGlobalYes
key_cache_block_sizeopen in new windowYesYesYesGlobalYes
key_cache_division_limitopen in new windowYesYesYesGlobalYes
Key_read_requestsopen in new windowYesGlobalNo
Key_readsopen in new windowYesGlobalNo
Key_write_requestsopen in new windowYesGlobalNo
Key_writesopen in new windowYesGlobalNo
keyring_aws_cmk_idopen in new windowYesYesYesGlobalYes
keyring_aws_conf_fileopen in new windowYesYesYesGlobalNo
keyring_aws_data_fileopen in new windowYesYesYesGlobalNo
keyring_aws_regionopen in new windowYesYesYesGlobalYes
keyring_encrypted_file_dataopen in new windowYesYesYesGlobalYes
keyring_encrypted_file_passwordopen in new windowYesYesYesGlobalYes
keyring_file_dataopen in new windowYesYesYesGlobalYes
keyring_hashicorp_auth_pathopen in new windowYesYesYesGlobalYes
keyring_hashicorp_ca_pathopen in new windowYesYesYesGlobalYes
keyring_hashicorp_cachingopen in new windowYesYesYesGlobalYes
keyring_hashicorp_commit_auth_pathopen in new windowYesGlobalNo
keyring_hashicorp_commit_ca_pathopen in new windowYesGlobalNo
keyring_hashicorp_commit_cachingopen in new windowYesGlobalNo
keyring_hashicorp_commit_role_idopen in new windowYesGlobalNo
keyring_hashicorp_commit_server_urlopen in new windowYesGlobalNo
keyring_hashicorp_commit_store_pathopen in new windowYesGlobalNo
keyring_hashicorp_role_idopen in new windowYesYesYesGlobalYes
keyring_hashicorp_secret_idopen in new windowYesYesYesGlobalYes
keyring_hashicorp_server_urlopen in new windowYesYesYesGlobalYes
keyring_hashicorp_store_pathopen in new windowYesYesYesGlobalYes
keyring-migration-destinationopen in new windowYesYes
keyring-migration-hostopen in new windowYesYes
keyring-migration-passwordopen in new windowYesYes
keyring-migration-portopen in new windowYesYes
keyring-migration-socketopen in new windowYesYes
keyring-migration-sourceopen in new windowYesYes
keyring-migration-to-componentopen in new windowYesYes
keyring-migration-useropen in new windowYesYes
keyring_oci_ca_certificateopen in new windowYesYesYesGlobalNo
keyring_oci_compartmentopen in new windowYesYesYesGlobalNo
keyring_oci_encryption_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_key_fileopen in new windowYesYesYesGlobalNo
keyring_oci_key_fingerprintopen in new windowYesYesYesGlobalNo
keyring_oci_management_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_master_keyopen in new windowYesYesYesGlobalNo
keyring_oci_secrets_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_tenancyopen in new windowYesYesYesGlobalNo
keyring_oci_useropen in new windowYesYesYesGlobalNo
keyring_oci_vaults_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_virtual_vaultopen in new windowYesYesYesGlobalNo
keyring_okv_conf_diropen in new windowYesYesYesGlobalYes
keyring_operationsopen in new windowYesGlobalYes
languageopen in new windowYesYesYesGlobalNo
large_files_supportopen in new windowYesGlobalNo
large_page_sizeopen in new windowYesGlobalNo
large_pagesopen in new windowYesYesYesGlobalNo
last_insert_idopen in new windowYesSessionYes
Last_query_costopen in new windowYesSessionNo
Last_query_partial_plansopen in new windowYesSessionNo
lc_messagesopen in new windowYesYesYesBothYes
lc_messages_diropen in new windowYesYesYesGlobalNo
lc_time_namesopen in new windowYesYesYesBothYes
licenseopen in new windowYesGlobalNo
local_infileopen in new windowYesYesYesGlobalYes
local-serviceopen in new windowYes
lock_orderopen in new windowYesYesYesGlobalNo
lock_order_debug_loopopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_arcopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_keyopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_unlockopen in new windowYesYesYesGlobalNo
lock_order_dependenciesopen in new windowYesYesYesGlobalNo
lock_order_extra_dependenciesopen in new windowYesYesYesGlobalNo
lock_order_output_directoryopen in new windowYesYesYesGlobalNo
lock_order_print_txtopen in new windowYesYesYesGlobalNo
lock_order_trace_loopopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_arcopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_keyopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_unlockopen in new windowYesYesYesGlobalNo
lock_wait_timeoutopen in new windowYesYesYesBothYes
Locked_connectsopen in new windowYesGlobalNo
locked_in_memoryopen in new windowYesGlobalNo
log-binopen in new windowYesYes
log_binopen in new windowYesGlobalNo
log_bin_basenameopen in new windowYesGlobalNo
log_bin_indexopen in new windowYesYesYesGlobalNo
log_bin_trust_function_creatorsopen in new windowYesYesYesGlobalYes
log_bin_use_v1_row_eventsopen in new windowYesYesYesGlobalYes
log_erroropen in new windowYesYesYesGlobalNo
log_error_servicesopen in new windowYesYesYesGlobalYes
log_error_suppression_listopen in new windowYesYesYesGlobalYes
log_error_verbosityopen in new windowYesYesYesGlobalYes
log-isamopen in new windowYesYes
log_outputopen in new windowYesYesYesGlobalYes
log_queries_not_using_indexesopen in new windowYesYesYesGlobalYes
log_rawopen in new windowYesYesYesGlobalYes
log_replica_updatesopen in new windowYesYesYesGlobalNo
log-short-formatopen in new windowYesYes
log_slave_updatesopen in new windowYesYesYesGlobalNo
log_slow_admin_statementsopen in new windowYesYesYesGlobalYes
log_slow_extraopen in new windowYesYesYesGlobalYes
log_slow_replica_statementsopen in new windowYesYesYesGlobalYes
log_slow_slave_statementsopen in new windowYesYesYesGlobalYes
log_statements_unsafe_for_binlogopen in new windowYesYesYesGlobalYes
log_syslogopen in new windowYesYesYesGlobalYes
log_syslog_facilityopen in new windowYesYesYesGlobalYes
log_syslog_include_pidopen in new windowYesYesYesGlobalYes
log_syslog_tagopen in new windowYesYesYesGlobalYes
log-tcopen in new windowYesYes
log-tc-sizeopen in new windowYesYes
log_throttle_queries_not_using_indexesopen in new windowYesYesYesGlobalYes
log_timestampsopen in new windowYesYesYesGlobalYes
long_query_timeopen in new windowYesYesYesBothYes
low_priority_updatesopen in new windowYesYesYesBothYes
lower_case_file_systemopen in new windowYesGlobalNo
lower_case_table_namesopen in new windowYesYesYesGlobalNo
mandatory_rolesopen in new windowYesYesYesGlobalYes
master-info-fileopen in new windowYesYes
master_info_repositoryopen in new windowYesYesYesGlobalYes
master-retry-countopen in new windowYesYes
master_verify_checksumopen in new windowYesYesYesGlobalYes
max_allowed_packetopen in new windowYesYesYesBothYes
max_binlog_cache_sizeopen in new windowYesYesYesGlobalYes
max-binlog-dump-eventsopen in new windowYesYes
max_binlog_sizeopen in new windowYesYesYesGlobalYes
max_binlog_stmt_cache_sizeopen in new windowYesYesYesGlobalYes
max_connect_errorsopen in new windowYesYesYesGlobalYes
max_connectionsopen in new windowYesYesYesGlobalYes
max_delayed_threadsopen in new windowYesYesYesBothYes
max_digest_lengthopen in new windowYesYesYesGlobalNo
max_error_countopen in new windowYesYesYesBothYes
max_execution_timeopen in new windowYesYesYesBothYes
Max_execution_time_exceededopen in new windowYesBothNo
Max_execution_time_setopen in new windowYesBothNo
Max_execution_time_set_failedopen in new windowYesBothNo
max_heap_table_sizeopen in new windowYesYesYesBothYes
max_insert_delayed_threadsopen in new windowYesBothYes
max_join_sizeopen in new windowYesYesYesBothYes
max_length_for_sort_dataopen in new windowYesYesYesBothYes
max_points_in_geometryopen in new windowYesYesYesBothYes
max_prepared_stmt_countopen in new windowYesYesYesGlobalYes
max_relay_log_sizeopen in new windowYesYesYesGlobalYes
max_seeks_for_keyopen in new windowYesYesYesBothYes
max_sort_lengthopen in new windowYesYesYesBothYes
max_sp_recursion_depthopen in new windowYesYesYesBothYes
Max_used_connectionsopen in new windowYesGlobalNo
Max_used_connections_timeopen in new windowYesGlobalNo
max_user_connectionsopen in new windowYesYesYesBothYes
max_write_lock_countopen in new windowYesYesYesGlobalYes
mecab_charsetopen in new windowYesGlobalNo
mecab_rc_fileopen in new windowYesYesYesGlobalNo
memlockopen in new windowYesYes
- Variable: locked_in_memoryopen in new window
metadata_locks_cache_sizeopen in new windowYesYesYesGlobalNo
metadata_locks_hash_instancesopen in new windowYesYesYesGlobalNo
min_examined_row_limitopen in new windowYesYesYesBothYes
myisam-block-sizeopen in new windowYesYes
myisam_data_pointer_sizeopen in new windowYesYesYesGlobalYes
myisam_max_sort_file_sizeopen in new windowYesYesYesGlobalYes
myisam_mmap_sizeopen in new windowYesYesYesGlobalNo
myisam_recover_optionsopen in new windowYesYesYesGlobalNo
myisam_repair_threadsopen in new windowYesYesYesBothYes
myisam_sort_buffer_sizeopen in new windowYesYesYesBothYes
myisam_stats_methodopen in new windowYesYesYesBothYes
myisam_use_mmapopen in new windowYesYesYesGlobalYes
mysql_firewall_modeopen in new windowYesYesYesGlobalYes
mysql_firewall_traceopen in new windowYesYesYesGlobalYes
mysql_native_password_proxy_usersopen in new windowYesYesYesGlobalYes
mysqlxopen in new windowYesYes
Mysqlx_aborted_clientsopen in new windowYesGlobalNo
Mysqlx_addressopen in new windowYesGlobalNo
mysqlx_bind_addressopen in new windowYesYesYesGlobalNo
Mysqlx_bytes_receivedopen in new windowYesBothNo
Mysqlx_bytes_received_compressed_payloadopen in new windowYesBothNo
Mysqlx_bytes_received_uncompressed_frameopen in new windowYesBothNo
Mysqlx_bytes_sentopen in new windowYesBothNo
Mysqlx_bytes_sent_compressed_payloadopen in new windowYesBothNo
Mysqlx_bytes_sent_uncompressed_frameopen in new windowYesBothNo
Mysqlx_compression_algorithmopen in new windowYesSessionNo
mysqlx_compression_algorithmsopen in new windowYesYesYesGlobalYes
Mysqlx_compression_levelopen in new windowYesSessionNo
mysqlx_connect_timeoutopen in new windowYesYesYesGlobalYes
Mysqlx_connection_accept_errorsopen in new windowYesBothNo
Mysqlx_connection_errorsopen in new windowYesBothNo
Mysqlx_connections_acceptedopen in new windowYesGlobalNo
Mysqlx_connections_closedopen in new windowYesGlobalNo
Mysqlx_connections_rejectedopen in new windowYesGlobalNo
Mysqlx_crud_create_viewopen in new windowYesBothNo
Mysqlx_crud_deleteopen in new windowYesBothNo
Mysqlx_crud_drop_viewopen in new windowYesBothNo
Mysqlx_crud_findopen in new windowYesBothNo
Mysqlx_crud_insertopen in new windowYesBothNo
Mysqlx_crud_modify_viewopen in new windowYesBothNo
Mysqlx_crud_updateopen in new windowYesBothNo
Mysqlx_cursor_closeopen in new windowYesBothNo
Mysqlx_cursor_fetchopen in new windowYesBothNo
Mysqlx_cursor_openopen in new windowYesBothNo
mysqlx_deflate_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_deflate_max_client_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_document_id_unique_prefixopen in new windowYesYesYesGlobalYes
mysqlx_enable_hello_noticeopen in new windowYesYesYesGlobalYes
Mysqlx_errors_sentopen in new windowYesBothNo
Mysqlx_errors_unknown_message_typeopen in new windowYesBothNo
Mysqlx_expect_closeopen in new windowYesBothNo
Mysqlx_expect_openopen in new windowYesBothNo
mysqlx_idle_worker_thread_timeoutopen in new windowYesYesYesGlobalYes
Mysqlx_init_erroropen in new windowYesBothNo
mysqlx_interactive_timeoutopen in new windowYesYesYesGlobalYes
mysqlx_lz4_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_lz4_max_client_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_max_allowed_packetopen in new windowYesYesYesGlobalYes
mysqlx_max_connectionsopen in new windowYesYesYesGlobalYes
Mysqlx_messages_sentopen in new windowYesBothNo
mysqlx_min_worker_threadsopen in new windowYesYesYesGlobalYes
Mysqlx_notice_global_sentopen in new windowYesBothNo
Mysqlx_notice_other_sentopen in new windowYesBothNo
Mysqlx_notice_warning_sentopen in new windowYesBothNo
Mysqlx_notified_by_group_replicationopen in new windowYesBothNo
Mysqlx_portopen in new windowYesGlobalNo
mysqlx_portopen in new windowYesYesYesGlobalNo
mysqlx_port_open_timeoutopen in new windowYesYesYesGlobalNo
Mysqlx_prep_deallocateopen in new windowYesBothNo
Mysqlx_prep_executeopen in new windowYesBothNo
Mysqlx_prep_prepareopen in new windowYesBothNo
mysqlx_read_timeoutopen in new windowYesYesYesSessionYes
Mysqlx_rows_sentopen in new windowYesBothNo
Mysqlx_sessionsopen in new windowYesGlobalNo
Mysqlx_sessions_acceptedopen in new windowYesGlobalNo
Mysqlx_sessions_closedopen in new windowYesGlobalNo
Mysqlx_sessions_fatal_erroropen in new windowYesGlobalNo
Mysqlx_sessions_killedopen in new windowYesGlobalNo
Mysqlx_sessions_rejectedopen in new windowYesGlobalNo
Mysqlx_socketopen in new windowYesGlobalNo
mysqlx_socketopen in new windowYesYesYesGlobalNo
Mysqlx_ssl_accept_renegotiatesopen in new windowYesGlobalNo
Mysqlx_ssl_acceptsopen in new windowYesGlobalNo
Mysqlx_ssl_activeopen in new windowYesBothNo
mysqlx_ssl_caopen in new windowYesYesYesGlobalNo
mysqlx_ssl_capathopen in new windowYesYesYesGlobalNo
mysqlx_ssl_certopen in new windowYesYesYesGlobalNo
Mysqlx_ssl_cipheropen in new windowYesBothNo
mysqlx_ssl_cipheropen in new windowYesYesYesGlobalNo
Mysqlx_ssl_cipher_listopen in new windowYesBothNo
mysqlx_ssl_crlopen in new windowYesYesYesGlobalNo
mysqlx_ssl_crlpathopen in new windowYesYesYesGlobalNo
Mysqlx_ssl_ctx_verify_depthopen in new windowYesBothNo
Mysqlx_ssl_ctx_verify_modeopen in new windowYesBothNo
Mysqlx_ssl_finished_acceptsopen in new windowYesGlobalNo
mysqlx_ssl_keyopen in new windowYesYesYesGlobalNo
Mysqlx_ssl_server_not_afteropen in new windowYesGlobalNo
Mysqlx_ssl_server_not_beforeopen in new windowYesGlobalNo
Mysqlx_ssl_verify_depthopen in new windowYesGlobalNo
Mysqlx_ssl_verify_modeopen in new windowYesGlobalNo
Mysqlx_ssl_versionopen in new windowYesBothNo
Mysqlx_stmt_create_collectionopen in new windowYesBothNo
Mysqlx_stmt_create_collection_indexopen in new windowYesBothNo
Mysqlx_stmt_disable_noticesopen in new windowYesBothNo
Mysqlx_stmt_drop_collectionopen in new windowYesBothNo
Mysqlx_stmt_drop_collection_indexopen in new windowYesBothNo
Mysqlx_stmt_enable_noticesopen in new windowYesBothNo
Mysqlx_stmt_ensure_collectionopen in new windowYesBothNo
Mysqlx_stmt_execute_mysqlxopen in new windowYesBothNo
Mysqlx_stmt_execute_sqlopen in new windowYesBothNo
Mysqlx_stmt_execute_xpluginopen in new windowYesBothNo
Mysqlx_stmt_get_collection_optionsopen in new windowYesBothNo
Mysqlx_stmt_kill_clientopen in new windowYesBothNo
Mysqlx_stmt_list_clientsopen in new windowYesBothNo
Mysqlx_stmt_list_noticesopen in new windowYesBothNo
Mysqlx_stmt_list_objectsopen in new windowYesBothNo
Mysqlx_stmt_modify_collection_optionsopen in new windowYesBothNo
Mysqlx_stmt_pingopen in new windowYesBothNo
mysqlx_wait_timeoutopen in new windowYesYesYesSessionYes
Mysqlx_worker_threadsopen in new windowYesGlobalNo
Mysqlx_worker_threads_activeopen in new windowYesGlobalNo
mysqlx_write_timeoutopen in new windowYesYesYesSessionYes
mysqlx_zstd_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_zstd_max_client_compression_levelopen in new windowYesYesYesGlobalYes
named_pipeopen in new windowYesYesYesGlobalNo
named_pipe_full_access_groupopen in new windowYesYesYesGlobalNo
ndb_allow_copying_alter_tableopen in new windowYesYesYesBothYes
Ndb_api_adaptive_send_deferred_countopen in new windowYesGlobalNo
Ndb_api_adaptive_send_deferred_count_replicaopen in new windowYesGlobalNo
Ndb_api_adaptive_send_deferred_count_sessionopen in new windowYesGlobalNo
Ndb_api_adaptive_send_deferred_count_slaveopen in new windowYesGlobalNo
Ndb_api_adaptive_send_forced_countopen in new windowYesGlobalNo
Ndb_api_adaptive_send_forced_count_replicaopen in new windowYesGlobalNo
Ndb_api_adaptive_send_forced_count_sessionopen in new windowYesGlobalNo
Ndb_api_adaptive_send_forced_count_slaveopen in new windowYesGlobalNo
Ndb_api_adaptive_send_unforced_countopen in new windowYesGlobalNo
Ndb_api_adaptive_send_unforced_count_replicaopen in new windowYesGlobalNo
Ndb_api_adaptive_send_unforced_count_sessionopen in new windowYesGlobalNo
Ndb_api_adaptive_send_unforced_count_slaveopen in new windowYesGlobalNo
Ndb_api_bytes_received_countopen in new windowYesGlobalNo
Ndb_api_bytes_received_count_replicaopen in new windowYesGlobalNo
Ndb_api_bytes_received_count_sessionopen in new windowYesSessionNo
Ndb_api_bytes_received_count_slaveopen in new windowYesGlobalNo
Ndb_api_bytes_sent_countopen in new windowYesGlobalNo
Ndb_api_bytes_sent_count_replicaopen in new windowYesGlobalNo
Ndb_api_bytes_sent_count_sessionopen in new windowYesSessionNo
Ndb_api_bytes_sent_count_slaveopen in new windowYesGlobalNo
Ndb_api_event_bytes_countopen in new windowYesGlobalNo
Ndb_api_event_bytes_count_injectoropen in new windowYesGlobalNo
Ndb_api_event_data_countopen in new windowYesGlobalNo
Ndb_api_event_data_count_injectoropen in new windowYesGlobalNo
Ndb_api_event_nondata_countopen in new windowYesGlobalNo
Ndb_api_event_nondata_count_injectoropen in new windowYesGlobalNo
Ndb_api_pk_op_countopen in new windowYesGlobalNo
Ndb_api_pk_op_count_replicaopen in new windowYesGlobalNo
Ndb_api_pk_op_count_sessionopen in new windowYesSessionNo
Ndb_api_pk_op_count_slaveopen in new windowYesGlobalNo
Ndb_api_pruned_scan_countopen in new windowYesGlobalNo
Ndb_api_pruned_scan_count_replicaopen in new windowYesGlobalNo
Ndb_api_pruned_scan_count_sessionopen in new windowYesSessionNo
Ndb_api_pruned_scan_count_slaveopen in new windowYesGlobalNo
Ndb_api_range_scan_countopen in new windowYesGlobalNo
Ndb_api_range_scan_count_replicaopen in new windowYesGlobalNo
Ndb_api_range_scan_count_sessionopen in new windowYesSessionNo
Ndb_api_range_scan_count_slaveopen in new windowYesGlobalNo
Ndb_api_read_row_countopen in new windowYesGlobalNo
Ndb_api_read_row_count_replicaopen in new windowYesGlobalNo
Ndb_api_read_row_count_sessionopen in new windowYesSessionNo
Ndb_api_read_row_count_slaveopen in new windowYesGlobalNo
Ndb_api_scan_batch_countopen in new windowYesGlobalNo
Ndb_api_scan_batch_count_replicaopen in new windowYesGlobalNo
Ndb_api_scan_batch_count_sessionopen in new windowYesSessionNo
Ndb_api_scan_batch_count_slaveopen in new windowYesGlobalNo
Ndb_api_table_scan_countopen in new windowYesGlobalNo
Ndb_api_table_scan_count_replicaopen in new windowYesGlobalNo
Ndb_api_table_scan_count_sessionopen in new windowYesSessionNo
Ndb_api_table_scan_count_slaveopen in new windowYesGlobalNo
Ndb_api_trans_abort_countopen in new windowYesGlobalNo
Ndb_api_trans_abort_count_replicaopen in new windowYesGlobalNo
Ndb_api_trans_abort_count_sessionopen in new windowYesSessionNo
Ndb_api_trans_abort_count_slaveopen in new windowYesGlobalNo
Ndb_api_trans_close_countopen in new windowYesGlobalNo
Ndb_api_trans_close_count_replicaopen in new windowYesGlobalNo
Ndb_api_trans_close_count_sessionopen in new windowYesSessionNo
Ndb_api_trans_close_count_slaveopen in new windowYesGlobalNo
Ndb_api_trans_commit_countopen in new windowYesGlobalNo
Ndb_api_trans_commit_count_replicaopen in new windowYesGlobalNo
Ndb_api_trans_commit_count_sessionopen in new windowYesSessionNo
Ndb_api_trans_commit_count_slaveopen in new windowYesGlobalNo
Ndb_api_trans_local_read_row_countopen in new windowYesGlobalNo
Ndb_api_trans_local_read_row_count_replicaopen in new windowYesGlobalNo
Ndb_api_trans_local_read_row_count_sessionopen in new windowYesSessionNo
Ndb_api_trans_local_read_row_count_slaveopen in new windowYesGlobalNo
Ndb_api_trans_start_countopen in new windowYesGlobalNo
Ndb_api_trans_start_count_replicaopen in new windowYesGlobalNo
Ndb_api_trans_start_count_sessionopen in new windowYesSessionNo
Ndb_api_trans_start_count_slaveopen in new windowYesGlobalNo
Ndb_api_uk_op_countopen in new windowYesGlobalNo
Ndb_api_uk_op_count_replicaopen in new windowYesGlobalNo
Ndb_api_uk_op_count_sessionopen in new windowYesSessionNo
Ndb_api_uk_op_count_slaveopen in new windowYesGlobalNo
Ndb_api_wait_exec_complete_countopen in new windowYesGlobalNo
Ndb_api_wait_exec_complete_count_replicaopen in new windowYesGlobalNo
Ndb_api_wait_exec_complete_count_sessionopen in new windowYesSessionNo
Ndb_api_wait_exec_complete_count_slaveopen in new windowYesGlobalNo
Ndb_api_wait_meta_request_countopen in new windowYesGlobalNo
Ndb_api_wait_meta_request_count_replicaopen in new windowYesGlobalNo
Ndb_api_wait_meta_request_count_sessionopen in new windowYesSessionNo
Ndb_api_wait_meta_request_count_slaveopen in new windowYesGlobalNo
Ndb_api_wait_nanos_countopen in new windowYesGlobalNo
Ndb_api_wait_nanos_count_replicaopen in new windowYesGlobalNo
Ndb_api_wait_nanos_count_sessionopen in new windowYesSessionNo
Ndb_api_wait_nanos_count_slaveopen in new windowYesGlobalNo
Ndb_api_wait_scan_result_countopen in new windowYesGlobalNo
Ndb_api_wait_scan_result_count_replicaopen in new windowYesGlobalNo
Ndb_api_wait_scan_result_count_sessionopen in new windowYesSessionNo
Ndb_api_wait_scan_result_count_slaveopen in new windowYesGlobalNo
ndb_applier_allow_skip_epochopen in new windowYesYesYesGlobalNo
ndb_autoincrement_prefetch_szopen in new windowYesYesYesBothYes
ndb_batch_sizeopen in new windowYesYesYesGlobalNo
ndb_blob_read_batch_bytesopen in new windowYesYesYesBothYes
ndb_blob_write_batch_bytesopen in new windowYesYesYesBothYes
ndb_cache_check_timeopen in new windowYesYesYesGlobalYes
ndb_clear_apply_statusopen in new windowYesYesGlobalYes
ndb_cluster_connection_poolopen in new windowYesYesYesGlobalNo
ndb_cluster_connection_pool_nodeidsopen in new windowYesYesYesGlobalNo
Ndb_cluster_node_idopen in new windowYesGlobalNo
Ndb_config_from_hostopen in new windowYesBothNo
Ndb_config_from_portopen in new windowYesBothNo
Ndb_config_generationopen in new windowYesGlobalNo
Ndb_conflict_fn_epochopen in new windowYesGlobalNo
Ndb_conflict_fn_epoch_transopen in new windowYesGlobalNo
Ndb_conflict_fn_epoch2open in new windowYesGlobalNo
Ndb_conflict_fn_epoch2_transopen in new windowYesGlobalNo
Ndb_conflict_fn_maxopen in new windowYesGlobalNo
Ndb_conflict_fn_max_del_winopen in new windowYesGlobalNo
Ndb_conflict_fn_max_del_win_insopen in new windowYesGlobalNo
Ndb_conflict_fn_max_insopen in new windowYesGlobalNo
Ndb_conflict_fn_oldopen in new windowYesGlobalNo
Ndb_conflict_last_conflict_epochopen in new windowYesGlobalNo
Ndb_conflict_last_stable_epochopen in new windowYesGlobalNo
Ndb_conflict_reflected_op_discard_countopen in new windowYesGlobalNo
Ndb_conflict_reflected_op_prepare_countopen in new windowYesGlobalNo
Ndb_conflict_refresh_op_countopen in new windowYesGlobalNo
ndb_conflict_roleopen in new windowYesYesYesGlobalYes
Ndb_conflict_trans_conflict_commit_countopen in new windowYesGlobalNo
Ndb_conflict_trans_detect_iter_countopen in new windowYesGlobalNo
Ndb_conflict_trans_reject_countopen in new windowYesGlobalNo
Ndb_conflict_trans_row_conflict_countopen in new windowYesGlobalNo
Ndb_conflict_trans_row_reject_countopen in new windowYesGlobalNo
ndb-connectstringopen in new windowYesYes
ndb_data_node_neighbouropen in new windowYesYesYesGlobalYes
ndb_dbg_check_sharesopen in new windowYesYesYesBothYes
ndb_default_column_formatopen in new windowYesYesYesGlobalYes
ndb_default_column_formatopen in new windowYesYesYesGlobalYes
ndb_deferred_constraintsopen in new windowYesYesYesBothYes
ndb_deferred_constraintsopen in new windowYesYesYesBothYes
ndb_distributionopen in new windowYesYesYesGlobalYes
ndb_distributionopen in new windowYesYesYesGlobalYes
Ndb_epoch_delete_delete_countopen in new windowYesGlobalNo
ndb_eventbuffer_free_percentopen in new windowYesYesYesGlobalYes
ndb_eventbuffer_max_allocopen in new windowYesYesYesGlobalYes
Ndb_execute_countopen in new windowYesGlobalNo
ndb_extra_loggingopen in new windowYesYesYesGlobalYes
ndb_force_sendopen in new windowYesYesYesBothYes
ndb_fully_replicatedopen in new windowYesYesYesBothYes
ndb_index_stat_enableopen in new windowYesYesYesBothYes
ndb_index_stat_optionopen in new windowYesYesYesBothYes
ndb_join_pushdownopen in new windowYesBothYes
Ndb_last_commit_epoch_serveropen in new windowYesGlobalNo
Ndb_last_commit_epoch_sessionopen in new windowYesSessionNo
ndb_log_apply_statusopen in new windowYesYesYesGlobalNo
ndb_log_apply_statusopen in new windowYesYesYesGlobalNo
ndb_log_binopen in new windowYesYesBothNo
ndb_log_binlog_indexopen in new windowYesYesGlobalYes
ndb_log_empty_epochsopen in new windowYesYesYesGlobalYes
ndb_log_empty_epochsopen in new windowYesYesYesGlobalYes
ndb_log_empty_updateopen in new windowYesYesYesGlobalYes
ndb_log_empty_updateopen in new windowYesYesYesGlobalYes
ndb_log_exclusive_readsopen in new windowYesYesYesBothYes
ndb_log_exclusive_readsopen in new windowYesYesYesBothYes
ndb_log_fail_terminateopen in new windowYesYesYesGlobalNo
ndb_log_origopen in new windowYesYesYesGlobalNo
ndb_log_origopen in new windowYesYesYesGlobalNo
ndb_log_transaction_compressionopen in new windowYesYesYesGlobalYes
ndb_log_transaction_compression_level_zstdopen in new windowYesYesYesGlobalYes
ndb_log_transaction_idopen in new windowYesYesYesGlobalNo
ndb_log_transaction_idopen in new windowYesGlobalNo
ndb_log_update_as_writeopen in new windowYesYesYesGlobalYes
ndb_log_update_minimalopen in new windowYesYesYesGlobalYes
ndb_log_updated_onlyopen in new windowYesYesYesGlobalYes
Ndb_metadata_blacklist_sizeopen in new windowYesGlobalNo
ndb_metadata_checkopen in new windowYesYesYesGlobalYes
ndb_metadata_check_intervalopen in new windowYesYesYesGlobalYes
Ndb_metadata_detected_countopen in new windowYesGlobalNo
Ndb_metadata_excluded_countopen in new windowYesGlobalNo
ndb_metadata_syncopen in new windowYesGlobalYes
Ndb_metadata_synced_countopen in new windowYesGlobalNo
ndb-mgmd-hostopen in new windowYesYes
ndb_nodeidopen in new windowYesYesYesGlobalNo
Ndb_number_of_data_nodesopen in new windowYesGlobalNo
ndb_optimization_delayopen in new windowYesYesYesGlobalYes
ndb-optimized-node-selectionopen in new windowYes
ndb_optimized_node_selectionopen in new windowYesYesYesGlobalNo
Ndb_pruned_scan_countopen in new windowYesGlobalNo
Ndb_pushed_queries_definedopen in new windowYesGlobalNo
Ndb_pushed_queries_droppedopen in new windowYesGlobalNo
Ndb_pushed_queries_executedopen in new windowYesGlobalNo
Ndb_pushed_readsopen in new windowYesGlobalNo
ndb_read_backupopen in new windowYesYesYesGlobalYes
ndb_recv_thread_activation_thresholdopen in new windowYesYesYesGlobalYes
ndb_recv_thread_cpu_maskopen in new windowYesYesYesGlobalYes
ndb_replica_batch_sizeopen in new windowYesYesYesGlobalYes
ndb_replica_blob_write_batch_bytesopen in new windowYesYesYesGlobalYes
Ndb_replica_max_replicated_epochopen in new windowYesGlobalNo
ndb_report_thresh_binlog_epoch_slipopen in new windowYesYesYesGlobalYes
ndb_report_thresh_binlog_mem_usageopen in new windowYesYesYesGlobalYes
ndb_row_checksumopen in new windowYesBothYes
Ndb_scan_countopen in new windowYesGlobalNo
ndb_schema_dist_lock_wait_timeoutopen in new windowYesYesYesGlobalYes
ndb_schema_dist_timeoutopen in new windowYesYesYesGlobalNo
ndb_schema_dist_timeoutopen in new windowYesYesYesGlobalNo
ndb_schema_dist_upgrade_allowedopen in new windowYesYesYesGlobalNo
ndb_show_foreign_key_mock_tablesopen in new windowYesYesYesGlobalYes
ndb_slave_conflict_roleopen in new windowYesYesYesGlobalYes
Ndb_slave_max_replicated_epochopen in new windowYesGlobalNo
Ndb_system_nameopen in new windowYesGlobalNo
ndb_table_no_loggingopen in new windowYesSessionYes
ndb_table_temporaryopen in new windowYesSessionYes
Ndb_trans_hint_count_sessionopen in new windowYesBothNo
ndb-transid-mysql-connection-mapopen in new windowYes
ndb_use_copying_alter_tableopen in new windowYesBothNo
ndb_use_exact_countopen in new windowYesBothYes
ndb_use_transactionsopen in new windowYesYesYesBothYes
ndb_versionopen in new windowYesGlobalNo
ndb_version_stringopen in new windowYesGlobalNo
ndb_wait_connectedopen in new windowYesYesYesGlobalNo
ndb_wait_setupopen in new windowYesYesYesGlobalNo
ndbclusteropen in new windowYesYes
ndbinfoopen in new windowYes
ndbinfo_databaseopen in new windowYesGlobalNo
ndbinfo_max_bytesopen in new windowYesYesBothYes
ndbinfo_max_rowsopen in new windowYesYesBothYes
ndbinfo_offlineopen in new windowYesGlobalYes
ndbinfo_show_hiddenopen in new windowYesYesBothYes
ndbinfo_table_prefixopen in new windowYesGlobalNo
ndbinfo_versionopen in new windowYesGlobalNo
net_buffer_lengthopen in new windowYesYesYesBothYes
net_read_timeoutopen in new windowYesYesYesBothYes
net_retry_countopen in new windowYesYesYesBothYes
net_write_timeoutopen in new windowYesYesYesBothYes
newopen in new windowYesYesYesBothYes
ngram_token_sizeopen in new windowYesYesYesGlobalNo
no-dd-upgradeopen in new windowYesYes
no-defaultsopen in new windowYes
no-monitoropen in new windowYesYes
Not_flushed_delayed_rowsopen in new windowYesGlobalNo
offline_modeopen in new windowYesYesYesGlobalYes
oldopen in new windowYesYesYesGlobalNo
old_alter_tableopen in new windowYesYesYesBothYes
old-style-user-limitsopen in new windowYesYes
Ongoing_anonymous_gtid_violating_transaction_countopen in new windowYesGlobalNo
Ongoing_anonymous_transaction_countopen in new windowYesGlobalNo
Ongoing_automatic_gtid_violating_transaction_countopen in new windowYesGlobalNo
Open_filesopen in new windowYesGlobalNo
open_files_limitopen in new windowYesYesYesGlobalNo
Open_streamsopen in new windowYesGlobalNo
Open_table_definitionsopen in new windowYesGlobalNo
Open_tablesopen in new windowYesBothNo
Opened_filesopen in new windowYesGlobalNo
Opened_table_definitionsopen in new windowYesBothNo
Opened_tablesopen in new windowYesBothNo
optimizer_prune_levelopen in new windowYesYesYesBothYes
optimizer_search_depthopen in new windowYesYesYesBothYes
optimizer_switchopen in new windowYesYesYesBothYes
optimizer_traceopen in new windowYesYesYesBothYes
optimizer_trace_featuresopen in new windowYesYesYesBothYes
optimizer_trace_limitopen in new windowYesYesYesBothYes
optimizer_trace_max_mem_sizeopen in new windowYesYesYesBothYes
optimizer_trace_offsetopen in new windowYesYesYesBothYes
original_commit_timestampopen in new windowYesSessionYes
original_server_versionopen in new windowYesSessionYes
parser_max_mem_sizeopen in new windowYesYesYesBothYes
partial_revokesopen in new windowYesYesYesGlobalYes
password_historyopen in new windowYesYesYesGlobalYes
password_require_currentopen in new windowYesYesYesGlobalYes
password_reuse_intervalopen in new windowYesYesYesGlobalYes
performance_schemaopen in new windowYesYesYesGlobalNo
Performance_schema_accounts_lostopen in new windowYesGlobalNo
performance_schema_accounts_sizeopen in new windowYesYesYesGlobalNo
Performance_schema_cond_classes_lostopen in new windowYesGlobalNo
Performance_schema_cond_instances_lostopen in new windowYesGlobalNo
performance-schema-consumer-events-stages-currentopen in new windowYesYes
performance-schema-consumer-events-stages-historyopen in new windowYesYes
performance-schema-consumer-events-stages-history-longopen in new windowYesYes
performance-schema-consumer-events-statements-cpuopen in new windowYesYes
performance-schema-consumer-events-statements-currentopen in new windowYesYes
performance-schema-consumer-events-statements-historyopen in new windowYesYes
performance-schema-consumer-events-statements-history-longopen in new windowYesYes
performance-schema-consumer-events-transactions-currentopen in new windowYesYes
performance-schema-consumer-events-transactions-historyopen in new windowYesYes
performance-schema-consumer-events-transactions-history-longopen in new windowYesYes
performance-schema-consumer-events-waits-currentopen in new windowYesYes
performance-schema-consumer-events-waits-historyopen in new windowYesYes
performance-schema-consumer-events-waits-history-longopen in new windowYesYes
performance-schema-consumer-global-instrumentationopen in new windowYesYes
performance-schema-consumer-statements-digestopen in new windowYesYes
performance-schema-consumer-thread-instrumentationopen in new windowYesYes
Performance_schema_digest_lostopen in new windowYesGlobalNo
performance_schema_digests_sizeopen in new windowYesYesYesGlobalNo
performance_schema_error_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_stages_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_stages_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_statements_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_statements_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_transactions_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_transactions_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_waits_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_waits_history_sizeopen in new windowYesYesYesGlobalNo
Performance_schema_file_classes_lostopen in new windowYesGlobalNo
Performance_schema_file_handles_lostopen in new windowYesGlobalNo
Performance_schema_file_instances_lostopen in new windowYesGlobalNo
Performance_schema_hosts_lostopen in new windowYesGlobalNo
performance_schema_hosts_sizeopen in new windowYesYesYesGlobalNo
Performance_schema_index_stat_lostopen in new windowYesGlobalNo
performance-schema-instrumentopen in new windowYesYes
Performance_schema_locker_lostopen in new windowYesGlobalNo
performance_schema_max_cond_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_cond_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_digest_lengthopen in new windowYesYesYesGlobalNo
performance_schema_max_digest_sample_ageopen in new windowYesYesYesGlobalYes
performance_schema_max_file_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_file_handlesopen in new windowYesYesYesGlobalNo
performance_schema_max_file_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_index_statopen in new windowYesYesYesGlobalNo
performance_schema_max_memory_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_metadata_locksopen in new windowYesYesYesGlobalNo
performance_schema_max_mutex_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_mutex_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_prepared_statements_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_program_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_rwlock_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_rwlock_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_socket_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_socket_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_sql_text_lengthopen in new windowYesYesYesGlobalNo
performance_schema_max_stage_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_statement_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_statement_stackopen in new windowYesYesYesGlobalNo
performance_schema_max_table_handlesopen in new windowYesYesYesGlobalNo
performance_schema_max_table_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_table_lock_statopen in new windowYesYesYesGlobalNo
performance_schema_max_thread_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_thread_instancesopen in new windowYesYesYesGlobalNo
Performance_schema_memory_classes_lostopen in new windowYesGlobalNo
Performance_schema_metadata_lock_lostopen in new windowYesGlobalNo
Performance_schema_mutex_classes_lostopen in new windowYesGlobalNo
Performance_schema_mutex_instances_lostopen in new windowYesGlobalNo
Performance_schema_nested_statement_lostopen in new windowYesGlobalNo
Performance_schema_prepared_statements_lostopen in new windowYesGlobalNo
Performance_schema_program_lostopen in new windowYesGlobalNo
Performance_schema_rwlock_classes_lostopen in new windowYesGlobalNo
Performance_schema_rwlock_instances_lostopen in new windowYesGlobalNo
Performance_schema_session_connect_attrs_longest_seenopen in new windowYesGlobalNo
Performance_schema_session_connect_attrs_lostopen in new windowYesGlobalNo
performance_schema_session_connect_attrs_sizeopen in new windowYesYesYesGlobalNo
performance_schema_setup_actors_sizeopen in new windowYesYesYesGlobalNo
performance_schema_setup_objects_sizeopen in new windowYesYesYesGlobalNo
performance_schema_show_processlistopen in new windowYesYesYesGlobalYes
Performance_schema_socket_classes_lostopen in new windowYesGlobalNo
Performance_schema_socket_instances_lostopen in new windowYesGlobalNo
Performance_schema_stage_classes_lostopen in new windowYesGlobalNo
Performance_schema_statement_classes_lostopen in new windowYesGlobalNo
Performance_schema_table_handles_lostopen in new windowYesGlobalNo
Performance_schema_table_instances_lostopen in new windowYesGlobalNo
Performance_schema_table_lock_stat_lostopen in new windowYesGlobalNo
Performance_schema_thread_classes_lostopen in new windowYesGlobalNo
Performance_schema_thread_instances_lostopen in new windowYesGlobalNo
Performance_schema_users_lostopen in new windowYesGlobalNo
performance_schema_users_sizeopen in new windowYesYesYesGlobalNo
persist_only_admin_x509_subjectopen in new windowYesYesYesGlobalNo
persist_sensitive_variables_in_plaintextopen in new windowYesYesYesGlobalNo
persisted_globals_loadopen in new windowYesYesYesGlobalNo
pid_fileopen in new windowYesYesYesGlobalNo
plugin_diropen in new windowYesYesYesGlobalNo
plugin-loadopen in new windowYesYes
plugin-load-addopen in new windowYesYes
plugin-xxxopen in new windowYesYes
portopen in new windowYesYesYesGlobalNo
port-open-timeoutopen in new windowYesYes
preload_buffer_sizeopen in new windowYesYesYesBothYes
Prepared_stmt_countopen in new windowYesGlobalNo
print-defaultsopen in new windowYes
print_identified_with_as_hexopen in new windowYesYesYesBothYes
profilingopen in new windowYesBothYes
profiling_history_sizeopen in new windowYesYesYesBothYes
protocol_compression_algorithmsopen in new windowYesYesYesGlobalYes
protocol_versionopen in new windowYesGlobalNo
proxy_useropen in new windowYesSessionNo
pseudo_replica_modeopen in new windowYesSessionYes
pseudo_slave_modeopen in new windowYesSessionYes
pseudo_thread_idopen in new windowYesSessionYes
Queriesopen in new windowYesBothNo
query_alloc_block_sizeopen in new windowYesYesYesBothYes
query_prealloc_sizeopen in new windowYesYesYesBothYes
Questionsopen in new windowYesBothNo
rand_seed1open in new windowYesSessionYes
rand_seed2open in new windowYesSessionYes
range_alloc_block_sizeopen in new windowYesYesYesBothYes
range_optimizer_max_mem_sizeopen in new windowYesYesYesBothYes
rbr_exec_modeopen in new windowYesSessionYes
read_buffer_sizeopen in new windowYesYesYesBothYes
read_onlyopen in new windowYesYesYesGlobalYes
read_rnd_buffer_sizeopen in new windowYesYesYesBothYes
regexp_stack_limitopen in new windowYesYesYesGlobalYes
regexp_time_limitopen in new windowYesYesYesGlobalYes
relay_logopen in new windowYesYesYesGlobalNo
relay_log_basenameopen in new windowYesGlobalNo
relay_log_indexopen in new windowYesYesYesGlobalNo
relay_log_info_fileopen in new windowYesYesYesGlobalNo
relay_log_info_repositoryopen in new windowYesYesYesGlobalYes
relay_log_purgeopen in new windowYesYesYesGlobalYes
relay_log_recoveryopen in new windowYesYesYesGlobalNo
relay_log_space_limitopen in new windowYesYesYesGlobalNo
removeopen in new windowYes
replica_allow_batchingopen in new windowYesYesYesGlobalYes
replica_checkpoint_groupopen in new windowYesYesYesGlobalYes
replica_checkpoint_periodopen in new windowYesYesYesGlobalYes
replica_compressed_protocolopen in new windowYesYesYesGlobalYes
replica_exec_modeopen in new windowYesYesYesGlobalYes
replica_load_tmpdiropen in new windowYesYesYesGlobalNo
replica_max_allowed_packetopen in new windowYesYesYesGlobalYes
replica_net_timeoutopen in new windowYesYesYesGlobalYes
Replica_open_temp_tablesopen in new windowYesGlobalNo
replica_parallel_typeopen in new windowYesYesYesGlobalYes
replica_parallel_workersopen in new windowYesYesYesGlobalYes
replica_pending_jobs_size_maxopen in new windowYesYesYesGlobalYes
replica_preserve_commit_orderopen in new windowYesYesYesGlobalYes
Replica_rows_last_search_algorithm_usedopen in new windowYesGlobalNo
replica_skip_errorsopen in new windowYesYesYesGlobalNo
replica_sql_verify_checksumopen in new windowYesYesYesGlobalYes
replica_transaction_retriesopen in new windowYesYesYesGlobalYes
replica_type_conversionsopen in new windowYesYesYesGlobalYes
replicate-do-dbopen in new windowYesYes
replicate-do-tableopen in new windowYesYes
replicate-ignore-dbopen in new windowYesYes
replicate-ignore-tableopen in new windowYesYes
replicate-rewrite-dbopen in new windowYesYes
replicate-same-server-idopen in new windowYesYes
replicate-wild-do-tableopen in new windowYesYes
replicate-wild-ignore-tableopen in new windowYesYes
replication_optimize_for_static_plugin_configopen in new windowYesYesYesGlobalYes
replication_sender_observe_commit_onlyopen in new windowYesYesYesGlobalYes
report_hostopen in new windowYesYesYesGlobalNo
report_passwordopen in new windowYesYesYesGlobalNo
report_portopen in new windowYesYesYesGlobalNo
report_useropen in new windowYesYesYesGlobalNo
require_row_formatopen in new windowYesSessionYes
require_secure_transportopen in new windowYesYesYesGlobalYes
Resource_group_supportedopen in new windowYesGlobalNo
resultset_metadataopen in new windowYesSessionYes
rewriter_enabledopen in new windowYesGlobalYes
rewriter_enabled_for_threads_without_privilege_checksopen in new windowYesGlobalYes
Rewriter_number_loaded_rulesopen in new windowYesGlobalNo
Rewriter_number_reloadsopen in new windowYesGlobalNo
Rewriter_number_rewritten_queriesopen in new windowYesGlobalNo
Rewriter_reload_erroropen in new windowYesGlobalNo
rewriter_verboseopen in new windowYesGlobalYes
rpl_read_sizeopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_master_clientsopen in new windowYesGlobalNo
rpl_semi_sync_master_enabledopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_master_net_avg_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_master_net_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_master_net_waitsopen in new windowYesGlobalNo
Rpl_semi_sync_master_no_timesopen in new windowYesGlobalNo
Rpl_semi_sync_master_no_txopen in new windowYesGlobalNo
Rpl_semi_sync_master_statusopen in new windowYesGlobalNo
Rpl_semi_sync_master_timefunc_failuresopen in new windowYesGlobalNo
rpl_semi_sync_master_timeoutopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_trace_levelopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_master_tx_avg_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_master_tx_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_master_tx_waitsopen in new windowYesGlobalNo
rpl_semi_sync_master_wait_for_slave_countopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_wait_no_slaveopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_wait_pointopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_master_wait_pos_backtraverseopen in new windowYesGlobalNo
Rpl_semi_sync_master_wait_sessionsopen in new windowYesGlobalNo
Rpl_semi_sync_master_yes_txopen in new windowYesGlobalNo
rpl_semi_sync_replica_enabledopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_replica_statusopen in new windowYesGlobalNo
rpl_semi_sync_replica_trace_levelopen in new windowYesYesYesGlobalYes
rpl_semi_sync_slave_enabledopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_slave_statusopen in new windowYesGlobalNo
rpl_semi_sync_slave_trace_levelopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_source_clientsopen in new windowYesGlobalNo
rpl_semi_sync_source_enabledopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_source_net_avg_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_source_net_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_source_net_waitsopen in new windowYesGlobalNo
Rpl_semi_sync_source_no_timesopen in new windowYesGlobalNo
Rpl_semi_sync_source_no_txopen in new windowYesGlobalNo
Rpl_semi_sync_source_statusopen in new windowYesGlobalNo
Rpl_semi_sync_source_timefunc_failuresopen in new windowYesGlobalNo
rpl_semi_sync_source_timeoutopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_trace_levelopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_source_tx_avg_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_source_tx_wait_timeopen in new windowYesGlobalNo
Rpl_semi_sync_source_tx_waitsopen in new windowYesGlobalNo
rpl_semi_sync_source_wait_for_replica_countopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_wait_no_replicaopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_wait_pointopen in new windowYesYesYesGlobalYes
Rpl_semi_sync_source_wait_pos_backtraverseopen in new windowYesGlobalNo
Rpl_semi_sync_source_wait_sessionsopen in new windowYesGlobalNo
Rpl_semi_sync_source_yes_txopen in new windowYesGlobalNo
rpl_stop_replica_timeoutopen in new windowYesYesYesGlobalYes
rpl_stop_slave_timeoutopen in new windowYesYesYesGlobalYes
Rsa_public_keyopen in new windowYesGlobalNo
safe-user-createopen in new windowYesYes
schema_definition_cacheopen in new windowYesYesYesGlobalYes
secondary_engine_cost_thresholdopen in new windowYesSessionYes
Secondary_engine_execution_countopen in new windowYesBothNo
secure_file_privopen in new windowYesYesYesGlobalNo
Select_full_joinopen in new windowYesBothNo
Select_full_range_joinopen in new windowYesBothNo
select_into_buffer_sizeopen in new windowYesYesYesBothYes
select_into_disk_syncopen in new windowYesYesYesBothYes
select_into_disk_sync_delayopen in new windowYesYesYesBothYes
Select_rangeopen in new windowYesBothNo
Select_range_checkopen in new windowYesBothNo
Select_scanopen in new windowYesBothNo
server_idopen in new windowYesYesYesGlobalYes
server_id_bitsopen in new windowYesYesYesGlobalNo
server_uuidopen in new windowYesGlobalNo
session_track_gtidsopen in new windowYesYesYesBothYes
session_track_schemaopen in new windowYesYesYesBothYes
session_track_state_changeopen in new windowYesYesYesBothYes
session_track_system_variablesopen in new windowYesYesYesBothYes
session_track_transaction_infoopen in new windowYesYesYesBothYes
sha256_password_auto_generate_rsa_keysopen in new windowYesYesYesGlobalNo
sha256_password_private_key_pathopen in new windowYesYesYesGlobalNo
sha256_password_proxy_usersopen in new windowYesYesYesGlobalYes
sha256_password_public_key_pathopen in new windowYesYesYesGlobalNo
shared_memoryopen in new windowYesYesYesGlobalNo
shared_memory_base_nameopen in new windowYesYesYesGlobalNo
show_create_table_skip_secondary_engineopen in new windowYesYesYesSessionYes
show_create_table_verbosityopen in new windowYesYesYesBothYes
show_gipk_in_create_table_and_information_schemaopen in new windowYesYesYesBothYes
show_old_temporalsopen in new windowYesYesYesBothYes
show-replica-auth-infoopen in new windowYesYes
show-slave-auth-infoopen in new windowYesYes
skip-character-set-client-handshakeopen in new windowYesYes
skip_external_lockingopen in new windowYesYesYesGlobalNo
skip-grant-tablesopen in new windowYesYes
skip-host-cacheopen in new windowYesYes
skip_name_resolveopen in new windowYesYesYesGlobalNo
skip-ndbclusteropen in new windowYesYes
skip_networkingopen in new windowYesYesYesGlobalNo
skip-newopen in new windowYesYes
skip_replica_startopen in new windowYesYesYesGlobalNo
skip_show_databaseopen in new windowYesYesYesGlobalNo
skip_slave_startopen in new windowYesYesYesGlobalNo
skip-sslopen in new windowYesYes
skip-stack-traceopen in new windowYesYes
slave_allow_batchingopen in new windowYesYesYesGlobalYes
slave_checkpoint_groupopen in new windowYesYesYesGlobalYes
slave_checkpoint_periodopen in new windowYesYesYesGlobalYes
slave_compressed_protocolopen in new windowYesYesYesGlobalYes
slave_exec_modeopen in new windowYesYesYesGlobalYes
slave_load_tmpdiropen in new windowYesYesYesGlobalNo
slave_max_allowed_packetopen in new windowYesYesYesGlobalYes
slave_net_timeoutopen in new windowYesYesYesGlobalYes
Slave_open_temp_tablesopen in new windowYesGlobalNo
slave_parallel_typeopen in new windowYesYesYesGlobalYes
slave_parallel_workersopen in new windowYesYesYesGlobalYes
slave_pending_jobs_size_maxopen in new windowYesYesYesGlobalYes
slave_preserve_commit_orderopen in new windowYesYesYesGlobalYes
Slave_rows_last_search_algorithm_usedopen in new windowYesGlobalNo
slave_rows_search_algorithmsopen in new windowYesYesYesGlobalYes
slave_skip_errorsopen in new windowYesYesYesGlobalNo
slave-sql-verify-checksumopen in new windowYesYes
slave_sql_verify_checksumopen in new windowYesYesYesGlobalYes
slave_transaction_retriesopen in new windowYesYesYesGlobalYes
slave_type_conversionsopen in new windowYesYesYesGlobalYes
Slow_launch_threadsopen in new windowYesBothNo
slow_launch_timeopen in new windowYesYesYesGlobalYes
Slow_queriesopen in new windowYesBothNo
slow_query_logopen in new windowYesYesYesGlobalYes
slow_query_log_fileopen in new windowYesYesYesGlobalYes
slow-start-timeoutopen in new windowYesYes
socketopen in new windowYesYesYesGlobalNo
sort_buffer_sizeopen in new windowYesYesYesBothYes
Sort_merge_passesopen in new windowYesBothNo
Sort_rangeopen in new windowYesBothNo
Sort_rowsopen in new windowYesBothNo
Sort_scanopen in new windowYesBothNo
source_verify_checksumopen in new windowYesYesYesGlobalYes
sporadic-binlog-dump-failopen in new windowYesYes
sql_auto_is_nullopen in new windowYesBothYes
sql_big_selectsopen in new windowYesBothYes
sql_buffer_resultopen in new windowYesBothYes
sql_generate_invisible_primary_keyopen in new windowYesYesYesBothYes
sql_log_binopen in new windowYesSessionYes
sql_log_offopen in new windowYesBothYes
sql_modeopen in new windowYesYesYesBothYes
sql_notesopen in new windowYesBothYes
sql_quote_show_createopen in new windowYesBothYes
sql_replica_skip_counteropen in new windowYesGlobalYes
sql_require_primary_keyopen in new windowYesYesYesBothYes
sql_safe_updatesopen in new windowYesBothYes
sql_select_limitopen in new windowYesBothYes
sql_slave_skip_counteropen in new windowYesGlobalYes
sql_warningsopen in new windowYesBothYes
sslopen in new windowYesYes
Ssl_accept_renegotiatesopen in new windowYesGlobalNo
Ssl_acceptsopen in new windowYesGlobalNo
ssl_caopen in new windowYesYesYesGlobalVaries
Ssl_callback_cache_hitsopen in new windowYesGlobalNo
ssl_capathopen in new windowYesYesYesGlobalVaries
ssl_certopen in new windowYesYesYesGlobalVaries
Ssl_cipheropen in new windowYesBothNo
ssl_cipheropen in new windowYesYesYesGlobalVaries
Ssl_cipher_listopen in new windowYesBothNo
Ssl_client_connectsopen in new windowYesGlobalNo
Ssl_connect_renegotiatesopen in new windowYesGlobalNo
ssl_crlopen in new windowYesYesYesGlobalVaries
ssl_crlpathopen in new windowYesYesYesGlobalVaries
Ssl_ctx_verify_depthopen in new windowYesGlobalNo
Ssl_ctx_verify_modeopen in new windowYesGlobalNo
Ssl_default_timeoutopen in new windowYesBothNo
Ssl_finished_acceptsopen in new windowYesGlobalNo
Ssl_finished_connectsopen in new windowYesGlobalNo
ssl_fips_modeopen in new windowYesYesYesGlobalYes
ssl_keyopen in new windowYesYesYesGlobalVaries
Ssl_server_not_afteropen in new windowYesBothNo
Ssl_server_not_beforeopen in new windowYesBothNo
Ssl_session_cache_hitsopen in new windowYesGlobalNo
Ssl_session_cache_missesopen in new windowYesGlobalNo
Ssl_session_cache_modeopen in new windowYesGlobalNo
ssl_session_cache_modeopen in new windowYesYesYesGlobalYes
Ssl_session_cache_overflowsopen in new windowYesGlobalNo
Ssl_session_cache_sizeopen in new windowYesGlobalNo
Ssl_session_cache_timeoutopen in new windowYesGlobalNo
ssl_session_cache_timeoutopen in new windowYesYesYesGlobalYes
Ssl_session_cache_timeoutsopen in new windowYesGlobalNo
Ssl_sessions_reusedopen in new windowYesSessionNo
Ssl_used_session_cache_entriesopen in new windowYesGlobalNo
Ssl_verify_depthopen in new windowYesBothNo
Ssl_verify_modeopen in new windowYesBothNo
Ssl_versionopen in new windowYesBothNo
standaloneopen in new windowYesYes
stored_program_cacheopen in new windowYesYesYesGlobalYes
stored_program_definition_cacheopen in new windowYesYesYesGlobalYes
super-large-pagesopen in new windowYesYes
super_read_onlyopen in new windowYesYesYesGlobalYes
symbolic-linksopen in new windowYesYes
sync_binlogopen in new windowYesYesYesGlobalYes
sync_master_infoopen in new windowYesYesYesGlobalYes
sync_relay_logopen in new windowYesYesYesGlobalYes
sync_relay_log_infoopen in new windowYesYesYesGlobalYes
sync_source_infoopen in new windowYesYesYesGlobalYes
sysdate-is-nowopen in new windowYesYes
syseventlog.facilityopen in new windowYesYesYesGlobalYes
syseventlog.include_pidopen in new windowYesYesYesGlobalYes
syseventlog.tagopen in new windowYesYesYesGlobalYes
system_time_zoneopen in new windowYesGlobalNo
table_definition_cacheopen in new windowYesYesYesGlobalYes
table_encryption_privilege_checkopen in new windowYesYesYesGlobalYes
Table_locks_immediateopen in new windowYesGlobalNo
Table_locks_waitedopen in new windowYesGlobalNo
table_open_cacheopen in new windowYesYesYesGlobalYes
Table_open_cache_hitsopen in new windowYesBothNo
table_open_cache_instancesopen in new windowYesYesYesGlobalNo
Table_open_cache_missesopen in new windowYesBothNo
Table_open_cache_overflowsopen in new windowYesBothNo
tablespace_definition_cacheopen in new windowYesYesYesGlobalYes
tc-heuristic-recoveropen in new windowYesYes
Tc_log_max_pages_usedopen in new windowYesGlobalNo
Tc_log_page_sizeopen in new windowYesGlobalNo
Tc_log_page_waitsopen in new windowYesGlobalNo
temptable_max_mmapopen in new windowYesYesYesGlobalYes
temptable_max_ramopen in new windowYesYesYesGlobalYes
temptable_use_mmapopen in new windowYesYesYesGlobalYes
terminology_use_previousopen in new windowYesYesYesBothYes
thread_cache_sizeopen in new windowYesYesYesGlobalYes
thread_handlingopen in new windowYesYesYesGlobalNo
thread_pool_algorithmopen in new windowYesYesYesGlobalNo
thread_pool_dedicated_listenersopen in new windowYesYesYesGlobalNo
thread_pool_high_priority_connectionopen in new windowYesYesYesBothYes
thread_pool_max_active_query_threadsopen in new windowYesYesYesGlobalYes
thread_pool_max_transactions_limitopen in new windowYesYesYesGlobalYes
thread_pool_max_unused_threadsopen in new windowYesYesYesGlobalYes
thread_pool_prio_kickup_timeropen in new windowYesYesYesGlobalYes
thread_pool_query_threads_per_groupopen in new windowYesYesYesGlobalYes
thread_pool_sizeopen in new windowYesYesYesGlobalNo
thread_pool_stall_limitopen in new windowYesYesYesGlobalYes
thread_pool_transaction_delayopen in new windowYesYesYesGlobalYes
thread_stackopen in new windowYesYesYesGlobalNo
Threads_cachedopen in new windowYesGlobalNo
Threads_connectedopen in new windowYesGlobalNo
Threads_createdopen in new windowYesGlobalNo
Threads_runningopen in new windowYesGlobalNo
time_zoneopen in new windowYesBothYes
timestampopen in new windowYesSessionYes
tls_ciphersuitesopen in new windowYesYesYesGlobalYes
Tls_library_versionopen in new windowYesGlobalNo
tls_versionopen in new windowYesYesYesGlobalVaries
tmp_table_sizeopen in new windowYesYesYesBothYes
tmpdiropen in new windowYesYesYesGlobalNo
transaction_alloc_block_sizeopen in new windowYesYesYesBothYes
transaction_allow_batchingopen in new windowYesSessionYes
transaction_isolationopen in new windowYesYesYesBothYes
transaction_prealloc_sizeopen in new windowYesYesYesBothYes
transaction_read_onlyopen in new windowYesYesYesBothYes
transaction_write_set_extractionopen in new windowYesYesYesBothYes
unique_checksopen in new windowYesBothYes
updatable_views_with_limitopen in new windowYesYesYesBothYes
upgradeopen in new windowYesYes
Uptimeopen in new windowYesGlobalNo
Uptime_since_flush_statusopen in new windowYesGlobalNo
use_secondary_engineopen in new windowYesSessionYes
useropen in new windowYesYes
validate-configopen in new windowYesYes
validate-passwordopen in new windowYesYes
validate_password_check_user_nameopen in new windowYesYesYesGlobalYes
validate_password_dictionary_fileopen in new windowYesYesYesGlobalYes
validate_password_dictionary_file_last_parsedopen in new windowYesGlobalNo
validate_password_dictionary_file_words_countopen in new windowYesGlobalNo
validate_password_lengthopen in new windowYesYesYesGlobalYes
validate_password_mixed_case_countopen in new windowYesYesYesGlobalYes
validate_password_number_countopen in new windowYesYesYesGlobalYes
validate_password_policyopen in new windowYesYesYesGlobalYes
validate_password_special_char_countopen in new windowYesYesYesGlobalYes
validate_password.check_user_nameopen in new windowYesYesYesGlobalYes
validate_password.dictionary_fileopen in new windowYesYesYesGlobalYes
validate_password.dictionary_file_last_parsedopen in new windowYesGlobalNo
validate_password.dictionary_file_words_countopen in new windowYesGlobalNo
validate_password.lengthopen in new windowYesYesYesGlobalYes
validate_password.mixed_case_countopen in new windowYesYesYesGlobalYes
validate_password.number_countopen in new windowYesYesYesGlobalYes
validate_password.policyopen in new windowYesYesYesGlobalYes
validate_password.special_char_countopen in new windowYesYesYesGlobalYes
validate-user-pluginsopen in new windowYesYes
verboseopen in new windowYesYes
versionopen in new windowYesGlobalNo
version_commentopen in new windowYesGlobalNo
version_compile_machineopen in new windowYesGlobalNo
version_compile_osopen in new windowYesGlobalNo
version_compile_zlibopen in new windowYesGlobalNo
version_tokens_sessionopen in new windowYesYesYesBothYes
version_tokens_session_numberopen in new windowYesYesYesBothNo
wait_timeoutopen in new windowYesYesYesBothYes
warning_countopen in new windowYesSessionNo
windowing_use_high_precisionopen in new windowYesYesYesBothYes
xa_detach_on_prepareopen in new windowYesYesYesBothYes

Server System Variable Reference

下表列出了 mysqld 中适用的所有系统变量。

NameCmd-LineOption FileSystem VarVar ScopeDynamic
activate_all_roles_on_loginopen in new windowYesYesYesGlobalYes
admin_addressopen in new windowYesYesYesGlobalNo
admin_portopen in new windowYesYesYesGlobalNo
admin_ssl_caopen in new windowYesYesYesGlobalYes
admin_ssl_capathopen in new windowYesYesYesGlobalYes
admin_ssl_certopen in new windowYesYesYesGlobalYes
admin_ssl_cipheropen in new windowYesYesYesGlobalYes
admin_ssl_crlopen in new windowYesYesYesGlobalYes
admin_ssl_crlpathopen in new windowYesYesYesGlobalYes
admin_ssl_keyopen in new windowYesYesYesGlobalYes
admin_tls_ciphersuitesopen in new windowYesYesYesGlobalYes
admin_tls_versionopen in new windowYesYesYesGlobalYes
audit_log_buffer_sizeopen in new windowYesYesYesGlobalNo
audit_log_compressionopen in new windowYesYesYesGlobalNo
audit_log_connection_policyopen in new windowYesYesYesGlobalYes
audit_log_current_sessionopen in new windowYesBothNo
audit_log_disableopen in new windowYesYesYesGlobalYes
audit_log_encryptionopen in new windowYesYesYesGlobalNo
audit_log_exclude_accountsopen in new windowYesYesYesGlobalYes
audit_log_fileopen in new windowYesYesYesGlobalNo
audit_log_filter_idopen in new windowYesBothNo
audit_log_flushopen in new windowYesGlobalYes
audit_log_formatopen in new windowYesYesYesGlobalNo
audit_log_format_unix_timestampopen in new windowYesYesYesGlobalYes
audit_log_include_accountsopen in new windowYesYesYesGlobalYes
audit_log_max_sizeopen in new windowYesYesYesGlobalYes
audit_log_password_history_keep_daysopen in new windowYesYesYesGlobalYes
audit_log_policyopen in new windowYesYesYesGlobalNo
audit_log_prune_secondsopen in new windowYesYesYesGlobalYes
audit_log_read_buffer_sizeopen in new windowYesYesYesVariesVaries
audit_log_rotate_on_sizeopen in new windowYesYesYesGlobalYes
audit_log_statement_policyopen in new windowYesYesYesGlobalYes
audit_log_strategyopen in new windowYesYesYesGlobalNo
authentication_fido_rp_idopen in new windowYesYesYesGlobalYes
authentication_kerberos_service_key_tabopen in new windowYesYesYesGlobalNo
authentication_kerberos_service_principalopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_auth_method_nameopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_base_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_root_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_bind_root_pwdopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_ca_pathopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_group_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_group_search_filteropen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_init_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_log_statusopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_max_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_referralopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_server_hostopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_server_portopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_tlsopen in new windowYesYesYesGlobalYes
authentication_ldap_sasl_user_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_auth_method_nameopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_base_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_root_dnopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_bind_root_pwdopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_ca_pathopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_group_search_attropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_group_search_filteropen in new windowYesYesYesGlobalYes
authentication_ldap_simple_init_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_log_statusopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_max_pool_sizeopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_referralopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_server_hostopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_server_portopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_tlsopen in new windowYesYesYesGlobalYes
authentication_ldap_simple_user_search_attropen in new windowYesYesYesGlobalYes
authentication_policyopen in new windowYesYesYesGlobalYes
authentication_windows_log_levelopen in new windowYesYesYesGlobalNo
authentication_windows_use_principal_nameopen in new windowYesYesYesGlobalNo
auto_generate_certsopen in new windowYesYesYesGlobalNo
auto_increment_incrementopen in new windowYesYesYesBothYes
auto_increment_offsetopen in new windowYesYesYesBothYes
autocommitopen in new windowYesYesYesBothYes
automatic_sp_privilegesopen in new windowYesYesYesGlobalYes
avoid_temporal_upgradeopen in new windowYesYesYesGlobalYes
back_logopen in new windowYesYesYesGlobalNo
basediropen in new windowYesYesYesGlobalNo
big_tablesopen in new windowYesYesYesBothYes
bind_addressopen in new windowYesYesYesGlobalNo
binlog_cache_sizeopen in new windowYesYesYesGlobalYes
binlog_checksumopen in new windowYesYesYesGlobalYes
binlog_direct_non_transactional_updatesopen in new windowYesYesYesBothYes
binlog_encryptionopen in new windowYesYesYesGlobalYes
binlog_error_actionopen in new windowYesYesYesGlobalYes
binlog_expire_logs_auto_purgeopen in new windowYesYesYesGlobalYes
binlog_expire_logs_secondsopen in new windowYesYesYesGlobalYes
binlog_formatopen in new windowYesYesYesBothYes
binlog_group_commit_sync_delayopen in new windowYesYesYesGlobalYes
binlog_group_commit_sync_no_delay_countopen in new windowYesYesYesGlobalYes
binlog_gtid_simple_recoveryopen in new windowYesYesYesGlobalNo
binlog_max_flush_queue_timeopen in new windowYesYesYesGlobalYes
binlog_order_commitsopen in new windowYesYesYesGlobalYes
binlog_rotate_encryption_master_key_at_startupopen in new windowYesYesYesGlobalNo
binlog_row_event_max_sizeopen in new windowYesYesYesGlobalNo
binlog_row_imageopen in new windowYesYesYesBothYes
binlog_row_metadataopen in new windowYesYesYesGlobalYes
binlog_row_value_optionsopen in new windowYesYesYesBothYes
binlog_rows_query_log_eventsopen in new windowYesYesYesBothYes
binlog_stmt_cache_sizeopen in new windowYesYesYesGlobalYes
binlog_transaction_compressionopen in new windowYesYesYesBothYes
binlog_transaction_compression_level_zstdopen in new windowYesYesYesBothYes
binlog_transaction_dependency_history_sizeopen in new windowYesYesYesGlobalYes
binlog_transaction_dependency_trackingopen in new windowYesYesYesGlobalYes
block_encryption_modeopen in new windowYesYesYesBothYes
build_idopen in new windowYesGlobalNo
bulk_insert_buffer_sizeopen in new windowYesYesYesBothYes
caching_sha2_password_auto_generate_rsa_keysopen in new windowYesYesYesGlobalNo
caching_sha2_password_digest_roundsopen in new windowYesYesYesGlobalNo
caching_sha2_password_private_key_pathopen in new windowYesYesYesGlobalNo
caching_sha2_password_public_key_pathopen in new windowYesYesYesGlobalNo
character_set_clientopen in new windowYesBothYes
character_set_connectionopen in new windowYesBothYes
character_set_databaseopen in new window (note 1)YesBothYes
character_set_filesystemopen in new windowYesYesYesBothYes
character_set_resultsopen in new windowYesBothYes
character_set_serveropen in new windowYesYesYesBothYes
character_set_systemopen in new windowYesGlobalNo
character_sets_diropen in new windowYesYesYesGlobalNo
check_proxy_usersopen in new windowYesYesYesGlobalYes
clone_autotune_concurrencyopen in new windowYesYesYesGlobalYes
clone_block_ddlopen in new windowYesYesYesGlobalYes
clone_buffer_sizeopen in new windowYesYesYesGlobalYes
clone_ddl_timeoutopen in new windowYesYesYesGlobalYes
clone_delay_after_data_dropopen in new windowYesYesYesGlobalYes
clone_donor_timeout_after_network_failureopen in new windowYesYesYesGlobalYes
clone_enable_compressionopen in new windowYesYesYesGlobalYes
clone_max_concurrencyopen in new windowYesYesYesGlobalYes
clone_max_data_bandwidthopen in new windowYesYesYesGlobalYes
clone_max_network_bandwidthopen in new windowYesYesYesGlobalYes
clone_ssl_caopen in new windowYesYesYesGlobalYes
clone_ssl_certopen in new windowYesYesYesGlobalYes
clone_ssl_keyopen in new windowYesYesYesGlobalYes
clone_valid_donor_listopen in new windowYesYesYesGlobalYes
collation_connectionopen in new windowYesBothYes
collation_databaseopen in new window (note 1)YesBothYes
collation_serveropen in new windowYesYesYesBothYes
completion_typeopen in new windowYesYesYesBothYes
concurrent_insertopen in new windowYesYesYesGlobalYes
connect_timeoutopen in new windowYesYesYesGlobalYes
connection_control_failed_connections_thresholdopen in new windowYesYesYesGlobalYes
connection_control_max_connection_delayopen in new windowYesYesYesGlobalYes
connection_control_min_connection_delayopen in new windowYesYesYesGlobalYes
connection_memory_chunk_sizeopen in new windowYesYesYesBothYes
connection_memory_limitopen in new windowYesYesYesBothYes
core_fileopen in new windowYesGlobalNo
create_admin_listener_threadopen in new windowYesYesYesGlobalNo
cte_max_recursion_depthopen in new windowYesYesYesBothYes
daemon_memcached_enable_binlogopen in new windowYesYesYesGlobalNo
daemon_memcached_engine_lib_nameopen in new windowYesYesYesGlobalNo
daemon_memcached_engine_lib_pathopen in new windowYesYesYesGlobalNo
daemon_memcached_optionopen in new windowYesYesYesGlobalNo
daemon_memcached_r_batch_sizeopen in new windowYesYesYesGlobalNo
daemon_memcached_w_batch_sizeopen in new windowYesYesYesGlobalNo
datadiropen in new windowYesYesYesGlobalNo
debugopen in new windowYesYesYesBothYes
debug_syncopen in new windowYesSessionYes
default_authentication_pluginopen in new windowYesYesYesGlobalNo
default_collation_for_utf8mb4open in new windowYesBothYes
default_password_lifetimeopen in new windowYesYesYesGlobalYes
default_storage_engineopen in new windowYesYesYesBothYes
default_table_encryptionopen in new windowYesYesYesBothYes
default_tmp_storage_engineopen in new windowYesYesYesBothYes
default_week_formatopen in new windowYesYesYesBothYes
delay_key_writeopen in new windowYesYesYesGlobalYes
delayed_insert_limitopen in new windowYesYesYesGlobalYes
delayed_insert_timeoutopen in new windowYesYesYesGlobalYes
delayed_queue_sizeopen in new windowYesYesYesGlobalYes
disabled_storage_enginesopen in new windowYesYesYesGlobalNo
disconnect_on_expired_passwordopen in new windowYesYesYesGlobalNo
div_precision_incrementopen in new windowYesYesYesBothYes
dragnet.log_error_filter_rulesopen in new windowYesYesYesGlobalYes
end_markers_in_jsonopen in new windowYesYesYesBothYes
enforce_gtid_consistencyopen in new windowYesYesYesGlobalYes
enterprise_encryption.maximum_rsa_key_sizeopen in new windowYesYesYesGlobalYes
enterprise_encryption.rsa_support_legacy_paddingopen in new windowYesYesYesGlobalYes
eq_range_index_dive_limitopen in new windowYesYesYesBothYes
error_countopen in new windowYesSessionNo
event_scheduleropen in new windowYesYesYesGlobalYes
expire_logs_daysopen in new windowYesYesYesGlobalYes
explain_formatopen in new windowYesYesYesBothYes
explicit_defaults_for_timestampopen in new windowYesYesYesBothYes
external_useropen in new windowYesSessionNo
flushopen in new windowYesYesYesGlobalYes
flush_timeopen in new windowYesYesYesGlobalYes
foreign_key_checksopen in new windowYesBothYes
ft_boolean_syntaxopen in new windowYesYesYesGlobalYes
ft_max_word_lenopen in new windowYesYesYesGlobalNo
ft_min_word_lenopen in new windowYesYesYesGlobalNo
ft_query_expansion_limitopen in new windowYesYesYesGlobalNo
ft_stopword_fileopen in new windowYesYesYesGlobalNo
general_logopen in new windowYesYesYesGlobalYes
general_log_fileopen in new windowYesYesYesGlobalYes
generated_random_password_lengthopen in new windowYesYesYesBothYes
global_connection_memory_limitopen in new windowYesYesYesGlobalYes
global_connection_memory_trackingopen in new windowYesYesYesBothYes
group_concat_max_lenopen in new windowYesYesYesBothYes
group_replication_advertise_recovery_endpointsopen in new windowYesYesYesGlobalYes
group_replication_allow_local_lower_version_joinopen in new windowYesYesYesGlobalYes
group_replication_auto_increment_incrementopen in new windowYesYesYesGlobalYes
group_replication_autorejoin_triesopen in new windowYesYesYesGlobalYes
group_replication_bootstrap_groupopen in new windowYesYesYesGlobalYes
group_replication_clone_thresholdopen in new windowYesYesYesGlobalYes
group_replication_communication_debug_optionsopen in new windowYesYesYesGlobalYes
group_replication_communication_max_message_sizeopen in new windowYesYesYesGlobalYes
group_replication_communication_stackopen in new windowYesGlobalNo
group_replication_components_stop_timeoutopen in new windowYesYesYesGlobalYes
group_replication_compression_thresholdopen in new windowYesYesYesGlobalYes
group_replication_consistencyopen in new windowYesYesYesBothYes
group_replication_enforce_update_everywhere_checksopen in new windowYesYesYesGlobalYes
group_replication_exit_state_actionopen in new windowYesYesYesGlobalYes
group_replication_flow_control_applier_thresholdopen in new windowYesYesYesGlobalYes
group_replication_flow_control_certifier_thresholdopen in new windowYesYesYesGlobalYes
group_replication_flow_control_hold_percentopen in new windowYesYesYesGlobalYes
group_replication_flow_control_max_commit_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_member_quota_percentopen in new windowYesYesYesGlobalYes
group_replication_flow_control_min_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_min_recovery_quotaopen in new windowYesYesYesGlobalYes
group_replication_flow_control_modeopen in new windowYesYesYesGlobalYes
group_replication_flow_control_periodopen in new windowYesYesYesGlobalYes
group_replication_flow_control_release_percentopen in new windowYesYesYesGlobalYes
group_replication_force_membersopen in new windowYesYesYesGlobalYes
group_replication_group_nameopen in new windowYesYesYesGlobalYes
group_replication_group_seedsopen in new windowYesYesYesGlobalYes
group_replication_gtid_assignment_block_sizeopen in new windowYesYesYesGlobalYes
group_replication_ip_allowlistopen in new windowYesYesYesGlobalYes
group_replication_ip_whitelistopen in new windowYesYesYesGlobalYes
group_replication_local_addressopen in new windowYesYesYesGlobalYes
group_replication_member_expel_timeoutopen in new windowYesYesYesGlobalYes
group_replication_member_weightopen in new windowYesYesYesGlobalYes
group_replication_message_cache_sizeopen in new windowYesYesYesGlobalYes
group_replication_paxos_single_leaderopen in new windowYesYesYesGlobalYes
group_replication_poll_spin_loopsopen in new windowYesYesYesGlobalYes
group_replication_recovery_complete_atopen in new windowYesYesYesGlobalYes
group_replication_recovery_compression_algorithmsopen in new windowYesYesYesGlobalYes
group_replication_recovery_get_public_keyopen in new windowYesYesYesGlobalYes
group_replication_recovery_public_key_pathopen in new windowYesYesYesGlobalYes
group_replication_recovery_reconnect_intervalopen in new windowYesYesYesGlobalYes
group_replication_recovery_retry_countopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_caopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_capathopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_certopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_cipheropen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_crlopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_crlpathopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_keyopen in new windowYesYesYesGlobalYes
group_replication_recovery_ssl_verify_server_certopen in new windowYesYesYesGlobalYes
group_replication_recovery_tls_ciphersuitesopen in new windowYesYesYesGlobalYes
group_replication_recovery_tls_versionopen in new windowYesYesYesGlobalYes
group_replication_recovery_use_sslopen in new windowYesYesYesGlobalYes
group_replication_recovery_zstd_compression_levelopen in new windowYesYesYesGlobalYes
group_replication_single_primary_modeopen in new windowYesYesYesGlobalYes
group_replication_ssl_modeopen in new windowYesYesYesGlobalYes
group_replication_start_on_bootopen in new windowYesYesYesGlobalYes
group_replication_tls_sourceopen in new windowYesYesYesGlobalYes
group_replication_transaction_size_limitopen in new windowYesYesYesGlobalYes
group_replication_unreachable_majority_timeoutopen in new windowYesYesYesGlobalYes
group_replication_view_change_uuidopen in new windowYesYesYesGlobalYes
gtid_executedopen in new windowYesGlobalNo
gtid_executed_compression_periodopen in new windowYesYesYesGlobalYes
gtid_modeopen in new windowYesYesYesGlobalYes
gtid_nextopen in new windowYesSessionYes
gtid_ownedopen in new windowYesBothNo
gtid_purgedopen in new windowYesGlobalYes
have_compressopen in new windowYesGlobalNo
have_dynamic_loadingopen in new windowYesGlobalNo
have_geometryopen in new windowYesGlobalNo
have_opensslopen in new windowYesGlobalNo
have_profilingopen in new windowYesGlobalNo
have_query_cacheopen in new windowYesGlobalNo
have_rtree_keysopen in new windowYesGlobalNo
have_sslopen in new windowYesGlobalNo
have_statement_timeoutopen in new windowYesGlobalNo
have_symlinkopen in new windowYesGlobalNo
histogram_generation_max_mem_sizeopen in new windowYesYesYesBothYes
host_cache_sizeopen in new windowYesYesYesGlobalYes
hostnameopen in new windowYesGlobalNo
identityopen in new windowYesSessionYes
immediate_server_versionopen in new windowYesSessionYes
information_schema_stats_expiryopen in new windowYesYesYesBothYes
init_connectopen in new windowYesYesYesGlobalYes
init_fileopen in new windowYesYesYesGlobalNo
init_replicaopen in new windowYesYesYesGlobalYes
init_slaveopen in new windowYesYesYesGlobalYes
innodb_adaptive_flushingopen in new windowYesYesYesGlobalYes
innodb_adaptive_flushing_lwmopen in new windowYesYesYesGlobalYes
innodb_adaptive_hash_indexopen in new windowYesYesYesGlobalYes
innodb_adaptive_hash_index_partsopen in new windowYesYesYesGlobalNo
innodb_adaptive_max_sleep_delayopen in new windowYesYesYesGlobalYes
innodb_api_bk_commit_intervalopen in new windowYesYesYesGlobalYes
innodb_api_disable_rowlockopen in new windowYesYesYesGlobalNo
innodb_api_enable_binlogopen in new windowYesYesYesGlobalNo
innodb_api_enable_mdlopen in new windowYesYesYesGlobalNo
innodb_api_trx_levelopen in new windowYesYesYesGlobalYes
innodb_autoextend_incrementopen in new windowYesYesYesGlobalYes
innodb_autoinc_lock_modeopen in new windowYesYesYesGlobalNo
innodb_background_drop_list_emptyopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_chunk_sizeopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_debugopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_dump_at_shutdownopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_dump_nowopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_dump_pctopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_filenameopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_in_core_fileopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_instancesopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_load_abortopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_load_at_startupopen in new windowYesYesYesGlobalNo
innodb_buffer_pool_load_nowopen in new windowYesYesYesGlobalYes
innodb_buffer_pool_sizeopen in new windowYesYesYesGlobalYes
innodb_change_buffer_max_sizeopen in new windowYesYesYesGlobalYes
innodb_change_bufferingopen in new windowYesYesYesGlobalYes
innodb_change_buffering_debugopen in new windowYesYesYesGlobalYes
innodb_checkpoint_disabledopen in new windowYesYesYesGlobalYes
innodb_checksum_algorithmopen in new windowYesYesYesGlobalYes
innodb_cmp_per_index_enabledopen in new windowYesYesYesGlobalYes
innodb_commit_concurrencyopen in new windowYesYesYesGlobalYes
innodb_compress_debugopen in new windowYesYesYesGlobalYes
innodb_compression_failure_threshold_pctopen in new windowYesYesYesGlobalYes
innodb_compression_levelopen in new windowYesYesYesGlobalYes
innodb_compression_pad_pct_maxopen in new windowYesYesYesGlobalYes
innodb_concurrency_ticketsopen in new windowYesYesYesGlobalYes
innodb_data_file_pathopen in new windowYesYesYesGlobalNo
innodb_data_home_diropen in new windowYesYesYesGlobalNo
innodb_ddl_buffer_sizeopen in new windowYesYesYesBothYes
innodb_ddl_log_crash_reset_debugopen in new windowYesYesYesGlobalYes
innodb_ddl_threadsopen in new windowYesYesYesBothYes
innodb_deadlock_detectopen in new windowYesYesYesGlobalYes
innodb_dedicated_serveropen in new windowYesYesYesGlobalNo
innodb_default_row_formatopen in new windowYesYesYesGlobalYes
innodb_directoriesopen in new windowYesYesYesGlobalNo
innodb_disable_sort_file_cacheopen in new windowYesYesYesGlobalYes
innodb_doublewriteopen in new windowYesYesYesGlobalVaries
innodb_doublewrite_batch_sizeopen in new windowYesYesYesGlobalNo
innodb_doublewrite_diropen in new windowYesYesYesGlobalNo
innodb_doublewrite_filesopen in new windowYesYesYesGlobalNo
innodb_doublewrite_pagesopen in new windowYesYesYesGlobalNo
innodb_extend_and_initializeopen in new windowYesYesYesGlobalYes
innodb_fast_shutdownopen in new windowYesYesYesGlobalYes
innodb_fil_make_page_dirty_debugopen in new windowYesYesYesGlobalYes
innodb_file_per_tableopen in new windowYesYesYesGlobalYes
innodb_fill_factoropen in new windowYesYesYesGlobalYes
innodb_flush_log_at_timeoutopen in new windowYesYesYesGlobalYes
innodb_flush_log_at_trx_commitopen in new windowYesYesYesGlobalYes
innodb_flush_methodopen in new windowYesYesYesGlobalNo
innodb_flush_neighborsopen in new windowYesYesYesGlobalYes
innodb_flush_syncopen in new windowYesYesYesGlobalYes
innodb_flushing_avg_loopsopen in new windowYesYesYesGlobalYes
innodb_force_load_corruptedopen in new windowYesYesYesGlobalNo
innodb_force_recoveryopen in new windowYesYesYesGlobalNo
innodb_fsync_thresholdopen in new windowYesYesYesGlobalYes
innodb_ft_aux_tableopen in new windowYesGlobalYes
innodb_ft_cache_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_enable_diag_printopen in new windowYesYesYesGlobalYes
innodb_ft_enable_stopwordopen in new windowYesYesYesBothYes
innodb_ft_max_token_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_min_token_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_num_word_optimizeopen in new windowYesYesYesGlobalYes
innodb_ft_result_cache_limitopen in new windowYesYesYesGlobalYes
innodb_ft_server_stopword_tableopen in new windowYesYesYesGlobalYes
innodb_ft_sort_pll_degreeopen in new windowYesYesYesGlobalNo
innodb_ft_total_cache_sizeopen in new windowYesYesYesGlobalNo
innodb_ft_user_stopword_tableopen in new windowYesYesYesBothYes
innodb_idle_flush_pctopen in new windowYesYesYesGlobalYes
innodb_io_capacityopen in new windowYesYesYesGlobalYes
innodb_io_capacity_maxopen in new windowYesYesYesGlobalYes
innodb_limit_optimistic_insert_debugopen in new windowYesYesYesGlobalYes
innodb_lock_wait_timeoutopen in new windowYesYesYesBothYes
innodb_log_buffer_sizeopen in new windowYesYesYesGlobalVaries
innodb_log_checkpoint_fuzzy_nowopen in new windowYesYesYesGlobalYes
innodb_log_checkpoint_nowopen in new windowYesYesYesGlobalYes
innodb_log_checksumsopen in new windowYesYesYesGlobalYes
innodb_log_compressed_pagesopen in new windowYesYesYesGlobalYes
innodb_log_file_sizeopen in new windowYesYesYesGlobalNo
innodb_log_files_in_groupopen in new windowYesYesYesGlobalNo
innodb_log_group_home_diropen in new windowYesYesYesGlobalNo
innodb_log_spin_cpu_abs_lwmopen in new windowYesYesYesGlobalYes
innodb_log_spin_cpu_pct_hwmopen in new windowYesYesYesGlobalYes
innodb_log_wait_for_flush_spin_hwmopen in new windowYesYesYesGlobalYes
innodb_log_write_ahead_sizeopen in new windowYesYesYesGlobalYes
innodb_log_writer_threadsopen in new windowYesYesYesGlobalYes
innodb_lru_scan_depthopen in new windowYesYesYesGlobalYes
innodb_max_dirty_pages_pctopen in new windowYesYesYesGlobalYes
innodb_max_dirty_pages_pct_lwmopen in new windowYesYesYesGlobalYes
innodb_max_purge_lagopen in new windowYesYesYesGlobalYes
innodb_max_purge_lag_delayopen in new windowYesYesYesGlobalYes
innodb_max_undo_log_sizeopen in new windowYesYesYesGlobalYes
innodb_merge_threshold_set_all_debugopen in new windowYesYesYesGlobalYes
innodb_monitor_disableopen in new windowYesYesYesGlobalYes
innodb_monitor_enableopen in new windowYesYesYesGlobalYes
innodb_monitor_resetopen in new windowYesYesYesGlobalYes
innodb_monitor_reset_allopen in new windowYesYesYesGlobalYes
innodb_numa_interleaveopen in new windowYesYesYesGlobalNo
innodb_old_blocks_pctopen in new windowYesYesYesGlobalYes
innodb_old_blocks_timeopen in new windowYesYesYesGlobalYes
innodb_online_alter_log_max_sizeopen in new windowYesYesYesGlobalYes
innodb_open_filesopen in new windowYesYesYesGlobalVaries
innodb_optimize_fulltext_onlyopen in new windowYesYesYesGlobalYes
innodb_page_cleanersopen in new windowYesYesYesGlobalNo
innodb_page_sizeopen in new windowYesYesYesGlobalNo
innodb_parallel_read_threadsopen in new windowYesYesYesSessionYes
innodb_print_all_deadlocksopen in new windowYesYesYesGlobalYes
innodb_print_ddl_logsopen in new windowYesYesYesGlobalYes
innodb_purge_batch_sizeopen in new windowYesYesYesGlobalYes
innodb_purge_rseg_truncate_frequencyopen in new windowYesYesYesGlobalYes
innodb_purge_threadsopen in new windowYesYesYesGlobalNo
innodb_random_read_aheadopen in new windowYesYesYesGlobalYes
innodb_read_ahead_thresholdopen in new windowYesYesYesGlobalYes
innodb_read_io_threadsopen in new windowYesYesYesGlobalNo
innodb_read_onlyopen in new windowYesYesYesGlobalNo
innodb_redo_log_archive_dirsopen in new windowYesYesYesGlobalYes
innodb_redo_log_capacityopen in new windowYesYesYesGlobalYes
innodb_redo_log_encryptopen in new windowYesYesYesGlobalYes
innodb_replication_delayopen in new windowYesYesYesGlobalYes
innodb_rollback_on_timeoutopen in new windowYesYesYesGlobalNo
innodb_rollback_segmentsopen in new windowYesYesYesGlobalYes
innodb_saved_page_number_debugopen in new windowYesYesYesGlobalYes
innodb_segment_reserve_factoropen in new windowYesYesYesGlobalYes
innodb_sort_buffer_sizeopen in new windowYesYesYesGlobalNo
innodb_spin_wait_delayopen in new windowYesYesYesGlobalYes
innodb_spin_wait_pause_multiplieropen in new windowYesYesYesGlobalYes
innodb_stats_auto_recalcopen in new windowYesYesYesGlobalYes
innodb_stats_include_delete_markedopen in new windowYesYesYesGlobalYes
innodb_stats_methodopen in new windowYesYesYesGlobalYes
innodb_stats_on_metadataopen in new windowYesYesYesGlobalYes
innodb_stats_persistentopen in new windowYesYesYesGlobalYes
innodb_stats_persistent_sample_pagesopen in new windowYesYesYesGlobalYes
innodb_stats_transient_sample_pagesopen in new windowYesYesYesGlobalYes
innodb_status_outputopen in new windowYesYesYesGlobalYes
innodb_status_output_locksopen in new windowYesYesYesGlobalYes
innodb_strict_modeopen in new windowYesYesYesBothYes
innodb_sync_array_sizeopen in new windowYesYesYesGlobalNo
innodb_sync_debugopen in new windowYesYesYesGlobalNo
innodb_sync_spin_loopsopen in new windowYesYesYesGlobalYes
innodb_table_locksopen in new windowYesYesYesBothYes
innodb_temp_data_file_pathopen in new windowYesYesYesGlobalNo
innodb_temp_tablespaces_diropen in new windowYesYesYesGlobalNo
innodb_thread_concurrencyopen in new windowYesYesYesGlobalYes
innodb_thread_sleep_delayopen in new windowYesYesYesGlobalYes
innodb_tmpdiropen in new windowYesYesYesBothYes
innodb_trx_purge_view_update_only_debugopen in new windowYesYesYesGlobalYes
innodb_trx_rseg_n_slots_debugopen in new windowYesYesYesGlobalYes
innodb_undo_directoryopen in new windowYesYesYesGlobalNo
innodb_undo_log_encryptopen in new windowYesYesYesGlobalYes
innodb_undo_log_truncateopen in new windowYesYesYesGlobalYes
innodb_undo_tablespacesopen in new windowYesYesYesGlobalVaries
innodb_use_fdatasyncopen in new windowYesYesYesGlobalYes
innodb_use_native_aioopen in new windowYesYesYesGlobalNo
innodb_validate_tablespace_pathsopen in new windowYesYesYesGlobalNo
innodb_versionopen in new windowYesGlobalNo
innodb_write_io_threadsopen in new windowYesYesYesGlobalNo
insert_idopen in new windowYesSessionYes
interactive_timeoutopen in new windowYesYesYesBothYes
internal_tmp_disk_storage_engineopen in new windowYesYesYesGlobalYes
internal_tmp_mem_storage_engineopen in new windowYesYesYesBothYes
join_buffer_sizeopen in new windowYesYesYesBothYes
keep_files_on_createopen in new windowYesYesYesBothYes
key_buffer_sizeopen in new windowYesYesYesGlobalYes
key_cache_age_thresholdopen in new windowYesYesYesGlobalYes
key_cache_block_sizeopen in new windowYesYesYesGlobalYes
key_cache_division_limitopen in new windowYesYesYesGlobalYes
keyring_aws_cmk_idopen in new windowYesYesYesGlobalYes
keyring_aws_conf_fileopen in new windowYesYesYesGlobalNo
keyring_aws_data_fileopen in new windowYesYesYesGlobalNo
keyring_aws_regionopen in new windowYesYesYesGlobalYes
keyring_encrypted_file_dataopen in new windowYesYesYesGlobalYes
keyring_encrypted_file_passwordopen in new windowYesYesYesGlobalYes
keyring_file_dataopen in new windowYesYesYesGlobalYes
keyring_hashicorp_auth_pathopen in new windowYesYesYesGlobalYes
keyring_hashicorp_ca_pathopen in new windowYesYesYesGlobalYes
keyring_hashicorp_cachingopen in new windowYesYesYesGlobalYes
keyring_hashicorp_commit_auth_pathopen in new windowYesGlobalNo
keyring_hashicorp_commit_ca_pathopen in new windowYesGlobalNo
keyring_hashicorp_commit_cachingopen in new windowYesGlobalNo
keyring_hashicorp_commit_role_idopen in new windowYesGlobalNo
keyring_hashicorp_commit_server_urlopen in new windowYesGlobalNo
keyring_hashicorp_commit_store_pathopen in new windowYesGlobalNo
keyring_hashicorp_role_idopen in new windowYesYesYesGlobalYes
keyring_hashicorp_secret_idopen in new windowYesYesYesGlobalYes
keyring_hashicorp_server_urlopen in new windowYesYesYesGlobalYes
keyring_hashicorp_store_pathopen in new windowYesYesYesGlobalYes
keyring_oci_ca_certificateopen in new windowYesYesYesGlobalNo
keyring_oci_compartmentopen in new windowYesYesYesGlobalNo
keyring_oci_encryption_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_key_fileopen in new windowYesYesYesGlobalNo
keyring_oci_key_fingerprintopen in new windowYesYesYesGlobalNo
keyring_oci_management_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_master_keyopen in new windowYesYesYesGlobalNo
keyring_oci_secrets_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_tenancyopen in new windowYesYesYesGlobalNo
keyring_oci_useropen in new windowYesYesYesGlobalNo
keyring_oci_vaults_endpointopen in new windowYesYesYesGlobalNo
keyring_oci_virtual_vaultopen in new windowYesYesYesGlobalNo
keyring_okv_conf_diropen in new windowYesYesYesGlobalYes
keyring_operationsopen in new windowYesGlobalYes
languageopen in new windowYesYesYesGlobalNo
large_files_supportopen in new windowYesGlobalNo
large_page_sizeopen in new windowYesGlobalNo
large_pagesopen in new windowYesYesYesGlobalNo
last_insert_idopen in new windowYesSessionYes
lc_messagesopen in new windowYesYesYesBothYes
lc_messages_diropen in new windowYesYesYesGlobalNo
lc_time_namesopen in new windowYesYesYesBothYes
licenseopen in new windowYesGlobalNo
local_infileopen in new windowYesYesYesGlobalYes
lock_orderopen in new windowYesYesYesGlobalNo
lock_order_debug_loopopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_arcopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_keyopen in new windowYesYesYesGlobalNo
lock_order_debug_missing_unlockopen in new windowYesYesYesGlobalNo
lock_order_dependenciesopen in new windowYesYesYesGlobalNo
lock_order_extra_dependenciesopen in new windowYesYesYesGlobalNo
lock_order_output_directoryopen in new windowYesYesYesGlobalNo
lock_order_print_txtopen in new windowYesYesYesGlobalNo
lock_order_trace_loopopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_arcopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_keyopen in new windowYesYesYesGlobalNo
lock_order_trace_missing_unlockopen in new windowYesYesYesGlobalNo
lock_wait_timeoutopen in new windowYesYesYesBothYes
locked_in_memoryopen in new windowYesGlobalNo
log_binopen in new windowYesGlobalNo
log_bin_basenameopen in new windowYesGlobalNo
log_bin_indexopen in new windowYesYesYesGlobalNo
log_bin_trust_function_creatorsopen in new windowYesYesYesGlobalYes
log_bin_use_v1_row_eventsopen in new windowYesYesYesGlobalYes
log_erroropen in new windowYesYesYesGlobalNo
log_error_servicesopen in new windowYesYesYesGlobalYes
log_error_suppression_listopen in new windowYesYesYesGlobalYes
log_error_verbosityopen in new windowYesYesYesGlobalYes
log_outputopen in new windowYesYesYesGlobalYes
log_queries_not_using_indexesopen in new windowYesYesYesGlobalYes
log_rawopen in new windowYesYesYesGlobalYes
log_replica_updatesopen in new windowYesYesYesGlobalNo
log_slave_updatesopen in new windowYesYesYesGlobalNo
log_slow_admin_statementsopen in new windowYesYesYesGlobalYes
log_slow_extraopen in new windowYesYesYesGlobalYes
log_slow_replica_statementsopen in new windowYesYesYesGlobalYes
log_slow_slave_statementsopen in new windowYesYesYesGlobalYes
log_statements_unsafe_for_binlogopen in new windowYesYesYesGlobalYes
log_syslogopen in new windowYesYesYesGlobalYes
log_syslog_facilityopen in new windowYesYesYesGlobalYes
log_syslog_include_pidopen in new windowYesYesYesGlobalYes
log_syslog_tagopen in new windowYesYesYesGlobalYes
log_throttle_queries_not_using_indexesopen in new windowYesYesYesGlobalYes
log_timestampsopen in new windowYesYesYesGlobalYes
long_query_timeopen in new windowYesYesYesBothYes
low_priority_updatesopen in new windowYesYesYesBothYes
lower_case_file_systemopen in new windowYesGlobalNo
lower_case_table_namesopen in new windowYesYesYesGlobalNo
mandatory_rolesopen in new windowYesYesYesGlobalYes
master_info_repositoryopen in new windowYesYesYesGlobalYes
master_verify_checksumopen in new windowYesYesYesGlobalYes
max_allowed_packetopen in new windowYesYesYesBothYes
max_binlog_cache_sizeopen in new windowYesYesYesGlobalYes
max_binlog_sizeopen in new windowYesYesYesGlobalYes
max_binlog_stmt_cache_sizeopen in new windowYesYesYesGlobalYes
max_connect_errorsopen in new windowYesYesYesGlobalYes
max_connectionsopen in new windowYesYesYesGlobalYes
max_delayed_threadsopen in new windowYesYesYesBothYes
max_digest_lengthopen in new windowYesYesYesGlobalNo
max_error_countopen in new windowYesYesYesBothYes
max_execution_timeopen in new windowYesYesYesBothYes
max_heap_table_sizeopen in new windowYesYesYesBothYes
max_insert_delayed_threadsopen in new windowYesBothYes
max_join_sizeopen in new windowYesYesYesBothYes
max_length_for_sort_dataopen in new windowYesYesYesBothYes
max_points_in_geometryopen in new windowYesYesYesBothYes
max_prepared_stmt_countopen in new windowYesYesYesGlobalYes
max_relay_log_sizeopen in new windowYesYesYesGlobalYes
max_seeks_for_keyopen in new windowYesYesYesBothYes
max_sort_lengthopen in new windowYesYesYesBothYes
max_sp_recursion_depthopen in new windowYesYesYesBothYes
max_user_connectionsopen in new windowYesYesYesBothYes
max_write_lock_countopen in new windowYesYesYesGlobalYes
mecab_rc_fileopen in new windowYesYesYesGlobalNo
metadata_locks_cache_sizeopen in new windowYesYesYesGlobalNo
metadata_locks_hash_instancesopen in new windowYesYesYesGlobalNo
min_examined_row_limitopen in new windowYesYesYesBothYes
myisam_data_pointer_sizeopen in new windowYesYesYesGlobalYes
myisam_max_sort_file_sizeopen in new windowYesYesYesGlobalYes
myisam_mmap_sizeopen in new windowYesYesYesGlobalNo
myisam_recover_optionsopen in new windowYesYesYesGlobalNo
myisam_repair_threadsopen in new windowYesYesYesBothYes
myisam_sort_buffer_sizeopen in new windowYesYesYesBothYes
myisam_stats_methodopen in new windowYesYesYesBothYes
myisam_use_mmapopen in new windowYesYesYesGlobalYes
mysql_firewall_modeopen in new windowYesYesYesGlobalYes
mysql_firewall_traceopen in new windowYesYesYesGlobalYes
mysql_native_password_proxy_usersopen in new windowYesYesYesGlobalYes
mysqlx_bind_addressopen in new windowYesYesYesGlobalNo
mysqlx_compression_algorithmsopen in new windowYesYesYesGlobalYes
mysqlx_connect_timeoutopen in new windowYesYesYesGlobalYes
mysqlx_deflate_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_deflate_max_client_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_document_id_unique_prefixopen in new windowYesYesYesGlobalYes
mysqlx_enable_hello_noticeopen in new windowYesYesYesGlobalYes
mysqlx_idle_worker_thread_timeoutopen in new windowYesYesYesGlobalYes
mysqlx_interactive_timeoutopen in new windowYesYesYesGlobalYes
mysqlx_lz4_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_lz4_max_client_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_max_allowed_packetopen in new windowYesYesYesGlobalYes
mysqlx_max_connectionsopen in new windowYesYesYesGlobalYes
mysqlx_min_worker_threadsopen in new windowYesYesYesGlobalYes
mysqlx_portopen in new windowYesYesYesGlobalNo
mysqlx_port_open_timeoutopen in new windowYesYesYesGlobalNo
mysqlx_read_timeoutopen in new windowYesYesYesSessionYes
mysqlx_socketopen in new windowYesYesYesGlobalNo
mysqlx_ssl_caopen in new windowYesYesYesGlobalNo
mysqlx_ssl_capathopen in new windowYesYesYesGlobalNo
mysqlx_ssl_certopen in new windowYesYesYesGlobalNo
mysqlx_ssl_cipheropen in new windowYesYesYesGlobalNo
mysqlx_ssl_crlopen in new windowYesYesYesGlobalNo
mysqlx_ssl_crlpathopen in new windowYesYesYesGlobalNo
mysqlx_ssl_keyopen in new windowYesYesYesGlobalNo
mysqlx_wait_timeoutopen in new windowYesYesYesSessionYes
mysqlx_write_timeoutopen in new windowYesYesYesSessionYes
mysqlx_zstd_default_compression_levelopen in new windowYesYesYesGlobalYes
mysqlx_zstd_max_client_compression_levelopen in new windowYesYesYesGlobalYes
named_pipeopen in new windowYesYesYesGlobalNo
named_pipe_full_access_groupopen in new windowYesYesYesGlobalNo
ndb_allow_copying_alter_tableopen in new windowYesYesYesBothYes
ndb_applier_allow_skip_epochopen in new windowYesYesYesGlobalNo
ndb_autoincrement_prefetch_szopen in new windowYesYesYesBothYes
ndb_batch_sizeopen in new windowYesYesYesGlobalNo
ndb_blob_read_batch_bytesopen in new windowYesYesYesBothYes
ndb_blob_write_batch_bytesopen in new windowYesYesYesBothYes
ndb_cache_check_timeopen in new windowYesYesYesGlobalYes
ndb_clear_apply_statusopen in new windowYesYesGlobalYes
ndb_cluster_connection_poolopen in new windowYesYesYesGlobalNo
ndb_cluster_connection_pool_nodeidsopen in new windowYesYesYesGlobalNo
ndb_conflict_roleopen in new windowYesYesYesGlobalYes
ndb_data_node_neighbouropen in new windowYesYesYesGlobalYes
ndb_dbg_check_sharesopen in new windowYesYesYesBothYes
ndb_default_column_formatopen in new windowYesYesYesGlobalYes
ndb_default_column_formatopen in new windowYesYesYesGlobalYes
ndb_deferred_constraintsopen in new windowYesYesYesBothYes
ndb_deferred_constraintsopen in new windowYesYesYesBothYes
ndb_distributionopen in new windowYesYesYesGlobalYes
ndb_distributionopen in new windowYesYesYesGlobalYes
ndb_eventbuffer_free_percentopen in new windowYesYesYesGlobalYes
ndb_eventbuffer_max_allocopen in new windowYesYesYesGlobalYes
ndb_extra_loggingopen in new windowYesYesYesGlobalYes
ndb_force_sendopen in new windowYesYesYesBothYes
ndb_fully_replicatedopen in new windowYesYesYesBothYes
ndb_index_stat_enableopen in new windowYesYesYesBothYes
ndb_index_stat_optionopen in new windowYesYesYesBothYes
ndb_join_pushdownopen in new windowYesBothYes
ndb_log_apply_statusopen in new windowYesYesYesGlobalNo
ndb_log_apply_statusopen in new windowYesYesYesGlobalNo
ndb_log_binopen in new windowYesYesBothNo
ndb_log_binlog_indexopen in new windowYesYesGlobalYes
ndb_log_empty_epochsopen in new windowYesYesYesGlobalYes
ndb_log_empty_epochsopen in new windowYesYesYesGlobalYes
ndb_log_empty_updateopen in new windowYesYesYesGlobalYes
ndb_log_empty_updateopen in new windowYesYesYesGlobalYes
ndb_log_exclusive_readsopen in new windowYesYesYesBothYes
ndb_log_exclusive_readsopen in new windowYesYesYesBothYes
ndb_log_fail_terminateopen in new windowYesYesYesGlobalNo
ndb_log_origopen in new windowYesYesYesGlobalNo
ndb_log_origopen in new windowYesYesYesGlobalNo
ndb_log_transaction_compressionopen in new windowYesYesYesGlobalYes
ndb_log_transaction_compression_level_zstdopen in new windowYesYesYesGlobalYes
ndb_log_transaction_idopen in new windowYesYesYesGlobalNo
ndb_log_transaction_idopen in new windowYesGlobalNo
ndb_log_update_as_writeopen in new windowYesYesYesGlobalYes
ndb_log_update_minimalopen in new windowYesYesYesGlobalYes
ndb_log_updated_onlyopen in new windowYesYesYesGlobalYes
ndb_metadata_checkopen in new windowYesYesYesGlobalYes
ndb_metadata_check_intervalopen in new windowYesYesYesGlobalYes
ndb_metadata_syncopen in new windowYesGlobalYes
ndb_optimization_delayopen in new windowYesYesYesGlobalYes
ndb_optimized_node_selectionopen in new windowYesYesYesGlobalNo
ndb_read_backupopen in new windowYesYesYesGlobalYes
ndb_recv_thread_activation_thresholdopen in new windowYesYesYesGlobalYes
ndb_recv_thread_cpu_maskopen in new windowYesYesYesGlobalYes
ndb_replica_batch_sizeopen in new windowYesYesYesGlobalYes
ndb_replica_blob_write_batch_bytesopen in new windowYesYesYesGlobalYes
Ndb_replica_max_replicated_epochopen in new windowYesGlobalNo
ndb_report_thresh_binlog_epoch_slipopen in new windowYesYesYesGlobalYes
ndb_report_thresh_binlog_mem_usageopen in new windowYesYesYesGlobalYes
ndb_row_checksumopen in new windowYesBothYes
ndb_schema_dist_lock_wait_timeoutopen in new windowYesYesYesGlobalYes
ndb_schema_dist_timeoutopen in new windowYesYesYesGlobalNo
ndb_schema_dist_timeoutopen in new windowYesYesYesGlobalNo
ndb_schema_dist_upgrade_allowedopen in new windowYesYesYesGlobalNo
ndb_show_foreign_key_mock_tablesopen in new windowYesYesYesGlobalYes
ndb_slave_conflict_roleopen in new windowYesYesYesGlobalYes
Ndb_system_nameopen in new windowYesGlobalNo
ndb_table_no_loggingopen in new windowYesSessionYes
ndb_table_temporaryopen in new windowYesSessionYes
ndb_use_copying_alter_tableopen in new windowYesBothNo
ndb_use_exact_countopen in new windowYesBothYes
ndb_use_transactionsopen in new windowYesYesYesBothYes
ndb_versionopen in new windowYesGlobalNo
ndb_version_stringopen in new windowYesGlobalNo
ndb_wait_connectedopen in new windowYesYesYesGlobalNo
ndb_wait_setupopen in new windowYesYesYesGlobalNo
ndbinfo_databaseopen in new windowYesGlobalNo
ndbinfo_max_bytesopen in new windowYesYesBothYes
ndbinfo_max_rowsopen in new windowYesYesBothYes
ndbinfo_offlineopen in new windowYesGlobalYes
ndbinfo_show_hiddenopen in new windowYesYesBothYes
ndbinfo_table_prefixopen in new windowYesGlobalNo
ndbinfo_versionopen in new windowYesGlobalNo
net_buffer_lengthopen in new windowYesYesYesBothYes
net_read_timeoutopen in new windowYesYesYesBothYes
net_retry_countopen in new windowYesYesYesBothYes
net_write_timeoutopen in new windowYesYesYesBothYes
newopen in new windowYesYesYesBothYes
ngram_token_sizeopen in new windowYesYesYesGlobalNo
offline_modeopen in new windowYesYesYesGlobalYes
oldopen in new windowYesYesYesGlobalNo
old_alter_tableopen in new windowYesYesYesBothYes
open_files_limitopen in new windowYesYesYesGlobalNo
optimizer_prune_levelopen in new windowYesYesYesBothYes
optimizer_search_depthopen in new windowYesYesYesBothYes
optimizer_switchopen in new windowYesYesYesBothYes
optimizer_traceopen in new windowYesYesYesBothYes
optimizer_trace_featuresopen in new windowYesYesYesBothYes
optimizer_trace_limitopen in new windowYesYesYesBothYes
optimizer_trace_max_mem_sizeopen in new windowYesYesYesBothYes
optimizer_trace_offsetopen in new windowYesYesYesBothYes
original_commit_timestampopen in new windowYesSessionYes
original_server_versionopen in new windowYesSessionYes
parser_max_mem_sizeopen in new windowYesYesYesBothYes
partial_revokesopen in new windowYesYesYesGlobalYes
password_historyopen in new windowYesYesYesGlobalYes
password_require_currentopen in new windowYesYesYesGlobalYes
password_reuse_intervalopen in new windowYesYesYesGlobalYes
performance_schemaopen in new windowYesYesYesGlobalNo
performance_schema_accounts_sizeopen in new windowYesYesYesGlobalNo
performance_schema_digests_sizeopen in new windowYesYesYesGlobalNo
performance_schema_error_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_stages_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_stages_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_statements_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_statements_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_transactions_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_transactions_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_waits_history_long_sizeopen in new windowYesYesYesGlobalNo
performance_schema_events_waits_history_sizeopen in new windowYesYesYesGlobalNo
performance_schema_hosts_sizeopen in new windowYesYesYesGlobalNo
performance_schema_max_cond_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_cond_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_digest_lengthopen in new windowYesYesYesGlobalNo
performance_schema_max_digest_sample_ageopen in new windowYesYesYesGlobalYes
performance_schema_max_file_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_file_handlesopen in new windowYesYesYesGlobalNo
performance_schema_max_file_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_index_statopen in new windowYesYesYesGlobalNo
performance_schema_max_memory_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_metadata_locksopen in new windowYesYesYesGlobalNo
performance_schema_max_mutex_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_mutex_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_prepared_statements_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_program_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_rwlock_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_rwlock_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_socket_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_socket_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_sql_text_lengthopen in new windowYesYesYesGlobalNo
performance_schema_max_stage_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_statement_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_statement_stackopen in new windowYesYesYesGlobalNo
performance_schema_max_table_handlesopen in new windowYesYesYesGlobalNo
performance_schema_max_table_instancesopen in new windowYesYesYesGlobalNo
performance_schema_max_table_lock_statopen in new windowYesYesYesGlobalNo
performance_schema_max_thread_classesopen in new windowYesYesYesGlobalNo
performance_schema_max_thread_instancesopen in new windowYesYesYesGlobalNo
performance_schema_session_connect_attrs_sizeopen in new windowYesYesYesGlobalNo
performance_schema_setup_actors_sizeopen in new windowYesYesYesGlobalNo
performance_schema_setup_objects_sizeopen in new windowYesYesYesGlobalNo
performance_schema_show_processlistopen in new windowYesYesYesGlobalYes
performance_schema_users_sizeopen in new windowYesYesYesGlobalNo
persist_only_admin_x509_subjectopen in new windowYesYesYesGlobalNo
persist_sensitive_variables_in_plaintextopen in new windowYesYesYesGlobalNo
persisted_globals_loadopen in new windowYesYesYesGlobalNo
pid_fileopen in new windowYesYesYesGlobalNo
plugin_diropen in new windowYesYesYesGlobalNo
portopen in new windowYesYesYesGlobalNo
preload_buffer_sizeopen in new windowYesYesYesBothYes
print_identified_with_as_hexopen in new windowYesYesYesBothYes
profilingopen in new windowYesBothYes
profiling_history_sizeopen in new windowYesYesYesBothYes
protocol_compression_algorithmsopen in new windowYesYesYesGlobalYes
protocol_versionopen in new windowYesGlobalNo
proxy_useropen in new windowYesSessionNo
pseudo_replica_modeopen in new windowYesSessionYes
pseudo_slave_modeopen in new windowYesSessionYes
pseudo_thread_idopen in new windowYesSessionYes
query_alloc_block_sizeopen in new windowYesYesYesBothYes
query_prealloc_sizeopen in new windowYesYesYesBothYes
rand_seed1open in new windowYesSessionYes
rand_seed2open in new windowYesSessionYes
range_alloc_block_sizeopen in new windowYesYesYesBothYes
range_optimizer_max_mem_sizeopen in new windowYesYesYesBothYes
rbr_exec_modeopen in new windowYesSessionYes
read_buffer_sizeopen in new windowYesYesYesBothYes
read_onlyopen in new windowYesYesYesGlobalYes
read_rnd_buffer_sizeopen in new windowYesYesYesBothYes
regexp_stack_limitopen in new windowYesYesYesGlobalYes
regexp_time_limitopen in new windowYesYesYesGlobalYes
relay_logopen in new windowYesYesYesGlobalNo
relay_log_basenameopen in new windowYesGlobalNo
relay_log_indexopen in new windowYesYesYesGlobalNo
relay_log_info_fileopen in new windowYesYesYesGlobalNo
relay_log_info_repositoryopen in new windowYesYesYesGlobalYes
relay_log_purgeopen in new windowYesYesYesGlobalYes
relay_log_recoveryopen in new windowYesYesYesGlobalNo
relay_log_space_limitopen in new windowYesYesYesGlobalNo
replica_allow_batchingopen in new windowYesYesYesGlobalYes
replica_checkpoint_groupopen in new windowYesYesYesGlobalYes
replica_checkpoint_periodopen in new windowYesYesYesGlobalYes
replica_compressed_protocolopen in new windowYesYesYesGlobalYes
replica_exec_modeopen in new windowYesYesYesGlobalYes
replica_load_tmpdiropen in new windowYesYesYesGlobalNo
replica_max_allowed_packetopen in new windowYesYesYesGlobalYes
replica_net_timeoutopen in new windowYesYesYesGlobalYes
replica_parallel_typeopen in new windowYesYesYesGlobalYes
replica_parallel_workersopen in new windowYesYesYesGlobalYes
replica_pending_jobs_size_maxopen in new windowYesYesYesGlobalYes
replica_preserve_commit_orderopen in new windowYesYesYesGlobalYes
replica_skip_errorsopen in new windowYesYesYesGlobalNo
replica_sql_verify_checksumopen in new windowYesYesYesGlobalYes
replica_transaction_retriesopen in new windowYesYesYesGlobalYes
replica_type_conversionsopen in new windowYesYesYesGlobalYes
replication_optimize_for_static_plugin_configopen in new windowYesYesYesGlobalYes
replication_sender_observe_commit_onlyopen in new windowYesYesYesGlobalYes
report_hostopen in new windowYesYesYesGlobalNo
report_passwordopen in new windowYesYesYesGlobalNo
report_portopen in new windowYesYesYesGlobalNo
report_useropen in new windowYesYesYesGlobalNo
require_row_formatopen in new windowYesSessionYes
require_secure_transportopen in new windowYesYesYesGlobalYes
resultset_metadataopen in new windowYesSessionYes
rewriter_enabledopen in new windowYesGlobalYes
rewriter_enabled_for_threads_without_privilege_checksopen in new windowYesGlobalYes
rewriter_verboseopen in new windowYesGlobalYes
rpl_read_sizeopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_enabledopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_timeoutopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_trace_levelopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_wait_for_slave_countopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_wait_no_slaveopen in new windowYesYesYesGlobalYes
rpl_semi_sync_master_wait_pointopen in new windowYesYesYesGlobalYes
rpl_semi_sync_replica_enabledopen in new windowYesYesYesGlobalYes
rpl_semi_sync_replica_trace_levelopen in new windowYesYesYesGlobalYes
rpl_semi_sync_slave_enabledopen in new windowYesYesYesGlobalYes
rpl_semi_sync_slave_trace_levelopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_enabledopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_timeoutopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_trace_levelopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_wait_for_replica_countopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_wait_no_replicaopen in new windowYesYesYesGlobalYes
rpl_semi_sync_source_wait_pointopen in new windowYesYesYesGlobalYes
rpl_stop_replica_timeoutopen in new windowYesYesYesGlobalYes
rpl_stop_slave_timeoutopen in new windowYesYesYesGlobalYes
schema_definition_cacheopen in new windowYesYesYesGlobalYes
secondary_engine_cost_thresholdopen in new windowYesSessionYes
secure_file_privopen in new windowYesYesYesGlobalNo
select_into_buffer_sizeopen in new windowYesYesYesBothYes
select_into_disk_syncopen in new windowYesYesYesBothYes
select_into_disk_sync_delayopen in new windowYesYesYesBothYes
server_idopen in new windowYesYesYesGlobalYes
server_id_bitsopen in new windowYesYesYesGlobalNo
server_uuidopen in new windowYesGlobalNo
session_track_gtidsopen in new windowYesYesYesBothYes
session_track_schemaopen in new windowYesYesYesBothYes
session_track_state_changeopen in new windowYesYesYesBothYes
session_track_system_variablesopen in new windowYesYesYesBothYes
session_track_transaction_infoopen in new windowYesYesYesBothYes
sha256_password_auto_generate_rsa_keysopen in new windowYesYesYesGlobalNo
sha256_password_private_key_pathopen in new windowYesYesYesGlobalNo
sha256_password_proxy_usersopen in new windowYesYesYesGlobalYes
sha256_password_public_key_pathopen in new windowYesYesYesGlobalNo
shared_memoryopen in new windowYesYesYesGlobalNo
shared_memory_base_nameopen in new windowYesYesYesGlobalNo
show_create_table_skip_secondary_engineopen in new windowYesYesYesSessionYes
show_create_table_verbosityopen in new windowYesYesYesBothYes
show_gipk_in_create_table_and_information_schemaopen in new windowYesYesYesBothYes
show_old_temporalsopen in new windowYesYesYesBothYes
skip_external_lockingopen in new windowYesYesYesGlobalNo
skip_name_resolveopen in new windowYesYesYesGlobalNo
skip_networkingopen in new windowYesYesYesGlobalNo
skip_replica_startopen in new windowYesYesYesGlobalNo
skip_show_databaseopen in new windowYesYesYesGlobalNo
skip_slave_startopen in new windowYesYesYesGlobalNo
slave_allow_batchingopen in new windowYesYesYesGlobalYes
slave_checkpoint_groupopen in new windowYesYesYesGlobalYes
slave_checkpoint_periodopen in new windowYesYesYesGlobalYes
slave_compressed_protocolopen in new windowYesYesYesGlobalYes
slave_exec_modeopen in new windowYesYesYesGlobalYes
slave_load_tmpdiropen in new windowYesYesYesGlobalNo
slave_max_allowed_packetopen in new windowYesYesYesGlobalYes
slave_net_timeoutopen in new windowYesYesYesGlobalYes
slave_parallel_typeopen in new windowYesYesYesGlobalYes
slave_parallel_workersopen in new windowYesYesYesGlobalYes
slave_pending_jobs_size_maxopen in new windowYesYesYesGlobalYes
slave_preserve_commit_orderopen in new windowYesYesYesGlobalYes
slave_rows_search_algorithmsopen in new windowYesYesYesGlobalYes
slave_skip_errorsopen in new windowYesYesYesGlobalNo
slave_sql_verify_checksumopen in new windowYesYesYesGlobalYes
slave_transaction_retriesopen in new windowYesYesYesGlobalYes
slave_type_conversionsopen in new windowYesYesYesGlobalYes
slow_launch_timeopen in new windowYesYesYesGlobalYes
slow_query_logopen in new windowYesYesYesGlobalYes
slow_query_log_fileopen in new windowYesYesYesGlobalYes
socketopen in new windowYesYesYesGlobalNo
sort_buffer_sizeopen in new windowYesYesYesBothYes
source_verify_checksumopen in new windowYesYesYesGlobalYes
sql_auto_is_nullopen in new windowYesBothYes
sql_big_selectsopen in new windowYesBothYes
sql_buffer_resultopen in new windowYesBothYes
sql_generate_invisible_primary_keyopen in new windowYesYesYesBothYes
sql_log_binopen in new windowYesSessionYes
sql_log_offopen in new windowYesBothYes
sql_modeopen in new windowYesYesYesBothYes
sql_notesopen in new windowYesBothYes
sql_quote_show_createopen in new windowYesBothYes
sql_replica_skip_counteropen in new windowYesGlobalYes
sql_require_primary_keyopen in new windowYesYesYesBothYes
sql_safe_updatesopen in new windowYesBothYes
sql_select_limitopen in new windowYesBothYes
sql_slave_skip_counteropen in new windowYesGlobalYes
sql_warningsopen in new windowYesBothYes
ssl_caopen in new windowYesYesYesGlobalVaries
ssl_capathopen in new windowYesYesYesGlobalVaries
ssl_certopen in new windowYesYesYesGlobalVaries
ssl_cipheropen in new windowYesYesYesGlobalVaries
ssl_crlopen in new windowYesYesYesGlobalVaries
ssl_crlpathopen in new windowYesYesYesGlobalVaries
ssl_fips_modeopen in new windowYesYesYesGlobalYes
ssl_keyopen in new windowYesYesYesGlobalVaries
ssl_session_cache_modeopen in new windowYesYesYesGlobalYes
ssl_session_cache_timeoutopen in new windowYesYesYesGlobalYes
stored_program_cacheopen in new windowYesYesYesGlobalYes
stored_program_definition_cacheopen in new windowYesYesYesGlobalYes
super_read_onlyopen in new windowYesYesYesGlobalYes
sync_binlogopen in new windowYesYesYesGlobalYes
sync_master_infoopen in new windowYesYesYesGlobalYes
sync_relay_logopen in new windowYesYesYesGlobalYes
sync_relay_log_infoopen in new windowYesYesYesGlobalYes
sync_source_infoopen in new windowYesYesYesGlobalYes
syseventlog.facilityopen in new windowYesYesYesGlobalYes
syseventlog.include_pidopen in new windowYesYesYesGlobalYes
syseventlog.tagopen in new windowYesYesYesGlobalYes
system_time_zoneopen in new windowYesGlobalNo
table_definition_cacheopen in new windowYesYesYesGlobalYes
table_encryption_privilege_checkopen in new windowYesYesYesGlobalYes
table_open_cacheopen in new windowYesYesYesGlobalYes
table_open_cache_instancesopen in new windowYesYesYesGlobalNo
tablespace_definition_cacheopen in new windowYesYesYesGlobalYes
temptable_max_mmapopen in new windowYesYesYesGlobalYes
temptable_max_ramopen in new windowYesYesYesGlobalYes
temptable_use_mmapopen in new windowYesYesYesGlobalYes
terminology_use_previousopen in new windowYesYesYesBothYes
thread_cache_sizeopen in new windowYesYesYesGlobalYes
thread_handlingopen in new windowYesYesYesGlobalNo
thread_pool_algorithmopen in new windowYesYesYesGlobalNo
thread_pool_dedicated_listenersopen in new windowYesYesYesGlobalNo
thread_pool_high_priority_connectionopen in new windowYesYesYesBothYes
thread_pool_max_active_query_threadsopen in new windowYesYesYesGlobalYes
thread_pool_max_transactions_limitopen in new windowYesYesYesGlobalYes
thread_pool_max_unused_threadsopen in new windowYesYesYesGlobalYes
thread_pool_prio_kickup_timeropen in new windowYesYesYesGlobalYes
thread_pool_query_threads_per_groupopen in new windowYesYesYesGlobalYes
thread_pool_sizeopen in new windowYesYesYesGlobalNo
thread_pool_stall_limitopen in new windowYesYesYesGlobalYes
thread_pool_transaction_delayopen in new windowYesYesYesGlobalYes
thread_stackopen in new windowYesYesYesGlobalNo
time_zoneopen in new windowYesBothYes
timestampopen in new windowYesSessionYes
tls_ciphersuitesopen in new windowYesYesYesGlobalYes
tls_versionopen in new windowYesYesYesGlobalVaries
tmp_table_sizeopen in new windowYesYesYesBothYes
tmpdiropen in new windowYesYesYesGlobalNo
transaction_alloc_block_sizeopen in new windowYesYesYesBothYes
transaction_allow_batchingopen in new windowYesSessionYes
transaction_isolationopen in new windowYesYesYesBothYes
transaction_prealloc_sizeopen in new windowYesYesYesBothYes
transaction_read_onlyopen in new windowYesYesYesBothYes
transaction_write_set_extractionopen in new windowYesYesYesBothYes
unique_checksopen in new windowYesBothYes
updatable_views_with_limitopen in new windowYesYesYesBothYes
use_secondary_engineopen in new windowYesSessionYes
validate_password_check_user_nameopen in new windowYesYesYesGlobalYes
validate_password_dictionary_fileopen in new windowYesYesYesGlobalYes
validate_password_lengthopen in new windowYesYesYesGlobalYes
validate_password_mixed_case_countopen in new windowYesYesYesGlobalYes
validate_password_number_countopen in new windowYesYesYesGlobalYes
validate_password_policyopen in new windowYesYesYesGlobalYes
validate_password_special_char_countopen in new windowYesYesYesGlobalYes
validate_password.check_user_nameopen in new windowYesYesYesGlobalYes
validate_password.dictionary_fileopen in new windowYesYesYesGlobalYes
validate_password.lengthopen in new windowYesYesYesGlobalYes
validate_password.mixed_case_countopen in new windowYesYesYesGlobalYes
validate_password.number_countopen in new windowYesYesYesGlobalYes
validate_password.policyopen in new windowYesYesYesGlobalYes
validate_password.special_char_countopen in new windowYesYesYesGlobalYes
versionopen in new windowYesGlobalNo
version_commentopen in new windowYesGlobalNo
version_compile_machineopen in new windowYesGlobalNo
version_compile_osopen in new windowYesGlobalNo
version_compile_zlibopen in new windowYesGlobalNo
version_tokens_sessionopen in new windowYesYesYesBothYes
version_tokens_session_numberopen in new windowYesYesYesBothNo
wait_timeoutopen in new windowYesYesYesBothYes
warning_countopen in new windowYesSessionNo
windowing_use_high_precisionopen in new windowYesYesYesBothYes
xa_detach_on_prepareopen in new windowYesYesYesBothYes

Server Status Variable Reference

下表列出了 mysqld 中适用的所有状态变量。

Variable NameVariable TypeVariable Scope
Aborted_clientsopen in new windowIntegerGlobal
Aborted_connectsopen in new windowIntegerGlobal
Acl_cache_items_countopen in new windowIntegerGlobal
Audit_log_current_sizeopen in new windowIntegerGlobal
Audit_log_event_max_drop_sizeopen in new windowIntegerGlobal
Audit_log_eventsopen in new windowIntegerGlobal
Audit_log_events_filteredopen in new windowIntegerGlobal
Audit_log_events_lostopen in new windowIntegerGlobal
Audit_log_events_writtenopen in new windowIntegerGlobal
Audit_log_total_sizeopen in new windowIntegerGlobal
Audit_log_write_waitsopen in new windowIntegerGlobal
Authentication_ldap_sasl_supported_methodsopen in new windowStringGlobal
Binlog_cache_disk_useopen in new windowIntegerGlobal
Binlog_cache_useopen in new windowIntegerGlobal
Binlog_stmt_cache_disk_useopen in new windowIntegerGlobal
Binlog_stmt_cache_useopen in new windowIntegerGlobal
Bytes_receivedopen in new windowIntegerBoth
Bytes_sentopen in new windowIntegerBoth
Caching_sha2_password_rsa_public_keyopen in new windowStringGlobal
Com_admin_commandsopen in new windowIntegerBoth
Com_alter_dbopen in new windowIntegerBoth
Com_alter_eventopen in new windowIntegerBoth
Com_alter_functionopen in new windowIntegerBoth
Com_alter_procedureopen in new windowIntegerBoth
Com_alter_resource_groupopen in new windowIntegerGlobal
Com_alter_serveropen in new windowIntegerBoth
Com_alter_tableopen in new windowIntegerBoth
Com_alter_tablespaceopen in new windowIntegerBoth
Com_alter_useropen in new windowIntegerBoth
Com_alter_user_default_roleopen in new windowIntegerGlobal
Com_analyzeopen in new windowIntegerBoth
Com_assign_to_keycacheopen in new windowIntegerBoth
Com_beginopen in new windowIntegerBoth
Com_binlogopen in new windowIntegerBoth
Com_call_procedureopen in new windowIntegerBoth
Com_change_dbopen in new windowIntegerBoth
Com_change_masteropen in new windowIntegerBoth
Com_change_repl_filteropen in new windowIntegerBoth
Com_change_replication_sourceopen in new windowIntegerBoth
Com_checkopen in new windowIntegerBoth
Com_checksumopen in new windowIntegerBoth
Com_cloneopen in new windowIntegerGlobal
Com_commitopen in new windowIntegerBoth
Com_create_dbopen in new windowIntegerBoth
Com_create_eventopen in new windowIntegerBoth
Com_create_functionopen in new windowIntegerBoth
Com_create_indexopen in new windowIntegerBoth
Com_create_procedureopen in new windowIntegerBoth
Com_create_resource_groupopen in new windowIntegerGlobal
Com_create_roleopen in new windowIntegerGlobal
Com_create_serveropen in new windowIntegerBoth
Com_create_tableopen in new windowIntegerBoth
Com_create_triggeropen in new windowIntegerBoth
Com_create_udfopen in new windowIntegerBoth
Com_create_useropen in new windowIntegerBoth
Com_create_viewopen in new windowIntegerBoth
Com_dealloc_sqlopen in new windowIntegerBoth
Com_deleteopen in new windowIntegerBoth
Com_delete_multiopen in new windowIntegerBoth
Com_doopen in new windowIntegerBoth
Com_drop_dbopen in new windowIntegerBoth
Com_drop_eventopen in new windowIntegerBoth
Com_drop_functionopen in new windowIntegerBoth
Com_drop_indexopen in new windowIntegerBoth
Com_drop_procedureopen in new windowIntegerBoth
Com_drop_resource_groupopen in new windowIntegerGlobal
Com_drop_roleopen in new windowIntegerGlobal
Com_drop_serveropen in new windowIntegerBoth
Com_drop_tableopen in new windowIntegerBoth
Com_drop_triggeropen in new windowIntegerBoth
Com_drop_useropen in new windowIntegerBoth
Com_drop_viewopen in new windowIntegerBoth
Com_empty_queryopen in new windowIntegerBoth
Com_execute_sqlopen in new windowIntegerBoth
Com_explain_otheropen in new windowIntegerBoth
Com_flushopen in new windowIntegerBoth
Com_get_diagnosticsopen in new windowIntegerBoth
Com_grantopen in new windowIntegerBoth
Com_grant_rolesopen in new windowIntegerGlobal
Com_group_replication_startopen in new windowIntegerGlobal
Com_group_replication_stopopen in new windowIntegerGlobal
Com_ha_closeopen in new windowIntegerBoth
Com_ha_openopen in new windowIntegerBoth
Com_ha_readopen in new windowIntegerBoth
Com_helpopen in new windowIntegerBoth
Com_insertopen in new windowIntegerBoth
Com_insert_selectopen in new windowIntegerBoth
Com_install_componentopen in new windowIntegerGlobal
Com_install_pluginopen in new windowIntegerBoth
Com_killopen in new windowIntegerBoth
Com_loadopen in new windowIntegerBoth
Com_lock_tablesopen in new windowIntegerBoth
Com_optimizeopen in new windowIntegerBoth
Com_preload_keysopen in new windowIntegerBoth
Com_prepare_sqlopen in new windowIntegerBoth
Com_purgeopen in new windowIntegerBoth
Com_purge_before_dateopen in new windowIntegerBoth
Com_release_savepointopen in new windowIntegerBoth
Com_rename_tableopen in new windowIntegerBoth
Com_rename_useropen in new windowIntegerBoth
Com_repairopen in new windowIntegerBoth
Com_replaceopen in new windowIntegerBoth
Com_replace_selectopen in new windowIntegerBoth
Com_replica_startopen in new windowIntegerBoth
Com_replica_stopopen in new windowIntegerBoth
Com_resetopen in new windowIntegerBoth
Com_resignalopen in new windowIntegerBoth
Com_restartopen in new windowIntegerBoth
Com_revokeopen in new windowIntegerBoth
Com_revoke_allopen in new windowIntegerBoth
Com_revoke_rolesopen in new windowIntegerGlobal
Com_rollbackopen in new windowIntegerBoth
Com_rollback_to_savepointopen in new windowIntegerBoth
Com_savepointopen in new windowIntegerBoth
Com_selectopen in new windowIntegerBoth
Com_set_optionopen in new windowIntegerBoth
Com_set_resource_groupopen in new windowIntegerGlobal
Com_set_roleopen in new windowIntegerGlobal
Com_show_authorsopen in new windowIntegerBoth
Com_show_binlog_eventsopen in new windowIntegerBoth
Com_show_binlogsopen in new windowIntegerBoth
Com_show_charsetsopen in new windowIntegerBoth
Com_show_collationsopen in new windowIntegerBoth
Com_show_contributorsopen in new windowIntegerBoth
Com_show_create_dbopen in new windowIntegerBoth
Com_show_create_eventopen in new windowIntegerBoth
Com_show_create_funcopen in new windowIntegerBoth
Com_show_create_procopen in new windowIntegerBoth
Com_show_create_tableopen in new windowIntegerBoth
Com_show_create_triggeropen in new windowIntegerBoth
Com_show_create_useropen in new windowIntegerBoth
Com_show_databasesopen in new windowIntegerBoth
Com_show_engine_logsopen in new windowIntegerBoth
Com_show_engine_mutexopen in new windowIntegerBoth
Com_show_engine_statusopen in new windowIntegerBoth
Com_show_errorsopen in new windowIntegerBoth
Com_show_eventsopen in new windowIntegerBoth
Com_show_fieldsopen in new windowIntegerBoth
Com_show_function_codeopen in new windowIntegerBoth
Com_show_function_statusopen in new windowIntegerBoth
Com_show_grantsopen in new windowIntegerBoth
Com_show_keysopen in new windowIntegerBoth
Com_show_master_statusopen in new windowIntegerBoth
Com_show_ndb_statusopen in new windowIntegerBoth
Com_show_open_tablesopen in new windowIntegerBoth
Com_show_pluginsopen in new windowIntegerBoth
Com_show_privilegesopen in new windowIntegerBoth
Com_show_procedure_codeopen in new windowIntegerBoth
Com_show_procedure_statusopen in new windowIntegerBoth
Com_show_processlistopen in new windowIntegerBoth
Com_show_profileopen in new windowIntegerBoth
Com_show_profilesopen in new windowIntegerBoth
Com_show_relaylog_eventsopen in new windowIntegerBoth
Com_show_replica_statusopen in new windowIntegerBoth
Com_show_replicasopen in new windowIntegerBoth
Com_show_slave_hostsopen in new windowIntegerBoth
Com_show_slave_statusopen in new windowIntegerBoth
Com_show_statusopen in new windowIntegerBoth
Com_show_storage_enginesopen in new windowIntegerBoth
Com_show_table_statusopen in new windowIntegerBoth
Com_show_tablesopen in new windowIntegerBoth
Com_show_triggersopen in new windowIntegerBoth
Com_show_variablesopen in new windowIntegerBoth
Com_show_warningsopen in new windowIntegerBoth
Com_shutdownopen in new windowIntegerBoth
Com_signalopen in new windowIntegerBoth
Com_slave_startopen in new windowIntegerBoth
Com_slave_stopopen in new windowIntegerBoth
Com_stmt_closeopen in new windowIntegerBoth
Com_stmt_executeopen in new windowIntegerBoth
Com_stmt_fetchopen in new windowIntegerBoth
Com_stmt_prepareopen in new windowIntegerBoth
Com_stmt_reprepareopen in new windowIntegerBoth
Com_stmt_resetopen in new windowIntegerBoth
Com_stmt_send_long_dataopen in new windowIntegerBoth
Com_truncateopen in new windowIntegerBoth
Com_uninstall_componentopen in new windowIntegerGlobal
Com_uninstall_pluginopen in new windowIntegerBoth
Com_unlock_tablesopen in new windowIntegerBoth
Com_updateopen in new windowIntegerBoth
Com_update_multiopen in new windowIntegerBoth
Com_xa_commitopen in new windowIntegerBoth
Com_xa_endopen in new windowIntegerBoth
Com_xa_prepareopen in new windowIntegerBoth
Com_xa_recoveropen in new windowIntegerBoth
Com_xa_rollbackopen in new windowIntegerBoth
Com_xa_startopen in new windowIntegerBoth
Compressionopen in new windowIntegerSession
Compression_algorithmopen in new windowStringGlobal
Compression_levelopen in new windowIntegerGlobal
Connection_control_delay_generatedopen in new windowIntegerGlobal
Connection_errors_acceptopen in new windowIntegerGlobal
Connection_errors_internalopen in new windowIntegerGlobal
Connection_errors_max_connectionsopen in new windowIntegerGlobal
Connection_errors_peer_addressopen in new windowIntegerGlobal
Connection_errors_selectopen in new windowIntegerGlobal
Connection_errors_tcpwrapopen in new windowIntegerGlobal
Connectionsopen in new windowIntegerGlobal
Created_tmp_disk_tablesopen in new windowIntegerBoth
Created_tmp_filesopen in new windowIntegerGlobal
Created_tmp_tablesopen in new windowIntegerBoth
Current_tls_caopen in new windowFile nameGlobal
Current_tls_capathopen in new windowDirectory nameGlobal
Current_tls_certopen in new windowFile nameGlobal
Current_tls_cipheropen in new windowStringGlobal
Current_tls_ciphersuitesopen in new windowStringGlobal
Current_tls_crlopen in new windowFile nameGlobal
Current_tls_crlpathopen in new windowDirectory nameGlobal
Current_tls_keyopen in new windowFile nameGlobal
Current_tls_versionopen in new windowStringGlobal
Delayed_errorsopen in new windowIntegerGlobal
Delayed_insert_threadsopen in new windowIntegerGlobal
Delayed_writesopen in new windowIntegerGlobal
dragnet.Statusopen in new windowStringGlobal
Error_log_buffered_bytesopen in new windowIntegerGlobal
Error_log_buffered_eventsopen in new windowIntegerGlobal
Error_log_expired_eventsopen in new windowIntegerGlobal
Error_log_latest_writeopen in new windowIntegerGlobal
Firewall_access_deniedopen in new windowIntegerGlobal
Firewall_access_grantedopen in new windowIntegerGlobal
Firewall_cached_entriesopen in new windowIntegerGlobal
Flush_commandsopen in new windowIntegerGlobal
Global_connection_memoryopen in new windowIntegerGlobal
group_replication_primary_memberopen in new windowStringGlobal
Handler_commitopen in new windowIntegerBoth
Handler_deleteopen in new windowIntegerBoth
Handler_discoveropen in new windowIntegerBoth
Handler_external_lockopen in new windowIntegerBoth
Handler_mrr_initopen in new windowIntegerBoth
Handler_prepareopen in new windowIntegerBoth
Handler_read_firstopen in new windowIntegerBoth
Handler_read_keyopen in new windowIntegerBoth
Handler_read_lastopen in new windowIntegerBoth
Handler_read_nextopen in new windowIntegerBoth
Handler_read_prevopen in new windowIntegerBoth
Handler_read_rndopen in new windowIntegerBoth
Handler_read_rnd_nextopen in new windowIntegerBoth
Handler_rollbackopen in new windowIntegerBoth
Handler_savepointopen in new windowIntegerBoth
Handler_savepoint_rollbackopen in new windowIntegerBoth
Handler_updateopen in new windowIntegerBoth
Handler_writeopen in new windowIntegerBoth
Innodb_buffer_pool_bytes_dataopen in new windowIntegerGlobal
Innodb_buffer_pool_bytes_dirtyopen in new windowIntegerGlobal
Innodb_buffer_pool_dump_statusopen in new windowStringGlobal
Innodb_buffer_pool_load_statusopen in new windowStringGlobal
Innodb_buffer_pool_pages_dataopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_dirtyopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_flushedopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_freeopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_latchedopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_miscopen in new windowIntegerGlobal
Innodb_buffer_pool_pages_totalopen in new windowIntegerGlobal
Innodb_buffer_pool_read_aheadopen in new windowIntegerGlobal
Innodb_buffer_pool_read_ahead_evictedopen in new windowIntegerGlobal
Innodb_buffer_pool_read_ahead_rndopen in new windowIntegerGlobal
Innodb_buffer_pool_read_requestsopen in new windowIntegerGlobal
Innodb_buffer_pool_readsopen in new windowIntegerGlobal
Innodb_buffer_pool_resize_statusopen in new windowStringGlobal
Innodb_buffer_pool_resize_status_codeopen in new windowIntegerGlobal
Innodb_buffer_pool_resize_status_progressopen in new windowIntegerGlobal
Innodb_buffer_pool_wait_freeopen in new windowIntegerGlobal
Innodb_buffer_pool_write_requestsopen in new windowIntegerGlobal
Innodb_data_fsyncsopen in new windowIntegerGlobal
Innodb_data_pending_fsyncsopen in new windowIntegerGlobal
Innodb_data_pending_readsopen in new windowIntegerGlobal
Innodb_data_pending_writesopen in new windowIntegerGlobal
Innodb_data_readopen in new windowIntegerGlobal
Innodb_data_readsopen in new windowIntegerGlobal
Innodb_data_writesopen in new windowIntegerGlobal
Innodb_data_writtenopen in new windowIntegerGlobal
Innodb_dblwr_pages_writtenopen in new windowIntegerGlobal
Innodb_dblwr_writesopen in new windowIntegerGlobal
Innodb_have_atomic_builtinsopen in new windowIntegerGlobal
Innodb_log_waitsopen in new windowIntegerGlobal
Innodb_log_write_requestsopen in new windowIntegerGlobal
Innodb_log_writesopen in new windowIntegerGlobal
Innodb_num_open_filesopen in new windowIntegerGlobal
Innodb_os_log_fsyncsopen in new windowIntegerGlobal
Innodb_os_log_pending_fsyncsopen in new windowIntegerGlobal
Innodb_os_log_pending_writesopen in new windowIntegerGlobal
Innodb_os_log_writtenopen in new windowIntegerGlobal
Innodb_page_sizeopen in new windowIntegerGlobal
Innodb_pages_createdopen in new windowIntegerGlobal
Innodb_pages_readopen in new windowIntegerGlobal
Innodb_pages_writtenopen in new windowIntegerGlobal
Innodb_redo_log_capacity_resizedopen in new windowIntegerGlobal
Innodb_redo_log_checkpoint_lsnopen in new windowIntegerGlobal
Innodb_redo_log_current_lsnopen in new windowIntegerGlobal
Innodb_redo_log_enabledopen in new windowBooleanGlobal
Innodb_redo_log_flushed_to_disk_lsnopen in new windowIntegerGlobal
Innodb_redo_log_logical_sizeopen in new windowIntegerGlobal
Innodb_redo_log_physical_sizeopen in new windowBooleanGlobal
Innodb_redo_log_read_onlyopen in new windowBooleanGlobal
Innodb_redo_log_resize_statusopen in new windowStringGlobal
Innodb_redo_log_uuidopen in new windowIntegerGlobal
Innodb_row_lock_current_waitsopen in new windowIntegerGlobal
Innodb_row_lock_timeopen in new windowIntegerGlobal
Innodb_row_lock_time_avgopen in new windowIntegerGlobal
Innodb_row_lock_time_maxopen in new windowIntegerGlobal
Innodb_row_lock_waitsopen in new windowIntegerGlobal
Innodb_rows_deletedopen in new windowIntegerGlobal
Innodb_rows_insertedopen in new windowIntegerGlobal
Innodb_rows_readopen in new windowIntegerGlobal
Innodb_rows_updatedopen in new windowIntegerGlobal
Innodb_system_rows_deletedopen in new windowIntegerGlobal
Innodb_system_rows_insertedopen in new windowIntegerGlobal
Innodb_system_rows_readopen in new windowIntegerGlobal
Innodb_truncated_status_writesopen in new windowIntegerGlobal
Innodb_undo_tablespaces_activeopen in new windowIntegerGlobal
Innodb_undo_tablespaces_explicitopen in new windowIntegerGlobal
Innodb_undo_tablespaces_implicitopen in new windowIntegerGlobal
Innodb_undo_tablespaces_totalopen in new windowIntegerGlobal
Key_blocks_not_flushedopen in new windowIntegerGlobal
Key_blocks_unusedopen in new windowIntegerGlobal
Key_blocks_usedopen in new windowIntegerGlobal
Key_read_requestsopen in new windowIntegerGlobal
Key_readsopen in new windowIntegerGlobal
Key_write_requestsopen in new windowIntegerGlobal
Key_writesopen in new windowIntegerGlobal
Last_query_costopen in new windowNumericSession
Last_query_partial_plansopen in new windowIntegerSession
Locked_connectsopen in new windowIntegerGlobal
Max_execution_time_exceededopen in new windowIntegerBoth
Max_execution_time_setopen in new windowIntegerBoth
Max_execution_time_set_failedopen in new windowIntegerBoth
Max_used_connectionsopen in new windowIntegerGlobal
Max_used_connections_timeopen in new windowDatetimeGlobal
mecab_charsetopen in new windowStringGlobal
Mysqlx_aborted_clientsopen in new windowIntegerGlobal
Mysqlx_addressopen in new windowStringGlobal
Mysqlx_bytes_receivedopen in new windowIntegerBoth
Mysqlx_bytes_received_compressed_payloadopen in new windowIntegerBoth
Mysqlx_bytes_received_uncompressed_frameopen in new windowIntegerBoth
Mysqlx_bytes_sentopen in new windowIntegerBoth
Mysqlx_bytes_sent_compressed_payloadopen in new windowIntegerBoth
Mysqlx_bytes_sent_uncompressed_frameopen in new windowIntegerBoth
Mysqlx_compression_algorithmopen in new windowStringSession
Mysqlx_compression_levelopen in new windowStringSession
Mysqlx_connection_accept_errorsopen in new windowIntegerBoth
Mysqlx_connection_errorsopen in new windowIntegerBoth
Mysqlx_connections_acceptedopen in new windowIntegerGlobal
Mysqlx_connections_closedopen in new windowIntegerGlobal
Mysqlx_connections_rejectedopen in new windowIntegerGlobal
Mysqlx_crud_create_viewopen in new windowIntegerBoth
Mysqlx_crud_deleteopen in new windowIntegerBoth
Mysqlx_crud_drop_viewopen in new windowIntegerBoth
Mysqlx_crud_findopen in new windowIntegerBoth
Mysqlx_crud_insertopen in new windowIntegerBoth
Mysqlx_crud_modify_viewopen in new windowIntegerBoth
Mysqlx_crud_updateopen in new windowIntegerBoth
Mysqlx_cursor_closeopen in new windowIntegerBoth
Mysqlx_cursor_fetchopen in new windowIntegerBoth
Mysqlx_cursor_openopen in new windowIntegerBoth
Mysqlx_errors_sentopen in new windowIntegerBoth
Mysqlx_errors_unknown_message_typeopen in new windowIntegerBoth
Mysqlx_expect_closeopen in new windowIntegerBoth
Mysqlx_expect_openopen in new windowIntegerBoth
Mysqlx_init_erroropen in new windowIntegerBoth
Mysqlx_messages_sentopen in new windowIntegerBoth
Mysqlx_notice_global_sentopen in new windowIntegerBoth
Mysqlx_notice_other_sentopen in new windowIntegerBoth
Mysqlx_notice_warning_sentopen in new windowIntegerBoth
Mysqlx_notified_by_group_replicationopen in new windowIntegerBoth
Mysqlx_portopen in new windowStringGlobal
Mysqlx_prep_deallocateopen in new windowIntegerBoth
Mysqlx_prep_executeopen in new windowIntegerBoth
Mysqlx_prep_prepareopen in new windowIntegerBoth
Mysqlx_rows_sentopen in new windowIntegerBoth
Mysqlx_sessionsopen in new windowIntegerGlobal
Mysqlx_sessions_acceptedopen in new windowIntegerGlobal
Mysqlx_sessions_closedopen in new windowIntegerGlobal
Mysqlx_sessions_fatal_erroropen in new windowIntegerGlobal
Mysqlx_sessions_killedopen in new windowIntegerGlobal
Mysqlx_sessions_rejectedopen in new windowIntegerGlobal
Mysqlx_socketopen in new windowStringGlobal
Mysqlx_ssl_accept_renegotiatesopen in new windowIntegerGlobal
Mysqlx_ssl_acceptsopen in new windowIntegerGlobal
Mysqlx_ssl_activeopen in new windowIntegerBoth
Mysqlx_ssl_cipheropen in new windowIntegerBoth
Mysqlx_ssl_cipher_listopen in new windowIntegerBoth
Mysqlx_ssl_ctx_verify_depthopen in new windowIntegerBoth
Mysqlx_ssl_ctx_verify_modeopen in new windowIntegerBoth
Mysqlx_ssl_finished_acceptsopen in new windowIntegerGlobal
Mysqlx_ssl_server_not_afteropen in new windowIntegerGlobal
Mysqlx_ssl_server_not_beforeopen in new windowIntegerGlobal
Mysqlx_ssl_verify_depthopen in new windowIntegerGlobal
Mysqlx_ssl_verify_modeopen in new windowIntegerGlobal
Mysqlx_ssl_versionopen in new windowIntegerBoth
Mysqlx_stmt_create_collectionopen in new windowIntegerBoth
Mysqlx_stmt_create_collection_indexopen in new windowIntegerBoth
Mysqlx_stmt_disable_noticesopen in new windowIntegerBoth
Mysqlx_stmt_drop_collectionopen in new windowIntegerBoth
Mysqlx_stmt_drop_collection_indexopen in new windowIntegerBoth
Mysqlx_stmt_enable_noticesopen in new windowIntegerBoth
Mysqlx_stmt_ensure_collectionopen in new windowStringBoth
Mysqlx_stmt_execute_mysqlxopen in new windowIntegerBoth
Mysqlx_stmt_execute_sqlopen in new windowIntegerBoth
Mysqlx_stmt_execute_xpluginopen in new windowIntegerBoth
Mysqlx_stmt_get_collection_optionsopen in new windowIntegerBoth
Mysqlx_stmt_kill_clientopen in new windowIntegerBoth
Mysqlx_stmt_list_clientsopen in new windowIntegerBoth
Mysqlx_stmt_list_noticesopen in new windowIntegerBoth
Mysqlx_stmt_list_objectsopen in new windowIntegerBoth
Mysqlx_stmt_modify_collection_optionsopen in new windowIntegerBoth
Mysqlx_stmt_pingopen in new windowIntegerBoth
Mysqlx_worker_threadsopen in new windowIntegerGlobal
Mysqlx_worker_threads_activeopen in new windowIntegerGlobal
Ndb_api_adaptive_send_deferred_countopen in new windowIntegerGlobal
Ndb_api_adaptive_send_deferred_count_replicaopen in new windowIntegerGlobal
Ndb_api_adaptive_send_deferred_count_sessionopen in new windowIntegerGlobal
Ndb_api_adaptive_send_deferred_count_slaveopen in new windowIntegerGlobal
Ndb_api_adaptive_send_forced_countopen in new windowIntegerGlobal
Ndb_api_adaptive_send_forced_count_replicaopen in new windowIntegerGlobal
Ndb_api_adaptive_send_forced_count_sessionopen in new windowIntegerGlobal
Ndb_api_adaptive_send_forced_count_slaveopen in new windowIntegerGlobal
Ndb_api_adaptive_send_unforced_countopen in new windowIntegerGlobal
Ndb_api_adaptive_send_unforced_count_replicaopen in new windowIntegerGlobal
Ndb_api_adaptive_send_unforced_count_sessionopen in new windowIntegerGlobal
Ndb_api_adaptive_send_unforced_count_slaveopen in new windowIntegerGlobal
Ndb_api_bytes_received_countopen in new windowIntegerGlobal
Ndb_api_bytes_received_count_replicaopen in new windowIntegerGlobal
Ndb_api_bytes_received_count_sessionopen in new windowIntegerSession
Ndb_api_bytes_received_count_slaveopen in new windowIntegerGlobal
Ndb_api_bytes_sent_countopen in new windowIntegerGlobal
Ndb_api_bytes_sent_count_replicaopen in new windowIntegerGlobal
Ndb_api_bytes_sent_count_sessionopen in new windowIntegerSession
Ndb_api_bytes_sent_count_slaveopen in new windowIntegerGlobal
Ndb_api_event_bytes_countopen in new windowIntegerGlobal
Ndb_api_event_bytes_count_injectoropen in new windowIntegerGlobal
Ndb_api_event_data_countopen in new windowIntegerGlobal
Ndb_api_event_data_count_injectoropen in new windowIntegerGlobal
Ndb_api_event_nondata_countopen in new windowIntegerGlobal
Ndb_api_event_nondata_count_injectoropen in new windowIntegerGlobal
Ndb_api_pk_op_countopen in new windowIntegerGlobal
Ndb_api_pk_op_count_replicaopen in new windowIntegerGlobal
Ndb_api_pk_op_count_sessionopen in new windowIntegerSession
Ndb_api_pk_op_count_slaveopen in new windowIntegerGlobal
Ndb_api_pruned_scan_countopen in new windowIntegerGlobal
Ndb_api_pruned_scan_count_replicaopen in new windowIntegerGlobal
Ndb_api_pruned_scan_count_sessionopen in new windowIntegerSession
Ndb_api_pruned_scan_count_slaveopen in new windowIntegerGlobal
Ndb_api_range_scan_countopen in new windowIntegerGlobal
Ndb_api_range_scan_count_replicaopen in new windowIntegerGlobal
Ndb_api_range_scan_count_sessionopen in new windowIntegerSession
Ndb_api_range_scan_count_slaveopen in new windowIntegerGlobal
Ndb_api_read_row_countopen in new windowIntegerGlobal
Ndb_api_read_row_count_replicaopen in new windowIntegerGlobal
Ndb_api_read_row_count_sessionopen in new windowIntegerSession
Ndb_api_read_row_count_slaveopen in new windowIntegerGlobal
Ndb_api_scan_batch_countopen in new windowIntegerGlobal
Ndb_api_scan_batch_count_replicaopen in new windowIntegerGlobal
Ndb_api_scan_batch_count_sessionopen in new windowIntegerSession
Ndb_api_scan_batch_count_slaveopen in new windowIntegerGlobal
Ndb_api_table_scan_countopen in new windowIntegerGlobal
Ndb_api_table_scan_count_replicaopen in new windowIntegerGlobal
Ndb_api_table_scan_count_sessionopen in new windowIntegerSession
Ndb_api_table_scan_count_slaveopen in new windowIntegerGlobal
Ndb_api_trans_abort_countopen in new windowIntegerGlobal
Ndb_api_trans_abort_count_replicaopen in new windowIntegerGlobal
Ndb_api_trans_abort_count_sessionopen in new windowIntegerSession
Ndb_api_trans_abort_count_slaveopen in new windowIntegerGlobal
Ndb_api_trans_close_countopen in new windowIntegerGlobal
Ndb_api_trans_close_count_replicaopen in new windowIntegerGlobal
Ndb_api_trans_close_count_sessionopen in new windowIntegerSession
Ndb_api_trans_close_count_slaveopen in new windowIntegerGlobal
Ndb_api_trans_commit_countopen in new windowIntegerGlobal
Ndb_api_trans_commit_count_replicaopen in new windowIntegerGlobal
Ndb_api_trans_commit_count_sessionopen in new windowIntegerSession
Ndb_api_trans_commit_count_slaveopen in new windowIntegerGlobal
Ndb_api_trans_local_read_row_countopen in new windowIntegerGlobal
Ndb_api_trans_local_read_row_count_replicaopen in new windowIntegerGlobal
Ndb_api_trans_local_read_row_count_sessionopen in new windowIntegerSession
Ndb_api_trans_local_read_row_count_slaveopen in new windowIntegerGlobal
Ndb_api_trans_start_countopen in new windowIntegerGlobal
Ndb_api_trans_start_count_replicaopen in new windowIntegerGlobal
Ndb_api_trans_start_count_sessionopen in new windowIntegerSession
Ndb_api_trans_start_count_slaveopen in new windowIntegerGlobal
Ndb_api_uk_op_countopen in new windowIntegerGlobal
Ndb_api_uk_op_count_replicaopen in new windowIntegerGlobal
Ndb_api_uk_op_count_sessionopen in new windowIntegerSession
Ndb_api_uk_op_count_slaveopen in new windowIntegerGlobal
Ndb_api_wait_exec_complete_countopen in new windowIntegerGlobal
Ndb_api_wait_exec_complete_count_replicaopen in new windowIntegerGlobal
Ndb_api_wait_exec_complete_count_sessionopen in new windowIntegerSession
Ndb_api_wait_exec_complete_count_slaveopen in new windowIntegerGlobal
Ndb_api_wait_meta_request_countopen in new windowIntegerGlobal
Ndb_api_wait_meta_request_count_replicaopen in new windowIntegerGlobal
Ndb_api_wait_meta_request_count_sessionopen in new windowIntegerSession
Ndb_api_wait_meta_request_count_slaveopen in new windowIntegerGlobal
Ndb_api_wait_nanos_countopen in new windowIntegerGlobal
Ndb_api_wait_nanos_count_replicaopen in new windowIntegerGlobal
Ndb_api_wait_nanos_count_sessionopen in new windowIntegerSession
Ndb_api_wait_nanos_count_slaveopen in new windowIntegerGlobal
Ndb_api_wait_scan_result_countopen in new windowIntegerGlobal
Ndb_api_wait_scan_result_count_replicaopen in new windowIntegerGlobal
Ndb_api_wait_scan_result_count_sessionopen in new windowIntegerSession
Ndb_api_wait_scan_result_count_slaveopen in new windowIntegerGlobal
Ndb_cluster_node_idopen in new windowIntegerGlobal
Ndb_config_from_hostopen in new windowIntegerBoth
Ndb_config_from_portopen in new windowIntegerBoth
Ndb_config_generationopen in new windowIntegerGlobal
Ndb_conflict_fn_epochopen in new windowIntegerGlobal
Ndb_conflict_fn_epoch_transopen in new windowIntegerGlobal
Ndb_conflict_fn_epoch2open in new windowIntegerGlobal
Ndb_conflict_fn_epoch2_transopen in new windowIntegerGlobal
Ndb_conflict_fn_maxopen in new windowIntegerGlobal
Ndb_conflict_fn_max_del_winopen in new windowIntegerGlobal
Ndb_conflict_fn_max_del_win_insopen in new windowIntegerGlobal
Ndb_conflict_fn_max_insopen in new windowIntegerGlobal
Ndb_conflict_fn_oldopen in new windowIntegerGlobal
Ndb_conflict_last_conflict_epochopen in new windowIntegerGlobal
Ndb_conflict_last_stable_epochopen in new windowIntegerGlobal
Ndb_conflict_reflected_op_discard_countopen in new windowIntegerGlobal
Ndb_conflict_reflected_op_prepare_countopen in new windowIntegerGlobal
Ndb_conflict_refresh_op_countopen in new windowIntegerGlobal
Ndb_conflict_trans_conflict_commit_countopen in new windowIntegerGlobal
Ndb_conflict_trans_detect_iter_countopen in new windowIntegerGlobal
Ndb_conflict_trans_reject_countopen in new windowIntegerGlobal
Ndb_conflict_trans_row_conflict_countopen in new windowIntegerGlobal
Ndb_conflict_trans_row_reject_countopen in new windowIntegerGlobal
Ndb_epoch_delete_delete_countopen in new windowIntegerGlobal
Ndb_execute_countopen in new windowIntegerGlobal
Ndb_last_commit_epoch_serveropen in new windowIntegerGlobal
Ndb_last_commit_epoch_sessionopen in new windowIntegerSession
Ndb_metadata_blacklist_sizeopen in new windowIntegerGlobal
Ndb_metadata_detected_countopen in new windowIntegerGlobal
Ndb_metadata_excluded_countopen in new windowIntegerGlobal
Ndb_metadata_synced_countopen in new windowIntegerGlobal
Ndb_cluster_node_idopen in new windowIntegerGlobal
Ndb_number_of_data_nodesopen in new windowIntegerGlobal
Ndb_pruned_scan_countopen in new windowIntegerGlobal
Ndb_pushed_queries_definedopen in new windowIntegerGlobal
Ndb_pushed_queries_droppedopen in new windowIntegerGlobal
Ndb_pushed_queries_executedopen in new windowIntegerGlobal
Ndb_pushed_readsopen in new windowIntegerGlobal
Ndb_scan_countopen in new windowIntegerGlobal
Ndb_slave_max_replicated_epochopen in new windowIntegerGlobal
Ndb_trans_hint_count_sessionopen in new windowIntegerBoth
Not_flushed_delayed_rowsopen in new windowIntegerGlobal
Ongoing_anonymous_gtid_violating_transaction_countopen in new windowIntegerGlobal
Ongoing_anonymous_transaction_countopen in new windowIntegerGlobal
Ongoing_automatic_gtid_violating_transaction_countopen in new windowIntegerGlobal
Open_filesopen in new windowIntegerGlobal
Open_streamsopen in new windowIntegerGlobal
Open_table_definitionsopen in new windowIntegerGlobal
Open_tablesopen in new windowIntegerBoth
Opened_filesopen in new windowIntegerGlobal
Opened_table_definitionsopen in new windowIntegerBoth
Opened_tablesopen in new windowIntegerBoth
Performance_schema_accounts_lostopen in new windowIntegerGlobal
Performance_schema_cond_classes_lostopen in new windowIntegerGlobal
Performance_schema_cond_instances_lostopen in new windowIntegerGlobal
Performance_schema_digest_lostopen in new windowIntegerGlobal
Performance_schema_file_classes_lostopen in new windowIntegerGlobal
Performance_schema_file_handles_lostopen in new windowIntegerGlobal
Performance_schema_file_instances_lostopen in new windowIntegerGlobal
Performance_schema_hosts_lostopen in new windowIntegerGlobal
Performance_schema_index_stat_lostopen in new windowIntegerGlobal
Performance_schema_locker_lostopen in new windowIntegerGlobal
Performance_schema_memory_classes_lostopen in new windowIntegerGlobal
Performance_schema_metadata_lock_lostopen in new windowIntegerGlobal
Performance_schema_mutex_classes_lostopen in new windowIntegerGlobal
Performance_schema_mutex_instances_lostopen in new windowIntegerGlobal
Performance_schema_nested_statement_lostopen in new windowIntegerGlobal
Performance_schema_prepared_statements_lostopen in new windowIntegerGlobal
Performance_schema_program_lostopen in new windowIntegerGlobal
Performance_schema_rwlock_classes_lostopen in new windowIntegerGlobal
Performance_schema_rwlock_instances_lostopen in new windowIntegerGlobal
Performance_schema_session_connect_attrs_longest_seenopen in new windowIntegerGlobal
Performance_schema_session_connect_attrs_lostopen in new windowIntegerGlobal
Performance_schema_socket_classes_lostopen in new windowIntegerGlobal
Performance_schema_socket_instances_lostopen in new windowIntegerGlobal
Performance_schema_stage_classes_lostopen in new windowIntegerGlobal
Performance_schema_statement_classes_lostopen in new windowIntegerGlobal
Performance_schema_table_handles_lostopen in new windowIntegerGlobal
Performance_schema_table_instances_lostopen in new windowIntegerGlobal
Performance_schema_table_lock_stat_lostopen in new windowIntegerGlobal
Performance_schema_thread_classes_lostopen in new windowIntegerGlobal
Performance_schema_thread_instances_lostopen in new windowIntegerGlobal
Performance_schema_users_lostopen in new windowIntegerGlobal
Prepared_stmt_countopen in new windowIntegerGlobal
Queriesopen in new windowIntegerBoth
Questionsopen in new windowIntegerBoth
Replica_open_temp_tablesopen in new windowIntegerGlobal
Replica_rows_last_search_algorithm_usedopen in new windowStringGlobal
Resource_group_supportedopen in new windowBooleanGlobal
Rewriter_number_loaded_rulesopen in new windowIntegerGlobal
Rewriter_number_reloadsopen in new windowIntegerGlobal
Rewriter_number_rewritten_queriesopen in new windowIntegerGlobal
Rewriter_reload_erroropen in new windowBooleanGlobal
Rpl_semi_sync_master_clientsopen in new windowIntegerGlobal
Rpl_semi_sync_master_net_avg_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_master_net_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_master_net_waitsopen in new windowIntegerGlobal
Rpl_semi_sync_master_no_timesopen in new windowIntegerGlobal
Rpl_semi_sync_master_no_txopen in new windowIntegerGlobal
Rpl_semi_sync_master_statusopen in new windowBooleanGlobal
Rpl_semi_sync_master_timefunc_failuresopen in new windowIntegerGlobal
Rpl_semi_sync_master_tx_avg_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_master_tx_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_master_tx_waitsopen in new windowIntegerGlobal
Rpl_semi_sync_master_wait_pos_backtraverseopen in new windowIntegerGlobal
Rpl_semi_sync_master_wait_sessionsopen in new windowIntegerGlobal
Rpl_semi_sync_master_yes_txopen in new windowIntegerGlobal
Rpl_semi_sync_replica_statusopen in new windowBooleanGlobal
Rpl_semi_sync_slave_statusopen in new windowBooleanGlobal
Rpl_semi_sync_source_clientsopen in new windowIntegerGlobal
Rpl_semi_sync_source_net_avg_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_source_net_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_source_net_waitsopen in new windowIntegerGlobal
Rpl_semi_sync_source_no_timesopen in new windowIntegerGlobal
Rpl_semi_sync_source_no_txopen in new windowIntegerGlobal
Rpl_semi_sync_source_statusopen in new windowBooleanGlobal
Rpl_semi_sync_source_timefunc_failuresopen in new windowIntegerGlobal
Rpl_semi_sync_source_tx_avg_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_source_tx_wait_timeopen in new windowIntegerGlobal
Rpl_semi_sync_source_tx_waitsopen in new windowIntegerGlobal
Rpl_semi_sync_source_wait_pos_backtraverseopen in new windowIntegerGlobal
Rpl_semi_sync_source_wait_sessionsopen in new windowIntegerGlobal
Rpl_semi_sync_source_yes_txopen in new windowIntegerGlobal
Rsa_public_keyopen in new windowStringGlobal
Secondary_engine_execution_countopen in new windowIntegerBoth
Select_full_joinopen in new windowIntegerBoth
Select_full_range_joinopen in new windowIntegerBoth
Select_rangeopen in new windowIntegerBoth
Select_range_checkopen in new windowIntegerBoth
Select_scanopen in new windowIntegerBoth
Slave_open_temp_tablesopen in new windowIntegerGlobal
Slave_rows_last_search_algorithm_usedopen in new windowStringGlobal
Slow_launch_threadsopen in new windowIntegerBoth
Slow_queriesopen in new windowIntegerBoth
Sort_merge_passesopen in new windowIntegerBoth
Sort_rangeopen in new windowIntegerBoth
Sort_rowsopen in new windowIntegerBoth
Sort_scanopen in new windowIntegerBoth
Ssl_accept_renegotiatesopen in new windowIntegerGlobal
Ssl_acceptsopen in new windowIntegerGlobal
Ssl_callback_cache_hitsopen in new windowIntegerGlobal
Ssl_cipheropen in new windowStringBoth
Ssl_cipher_listopen in new windowStringBoth
Ssl_client_connectsopen in new windowIntegerGlobal
Ssl_connect_renegotiatesopen in new windowIntegerGlobal
Ssl_ctx_verify_depthopen in new windowIntegerGlobal
Ssl_ctx_verify_modeopen in new windowIntegerGlobal
Ssl_default_timeoutopen in new windowIntegerBoth
Ssl_finished_acceptsopen in new windowIntegerGlobal
Ssl_finished_connectsopen in new windowIntegerGlobal
Ssl_server_not_afteropen in new windowIntegerBoth
Ssl_server_not_beforeopen in new windowIntegerBoth
Ssl_session_cache_hitsopen in new windowIntegerGlobal
Ssl_session_cache_missesopen in new windowIntegerGlobal
Ssl_session_cache_modeopen in new windowStringGlobal
Ssl_session_cache_overflowsopen in new windowIntegerGlobal
Ssl_session_cache_sizeopen in new windowIntegerGlobal
Ssl_session_cache_timeoutopen in new windowIntegerGlobal
Ssl_session_cache_timeoutsopen in new windowIntegerGlobal
Ssl_sessions_reusedopen in new windowIntegerSession
Ssl_used_session_cache_entriesopen in new windowIntegerGlobal
Ssl_verify_depthopen in new windowIntegerBoth
Ssl_verify_modeopen in new windowIntegerBoth
Ssl_versionopen in new windowStringBoth
Table_locks_immediateopen in new windowIntegerGlobal
Table_locks_waitedopen in new windowIntegerGlobal
Table_open_cache_hitsopen in new windowIntegerBoth
Table_open_cache_missesopen in new windowIntegerBoth
Table_open_cache_overflowsopen in new windowIntegerBoth
Tc_log_max_pages_usedopen in new windowIntegerGlobal
Tc_log_page_sizeopen in new windowIntegerGlobal
Tc_log_page_waitsopen in new windowIntegerGlobal
Threads_cachedopen in new windowIntegerGlobal
Threads_connectedopen in new windowIntegerGlobal
Threads_createdopen in new windowIntegerGlobal
Threads_runningopen in new windowIntegerGlobal
Tls_library_versionopen in new windowStringGlobal
Uptimeopen in new windowIntegerGlobal
Uptime_since_flush_statusopen in new windowIntegerGlobal
validate_password_dictionary_file_last_parsedopen in new windowDatetimeGlobal
validate_password_dictionary_file_words_countopen in new windowIntegerGlobal
validate_password.dictionary_file_last_parsedopen in new windowDatetimeGlobal
validate_password.dictionary_file_words_countopen in new windowIntegerGlobal

Dynamic System Variables

Variable NameVariable TypeVariable Scope
activate_all_roles_on_loginopen in new windowBooleanGlobal
admin_ssl_caopen in new windowFile nameGlobal
admin_ssl_capathopen in new windowDirectory nameGlobal
admin_ssl_certopen in new windowFile nameGlobal
admin_ssl_cipheropen in new windowStringGlobal
admin_ssl_crlopen in new windowFile nameGlobal
admin_ssl_crlpathopen in new windowDirectory nameGlobal
admin_ssl_keyopen in new windowFile nameGlobal
admin_tls_ciphersuitesopen in new windowStringGlobal
admin_tls_versionopen in new windowStringGlobal
audit_log_connection_policyopen in new windowEnumerationGlobal
audit_log_disableopen in new windowBooleanGlobal
audit_log_exclude_accountsopen in new windowStringGlobal
audit_log_flushopen in new windowBooleanGlobal
audit_log_format_unix_timestampopen in new windowBooleanGlobal
audit_log_include_accountsopen in new windowStringGlobal
audit_log_max_sizeopen in new windowIntegerGlobal
audit_log_password_history_keep_daysopen in new windowIntegerGlobal
audit_log_prune_secondsopen in new windowIntegerGlobal
audit_log_read_buffer_sizeopen in new windowIntegerVaries
audit_log_rotate_on_sizeopen in new windowIntegerGlobal
audit_log_statement_policyopen in new windowEnumerationGlobal
authentication_fido_rp_idopen in new windowStringGlobal
authentication_kerberos_service_principalopen in new windowStringGlobal
authentication_ldap_sasl_auth_method_nameopen in new windowStringGlobal
authentication_ldap_sasl_bind_base_dnopen in new windowStringGlobal
authentication_ldap_sasl_bind_root_dnopen in new windowStringGlobal
authentication_ldap_sasl_bind_root_pwdopen in new windowStringGlobal
authentication_ldap_sasl_ca_pathopen in new windowStringGlobal
authentication_ldap_sasl_group_search_attropen in new windowStringGlobal
authentication_ldap_sasl_group_search_filteropen in new windowStringGlobal
authentication_ldap_sasl_init_pool_sizeopen in new windowIntegerGlobal
authentication_ldap_sasl_log_statusopen in new windowIntegerGlobal
authentication_ldap_sasl_max_pool_sizeopen in new windowIntegerGlobal
authentication_ldap_sasl_referralopen in new windowBooleanGlobal
authentication_ldap_sasl_server_hostopen in new windowStringGlobal
authentication_ldap_sasl_server_portopen in new windowIntegerGlobal
authentication_ldap_sasl_tlsopen in new windowBooleanGlobal
authentication_ldap_sasl_user_search_attropen in new windowStringGlobal
authentication_ldap_simple_auth_method_nameopen in new windowStringGlobal
authentication_ldap_simple_bind_base_dnopen in new windowStringGlobal
authentication_ldap_simple_bind_root_dnopen in new windowStringGlobal
authentication_ldap_simple_bind_root_pwdopen in new windowStringGlobal
authentication_ldap_simple_ca_pathopen in new windowStringGlobal
authentication_ldap_simple_group_search_attropen in new windowStringGlobal
authentication_ldap_simple_group_search_filteropen in new windowStringGlobal
authentication_ldap_simple_init_pool_sizeopen in new windowIntegerGlobal
authentication_ldap_simple_log_statusopen in new windowIntegerGlobal
authentication_ldap_simple_max_pool_sizeopen in new windowIntegerGlobal
authentication_ldap_simple_referralopen in new windowBooleanGlobal
authentication_ldap_simple_server_hostopen in new windowStringGlobal
authentication_ldap_simple_server_portopen in new windowIntegerGlobal
authentication_ldap_simple_tlsopen in new windowBooleanGlobal
authentication_ldap_simple_user_search_attropen in new windowStringGlobal
authentication_policyopen in new windowStringGlobal
auto_increment_incrementopen in new windowIntegerBoth
auto_increment_offsetopen in new windowIntegerBoth
autocommitopen in new windowBooleanBoth
automatic_sp_privilegesopen in new windowBooleanGlobal
avoid_temporal_upgradeopen in new windowBooleanGlobal
big_tablesopen in new windowBooleanBoth
binlog_cache_sizeopen in new windowIntegerGlobal
binlog_checksumopen in new windowStringGlobal
binlog_direct_non_transactional_updatesopen in new windowBooleanBoth
binlog_encryptionopen in new windowBooleanGlobal
binlog_error_actionopen in new windowEnumerationGlobal
binlog_expire_logs_auto_purgeopen in new windowBooleanGlobal
binlog_expire_logs_secondsopen in new windowIntegerGlobal
binlog_formatopen in new windowEnumerationBoth
binlog_group_commit_sync_delayopen in new windowIntegerGlobal
binlog_group_commit_sync_no_delay_countopen in new windowIntegerGlobal
binlog_max_flush_queue_timeopen in new windowIntegerGlobal
binlog_order_commitsopen in new windowBooleanGlobal
binlog_row_imageopen in new windowEnumerationBoth
binlog_row_metadataopen in new windowEnumerationGlobal
binlog_row_value_optionsopen in new windowSetBoth
binlog_rows_query_log_eventsopen in new windowBooleanBoth
binlog_stmt_cache_sizeopen in new windowIntegerGlobal
binlog_transaction_compressionopen in new windowBooleanBoth
binlog_transaction_compression_level_zstdopen in new windowIntegerBoth
binlog_transaction_dependency_history_sizeopen in new windowIntegerGlobal
binlog_transaction_dependency_trackingopen in new windowEnumerationGlobal
block_encryption_modeopen in new windowStringBoth
bulk_insert_buffer_sizeopen in new windowIntegerBoth
character_set_clientopen in new windowStringBoth
character_set_connectionopen in new windowStringBoth
character_set_databaseopen in new windowStringBoth
character_set_filesystemopen in new windowStringBoth
character_set_resultsopen in new windowStringBoth
character_set_serveropen in new windowStringBoth
check_proxy_usersopen in new windowBooleanGlobal
clone_autotune_concurrencyopen in new windowBooleanGlobal
clone_block_ddlopen in new windowBooleanGlobal
clone_buffer_sizeopen in new windowIntegerGlobal
clone_ddl_timeoutopen in new windowIntegerGlobal
clone_delay_after_data_dropopen in new windowIntegerGlobal
clone_donor_timeout_after_network_failureopen in new windowIntegerGlobal
clone_enable_compressionopen in new windowBooleanGlobal
clone_max_concurrencyopen in new windowIntegerGlobal
clone_max_data_bandwidthopen in new windowIntegerGlobal
clone_max_network_bandwidthopen in new windowIntegerGlobal
clone_ssl_caopen in new windowFile nameGlobal
clone_ssl_certopen in new windowFile nameGlobal
clone_ssl_keyopen in new windowFile nameGlobal
clone_valid_donor_listopen in new windowStringGlobal
collation_connectionopen in new windowStringBoth
collation_databaseopen in new windowStringBoth
collation_serveropen in new windowStringBoth
completion_typeopen in new windowEnumerationBoth
concurrent_insertopen in new windowEnumerationGlobal
connect_timeoutopen in new windowIntegerGlobal
connection_control_failed_connections_thresholdopen in new windowIntegerGlobal
connection_control_max_connection_delayopen in new windowIntegerGlobal
connection_control_min_connection_delayopen in new windowIntegerGlobal
connection_memory_chunk_sizeopen in new windowIntegerBoth
connection_memory_limitopen in new windowIntegerBoth
cte_max_recursion_depthopen in new windowIntegerBoth
debugopen in new windowStringBoth
debug_syncopen in new windowStringSession
default_collation_for_utf8mb4open in new windowEnumerationBoth
default_password_lifetimeopen in new windowIntegerGlobal
default_storage_engineopen in new windowEnumerationBoth
default_table_encryptionopen in new windowBooleanBoth
default_tmp_storage_engineopen in new windowEnumerationBoth
default_week_formatopen in new windowIntegerBoth
delay_key_writeopen in new windowEnumerationGlobal
delayed_insert_limitopen in new windowIntegerGlobal
delayed_insert_timeoutopen in new windowIntegerGlobal
delayed_queue_sizeopen in new windowIntegerGlobal
div_precision_incrementopen in new windowIntegerBoth
dragnet.log_error_filter_rulesopen in new windowStringGlobal
end_markers_in_jsonopen in new windowBooleanBoth
enforce_gtid_consistencyopen in new windowEnumerationGlobal
enterprise_encryption.maximum_rsa_key_sizeopen in new windowIntegerGlobal
enterprise_encryption.rsa_support_legacy_paddingopen in new windowBooleanGlobal
eq_range_index_dive_limitopen in new windowIntegerBoth
event_scheduleropen in new windowEnumerationGlobal
expire_logs_daysopen in new windowIntegerGlobal
explain_formatopen in new windowEnumerationBoth
explicit_defaults_for_timestampopen in new windowBooleanBoth
flushopen in new windowBooleanGlobal
flush_timeopen in new windowIntegerGlobal
foreign_key_checksopen in new windowBooleanBoth
ft_boolean_syntaxopen in new windowStringGlobal
general_logopen in new windowBooleanGlobal
general_log_fileopen in new windowFile nameGlobal
generated_random_password_lengthopen in new windowIntegerBoth
global_connection_memory_limitopen in new windowIntegerGlobal
global_connection_memory_trackingopen in new windowBooleanBoth
group_concat_max_lenopen in new windowIntegerBoth
group_replication_advertise_recovery_endpointsopen in new windowStringGlobal
group_replication_allow_local_lower_version_joinopen in new windowBooleanGlobal
group_replication_auto_increment_incrementopen in new windowIntegerGlobal
group_replication_autorejoin_triesopen in new windowIntegerGlobal
group_replication_bootstrap_groupopen in new windowBooleanGlobal
group_replication_clone_thresholdopen in new windowIntegerGlobal
group_replication_communication_debug_optionsopen in new windowStringGlobal
group_replication_communication_max_message_sizeopen in new windowIntegerGlobal
group_replication_components_stop_timeoutopen in new windowIntegerGlobal
group_replication_compression_thresholdopen in new windowIntegerGlobal
group_replication_consistencyopen in new windowEnumerationBoth
group_replication_enforce_update_everywhere_checksopen in new windowBooleanGlobal
group_replication_exit_state_actionopen in new windowEnumerationGlobal
group_replication_flow_control_applier_thresholdopen in new windowIntegerGlobal
group_replication_flow_control_certifier_thresholdopen in new windowIntegerGlobal
group_replication_flow_control_hold_percentopen in new windowIntegerGlobal
group_replication_flow_control_max_commit_quotaopen in new windowIntegerGlobal
group_replication_flow_control_member_quota_percentopen in new windowIntegerGlobal
group_replication_flow_control_min_quotaopen in new windowIntegerGlobal
group_replication_flow_control_min_recovery_quotaopen in new windowIntegerGlobal
group_replication_flow_control_modeopen in new windowEnumerationGlobal
group_replication_flow_control_periodopen in new windowIntegerGlobal
group_replication_flow_control_release_percentopen in new windowIntegerGlobal
group_replication_force_membersopen in new windowStringGlobal
group_replication_group_nameopen in new windowStringGlobal
group_replication_group_seedsopen in new windowStringGlobal
group_replication_gtid_assignment_block_sizeopen in new windowIntegerGlobal
group_replication_ip_allowlistopen in new windowStringGlobal
group_replication_ip_whitelistopen in new windowStringGlobal
group_replication_local_addressopen in new windowStringGlobal
group_replication_member_expel_timeoutopen in new windowIntegerGlobal
group_replication_member_weightopen in new windowIntegerGlobal
group_replication_message_cache_sizeopen in new windowIntegerGlobal
group_replication_paxos_single_leaderopen in new windowBooleanGlobal
group_replication_poll_spin_loopsopen in new windowIntegerGlobal
group_replication_recovery_complete_atopen in new windowEnumerationGlobal
group_replication_recovery_compression_algorithmsopen in new windowSetGlobal
group_replication_recovery_get_public_keyopen in new windowBooleanGlobal
group_replication_recovery_public_key_pathopen in new windowFile nameGlobal
group_replication_recovery_reconnect_intervalopen in new windowIntegerGlobal
group_replication_recovery_retry_countopen in new windowIntegerGlobal
group_replication_recovery_ssl_caopen in new windowStringGlobal
group_replication_recovery_ssl_capathopen in new windowStringGlobal
group_replication_recovery_ssl_certopen in new windowStringGlobal
group_replication_recovery_ssl_cipheropen in new windowStringGlobal
group_replication_recovery_ssl_crlopen in new windowFile nameGlobal
group_replication_recovery_ssl_crlpathopen in new windowDirectory nameGlobal
group_replication_recovery_ssl_keyopen in new windowStringGlobal
group_replication_recovery_ssl_verify_server_certopen in new windowBooleanGlobal
group_replication_recovery_tls_ciphersuitesopen in new windowStringGlobal
group_replication_recovery_tls_versionopen in new windowStringGlobal
group_replication_recovery_use_sslopen in new windowBooleanGlobal
group_replication_recovery_zstd_compression_levelopen in new windowIntegerGlobal
group_replication_single_primary_modeopen in new windowBooleanGlobal
group_replication_ssl_modeopen in new windowEnumerationGlobal
group_replication_start_on_bootopen in new windowBooleanGlobal
group_replication_tls_sourceopen in new windowEnumerationGlobal
group_replication_transaction_size_limitopen in new windowIntegerGlobal
group_replication_unreachable_majority_timeoutopen in new windowIntegerGlobal
group_replication_view_change_uuidopen in new windowStringGlobal
gtid_executed_compression_periodopen in new windowIntegerGlobal
gtid_modeopen in new windowEnumerationGlobal
gtid_nextopen in new windowEnumerationSession
gtid_purgedopen in new windowStringGlobal
histogram_generation_max_mem_sizeopen in new windowIntegerBoth
host_cache_sizeopen in new windowIntegerGlobal
identityopen in new windowIntegerSession
immediate_server_versionopen in new windowIntegerSession
information_schema_stats_expiryopen in new windowIntegerBoth
init_connectopen in new windowStringGlobal
init_replicaopen in new windowStringGlobal
init_slaveopen in new windowStringGlobal
innodb_adaptive_flushingopen in new windowBooleanGlobal
innodb_adaptive_flushing_lwmopen in new windowIntegerGlobal
innodb_adaptive_hash_indexopen in new windowBooleanGlobal
innodb_adaptive_max_sleep_delayopen in new windowIntegerGlobal
innodb_api_bk_commit_intervalopen in new windowIntegerGlobal
innodb_api_trx_levelopen in new windowIntegerGlobal
innodb_autoextend_incrementopen in new windowIntegerGlobal
innodb_background_drop_list_emptyopen in new windowBooleanGlobal
innodb_buffer_pool_dump_at_shutdownopen in new windowBooleanGlobal
innodb_buffer_pool_dump_nowopen in new windowBooleanGlobal
innodb_buffer_pool_dump_pctopen in new windowIntegerGlobal
innodb_buffer_pool_filenameopen in new windowFile nameGlobal
innodb_buffer_pool_in_core_fileopen in new windowBooleanGlobal
innodb_buffer_pool_load_abortopen in new windowBooleanGlobal
innodb_buffer_pool_load_nowopen in new windowBooleanGlobal
innodb_buffer_pool_sizeopen in new windowIntegerGlobal
innodb_change_buffer_max_sizeopen in new windowIntegerGlobal
innodb_change_bufferingopen in new windowEnumerationGlobal
innodb_change_buffering_debugopen in new windowIntegerGlobal
innodb_checkpoint_disabledopen in new windowBooleanGlobal
innodb_checksum_algorithmopen in new windowEnumerationGlobal
innodb_cmp_per_index_enabledopen in new windowBooleanGlobal
innodb_commit_concurrencyopen in new windowIntegerGlobal
innodb_compress_debugopen in new windowEnumerationGlobal
innodb_compression_failure_threshold_pctopen in new windowIntegerGlobal
innodb_compression_levelopen in new windowIntegerGlobal
innodb_compression_pad_pct_maxopen in new windowIntegerGlobal
innodb_concurrency_ticketsopen in new windowIntegerGlobal
innodb_ddl_buffer_sizeopen in new windowIntegerBoth
innodb_ddl_log_crash_reset_debugopen in new windowBooleanGlobal
innodb_ddl_threadsopen in new windowIntegerBoth
innodb_deadlock_detectopen in new windowBooleanGlobal
innodb_default_row_formatopen in new windowEnumerationGlobal
innodb_disable_sort_file_cacheopen in new windowBooleanGlobal
innodb_doublewriteopen in new windowEnumerationGlobal
innodb_extend_and_initializeopen in new windowBooleanGlobal
innodb_fast_shutdownopen in new windowIntegerGlobal
innodb_fil_make_page_dirty_debugopen in new windowIntegerGlobal
innodb_file_per_tableopen in new windowBooleanGlobal
innodb_fill_factoropen in new windowIntegerGlobal
innodb_flush_log_at_timeoutopen in new windowIntegerGlobal
innodb_flush_log_at_trx_commitopen in new windowEnumerationGlobal
innodb_flush_neighborsopen in new windowEnumerationGlobal
innodb_flush_syncopen in new windowBooleanGlobal
innodb_flushing_avg_loopsopen in new windowIntegerGlobal
innodb_fsync_thresholdopen in new windowIntegerGlobal
innodb_ft_aux_tableopen in new windowStringGlobal
innodb_ft_enable_diag_printopen in new windowBooleanGlobal
innodb_ft_enable_stopwordopen in new windowBooleanBoth
innodb_ft_num_word_optimizeopen in new windowIntegerGlobal
innodb_ft_result_cache_limitopen in new windowIntegerGlobal
innodb_ft_server_stopword_tableopen in new windowStringGlobal
innodb_ft_user_stopword_tableopen in new windowStringBoth
innodb_idle_flush_pctopen in new windowIntegerGlobal
innodb_io_capacityopen in new windowIntegerGlobal
innodb_io_capacity_maxopen in new windowIntegerGlobal
innodb_limit_optimistic_insert_debugopen in new windowIntegerGlobal
innodb_lock_wait_timeoutopen in new windowIntegerBoth
innodb_log_buffer_sizeopen in new windowIntegerGlobal
innodb_log_checkpoint_fuzzy_nowopen in new windowBooleanGlobal
innodb_log_checkpoint_nowopen in new windowBooleanGlobal
innodb_log_checksumsopen in new windowBooleanGlobal
innodb_log_compressed_pagesopen in new windowBooleanGlobal
innodb_log_spin_cpu_abs_lwmopen in new windowIntegerGlobal
innodb_log_spin_cpu_pct_hwmopen in new windowIntegerGlobal
innodb_log_wait_for_flush_spin_hwmopen in new windowIntegerGlobal
innodb_log_write_ahead_sizeopen in new windowIntegerGlobal
innodb_log_writer_threadsopen in new windowBooleanGlobal
innodb_lru_scan_depthopen in new windowIntegerGlobal
innodb_max_dirty_pages_pctopen in new windowNumericGlobal
innodb_max_dirty_pages_pct_lwmopen in new windowNumericGlobal
innodb_max_purge_lagopen in new windowIntegerGlobal
innodb_max_purge_lag_delayopen in new windowIntegerGlobal
innodb_max_undo_log_sizeopen in new windowIntegerGlobal
innodb_merge_threshold_set_all_debugopen in new windowIntegerGlobal
innodb_monitor_disableopen in new windowStringGlobal
innodb_monitor_enableopen in new windowStringGlobal
innodb_monitor_resetopen in new windowEnumerationGlobal
innodb_monitor_reset_allopen in new windowEnumerationGlobal
innodb_old_blocks_pctopen in new windowIntegerGlobal
innodb_old_blocks_timeopen in new windowIntegerGlobal
innodb_online_alter_log_max_sizeopen in new windowIntegerGlobal
innodb_open_filesopen in new windowIntegerGlobal
innodb_optimize_fulltext_onlyopen in new windowBooleanGlobal
innodb_parallel_read_threadsopen in new windowIntegerSession
innodb_print_all_deadlocksopen in new windowBooleanGlobal
innodb_print_ddl_logsopen in new windowBooleanGlobal
innodb_purge_batch_sizeopen in new windowIntegerGlobal
innodb_purge_rseg_truncate_frequencyopen in new windowIntegerGlobal
innodb_random_read_aheadopen in new windowBooleanGlobal
innodb_read_ahead_thresholdopen in new windowIntegerGlobal
innodb_redo_log_archive_dirsopen in new windowStringGlobal
innodb_redo_log_capacityopen in new windowIntegerGlobal
innodb_redo_log_encryptopen in new windowBooleanGlobal
innodb_replication_delayopen in new windowIntegerGlobal
innodb_rollback_segmentsopen in new windowIntegerGlobal
innodb_saved_page_number_debugopen in new windowIntegerGlobal
innodb_segment_reserve_factoropen in new windowNumericGlobal
innodb_spin_wait_delayopen in new windowIntegerGlobal
innodb_spin_wait_pause_multiplieropen in new windowIntegerGlobal
innodb_stats_auto_recalcopen in new windowBooleanGlobal
innodb_stats_include_delete_markedopen in new windowBooleanGlobal
innodb_stats_methodopen in new windowEnumerationGlobal
innodb_stats_on_metadataopen in new windowBooleanGlobal
innodb_stats_persistentopen in new windowBooleanGlobal
innodb_stats_persistent_sample_pagesopen in new windowIntegerGlobal
innodb_stats_transient_sample_pagesopen in new windowIntegerGlobal
innodb_status_outputopen in new windowBooleanGlobal
innodb_status_output_locksopen in new windowBooleanGlobal
innodb_strict_modeopen in new windowBooleanBoth
innodb_sync_spin_loopsopen in new windowIntegerGlobal
innodb_table_locksopen in new windowBooleanBoth
innodb_thread_concurrencyopen in new windowIntegerGlobal
innodb_thread_sleep_delayopen in new windowIntegerGlobal
innodb_tmpdiropen in new windowDirectory nameBoth
innodb_trx_purge_view_update_only_debugopen in new windowBooleanGlobal
innodb_trx_rseg_n_slots_debugopen in new windowIntegerGlobal
innodb_undo_log_encryptopen in new windowBooleanGlobal
innodb_undo_log_truncateopen in new windowBooleanGlobal
innodb_undo_tablespacesopen in new windowIntegerGlobal
innodb_use_fdatasyncopen in new windowBooleanGlobal
insert_idopen in new windowIntegerSession
interactive_timeoutopen in new windowIntegerBoth
internal_tmp_disk_storage_engineopen in new windowEnumerationGlobal
internal_tmp_mem_storage_engineopen in new windowEnumerationBoth
join_buffer_sizeopen in new windowIntegerBoth
keep_files_on_createopen in new windowBooleanBoth
key_buffer_sizeopen in new windowIntegerGlobal
key_cache_age_thresholdopen in new windowIntegerGlobal
key_cache_block_sizeopen in new windowIntegerGlobal
key_cache_division_limitopen in new windowIntegerGlobal
keyring_aws_cmk_idopen in new windowStringGlobal
keyring_aws_regionopen in new windowEnumerationGlobal
keyring_encrypted_file_dataopen in new windowFile nameGlobal
keyring_encrypted_file_passwordopen in new windowStringGlobal
keyring_file_dataopen in new windowFile nameGlobal
keyring_hashicorp_auth_pathopen in new windowStringGlobal
keyring_hashicorp_ca_pathopen in new windowFile nameGlobal
keyring_hashicorp_cachingopen in new windowBooleanGlobal
keyring_hashicorp_role_idopen in new windowStringGlobal
keyring_hashicorp_secret_idopen in new windowStringGlobal
keyring_hashicorp_server_urlopen in new windowStringGlobal
keyring_hashicorp_store_pathopen in new windowStringGlobal
keyring_okv_conf_diropen in new windowDirectory nameGlobal
keyring_operationsopen in new windowBooleanGlobal
last_insert_idopen in new windowIntegerSession
lc_messagesopen in new windowStringBoth
lc_time_namesopen in new windowStringBoth
local_infileopen in new windowBooleanGlobal
lock_wait_timeoutopen in new windowIntegerBoth
log_bin_trust_function_creatorsopen in new windowBooleanGlobal
log_bin_use_v1_row_eventsopen in new windowBooleanGlobal
log_error_servicesopen in new windowStringGlobal
log_error_suppression_listopen in new windowStringGlobal
log_error_verbosityopen in new windowIntegerGlobal
log_outputopen in new windowSetGlobal
log_queries_not_using_indexesopen in new windowBooleanGlobal
log_rawopen in new windowBooleanGlobal
log_slow_admin_statementsopen in new windowBooleanGlobal
log_slow_extraopen in new windowBooleanGlobal
log_slow_replica_statementsopen in new windowBooleanGlobal
log_slow_slave_statementsopen in new windowBooleanGlobal
log_statements_unsafe_for_binlogopen in new windowBooleanGlobal
log_syslogopen in new windowBooleanGlobal
log_syslog_facilityopen in new windowStringGlobal
log_syslog_include_pidopen in new windowBooleanGlobal
log_syslog_tagopen in new windowStringGlobal
log_throttle_queries_not_using_indexesopen in new windowIntegerGlobal
log_timestampsopen in new windowEnumerationGlobal
long_query_timeopen in new windowNumericBoth
low_priority_updatesopen in new windowBooleanBoth
mandatory_rolesopen in new windowStringGlobal
master_info_repositoryopen in new windowStringGlobal
master_verify_checksumopen in new windowBooleanGlobal
max_allowed_packetopen in new windowIntegerBoth
max_binlog_cache_sizeopen in new windowIntegerGlobal
max_binlog_sizeopen in new windowIntegerGlobal
max_binlog_stmt_cache_sizeopen in new windowIntegerGlobal
max_connect_errorsopen in new windowIntegerGlobal
max_connectionsopen in new windowIntegerGlobal
max_delayed_threadsopen in new windowIntegerBoth
max_error_countopen in new windowIntegerBoth
max_execution_timeopen in new windowIntegerBoth
max_heap_table_sizeopen in new windowIntegerBoth
max_insert_delayed_threadsopen in new windowIntegerBoth
max_join_sizeopen in new windowIntegerBoth
max_length_for_sort_dataopen in new windowIntegerBoth
max_points_in_geometryopen in new windowIntegerBoth
max_prepared_stmt_countopen in new windowIntegerGlobal
max_relay_log_sizeopen in new windowIntegerGlobal
max_seeks_for_keyopen in new windowIntegerBoth
max_sort_lengthopen in new windowIntegerBoth
max_sp_recursion_depthopen in new windowIntegerBoth
max_user_connectionsopen in new windowIntegerBoth
max_write_lock_countopen in new windowIntegerGlobal
min_examined_row_limitopen in new windowIntegerBoth
myisam_data_pointer_sizeopen in new windowIntegerGlobal
myisam_max_sort_file_sizeopen in new windowIntegerGlobal
myisam_repair_threadsopen in new windowIntegerBoth
myisam_sort_buffer_sizeopen in new windowIntegerBoth
myisam_stats_methodopen in new windowEnumerationBoth
myisam_use_mmapopen in new windowBooleanGlobal
mysql_firewall_modeopen in new windowBooleanGlobal
mysql_firewall_traceopen in new windowBooleanGlobal
mysql_native_password_proxy_usersopen in new windowBooleanGlobal
mysqlx_compression_algorithmsopen in new windowSetGlobal
mysqlx_connect_timeoutopen in new windowIntegerGlobal
mysqlx_deflate_default_compression_levelopen in new windowIntegerGlobal
mysqlx_deflate_max_client_compression_levelopen in new windowIntegerGlobal
mysqlx_document_id_unique_prefixopen in new windowIntegerGlobal
mysqlx_enable_hello_noticeopen in new windowBooleanGlobal
mysqlx_idle_worker_thread_timeoutopen in new windowIntegerGlobal
mysqlx_interactive_timeoutopen in new windowIntegerGlobal
mysqlx_lz4_default_compression_levelopen in new windowIntegerGlobal
mysqlx_lz4_max_client_compression_levelopen in new windowIntegerGlobal
mysqlx_max_allowed_packetopen in new windowIntegerGlobal
mysqlx_max_connectionsopen in new windowIntegerGlobal
mysqlx_min_worker_threadsopen in new windowIntegerGlobal
mysqlx_read_timeoutopen in new windowIntegerSession
mysqlx_wait_timeoutopen in new windowIntegerSession
mysqlx_write_timeoutopen in new windowIntegerSession
mysqlx_zstd_default_compression_levelopen in new windowIntegerGlobal
mysqlx_zstd_max_client_compression_levelopen in new windowIntegerGlobal
ndb_allow_copying_alter_tableBooleanBoth
ndb_autoincrement_prefetch_szopen in new windowIntegerBoth
ndb_blob_read_batch_bytesIntegerBoth
ndb_blob_write_batch_bytesIntegerBoth
ndb_cache_check_timeopen in new windowIntegerGlobal
ndb_clear_apply_statusopen in new windowBooleanGlobal
ndb_conflict_roleopen in new windowEnumerationGlobal
ndb_data_node_neighbouropen in new windowIntegerGlobal
ndb_dbg_check_sharesopen in new windowIntegerBoth
ndb_default_column_formatopen in new windowEnumerationGlobal
ndb_default_column_formatopen in new windowEnumerationGlobal
ndb_deferred_constraintsopen in new windowIntegerBoth
ndb_deferred_constraintsopen in new windowIntegerBoth
ndb_distributionopen in new windowEnumerationGlobal
ndb_distributionopen in new windowEnumerationGlobal
ndb_eventbuffer_free_percentopen in new windowIntegerGlobal
ndb_eventbuffer_max_allocopen in new windowIntegerGlobal
ndb_extra_loggingopen in new windowIntegerGlobal
ndb_force_sendopen in new windowBooleanBoth
ndb_fully_replicatedopen in new windowBooleanBoth
ndb_index_stat_enableopen in new windowBooleanBoth
ndb_index_stat_optionopen in new windowStringBoth
ndb_join_pushdownopen in new windowBooleanBoth
ndb_log_binlog_indexopen in new windowBooleanGlobal
ndb_log_empty_epochsopen in new windowBooleanGlobal
ndb_log_empty_epochsopen in new windowBooleanGlobal
ndb_log_empty_updateopen in new windowBooleanGlobal
ndb_log_empty_updateopen in new windowBooleanGlobal
ndb_log_exclusive_readsopen in new windowBooleanBoth
ndb_log_exclusive_readsopen in new windowBooleanBoth
ndb_log_transaction_compressionopen in new windowBooleanGlobal
ndb_log_transaction_compression_level_zstdopen in new windowIntegerGlobal
ndb_log_update_as_writeBooleanGlobal
ndb_log_update_minimalBooleanGlobal
ndb_log_updated_onlyBooleanGlobal
ndb_metadata_checkopen in new windowBooleanGlobal
ndb_metadata_check_intervalopen in new windowIntegerGlobal
ndb_metadata_syncopen in new windowBooleanGlobal
ndb_optimization_delayIntegerGlobal
ndb_read_backupopen in new windowBooleanGlobal
ndb_recv_thread_activation_thresholdopen in new windowIntegerGlobal
ndb_recv_thread_cpu_maskopen in new windowBitmapGlobal
ndb_replica_batch_sizeopen in new windowIntegerGlobal
ndb_replica_blob_write_batch_bytesopen in new windowIntegerGlobal
ndb_report_thresh_binlog_epoch_slipopen in new windowIntegerGlobal
ndb_report_thresh_binlog_mem_usageopen in new windowIntegerGlobal
ndb_row_checksumopen in new windowIntegerBoth
ndb_schema_dist_lock_wait_timeoutopen in new windowIntegerGlobal
ndb_show_foreign_key_mock_tablesopen in new windowBooleanGlobal
ndb_slave_conflict_roleopen in new windowEnumerationGlobal
ndb_table_no_loggingopen in new windowBooleanSession
ndb_table_temporaryopen in new windowBooleanSession
ndb_use_exact_countopen in new windowBooleanBoth
ndb_use_transactionsopen in new windowBooleanBoth
ndbinfo_max_bytesopen in new windowIntegerBoth
ndbinfo_max_rowsopen in new windowIntegerBoth
ndbinfo_offlineopen in new windowBooleanGlobal
ndbinfo_show_hiddenopen in new windowBooleanBoth
net_buffer_lengthopen in new windowIntegerBoth
net_read_timeoutopen in new windowIntegerBoth
net_retry_countopen in new windowIntegerBoth
net_write_timeoutopen in new windowIntegerBoth
newopen in new windowBooleanBoth
offline_modeopen in new windowBooleanGlobal
old_alter_tableopen in new windowBooleanBoth
optimizer_prune_levelopen in new windowIntegerBoth
optimizer_search_depthopen in new windowIntegerBoth
optimizer_switchopen in new windowSetBoth
optimizer_traceopen in new windowStringBoth
optimizer_trace_featuresopen in new windowStringBoth
optimizer_trace_limitopen in new windowIntegerBoth
optimizer_trace_max_mem_sizeopen in new windowIntegerBoth
optimizer_trace_offsetopen in new windowIntegerBoth
original_commit_timestampopen in new windowNumericSession
original_server_versionopen in new windowIntegerSession
parser_max_mem_sizeopen in new windowIntegerBoth
partial_revokesopen in new windowBooleanGlobal
password_historyopen in new windowIntegerGlobal
password_require_currentopen in new windowBooleanGlobal
password_reuse_intervalopen in new windowIntegerGlobal
performance_schema_max_digest_sample_ageopen in new windowIntegerGlobal
performance_schema_show_processlistopen in new windowBooleanGlobal
preload_buffer_sizeopen in new windowIntegerBoth
print_identified_with_as_hexopen in new windowBooleanBoth
profilingopen in new windowBooleanBoth
profiling_history_sizeopen in new windowIntegerBoth
protocol_compression_algorithmsopen in new windowSetGlobal
pseudo_replica_modeopen in new windowBooleanSession
pseudo_slave_modeopen in new windowBooleanSession
pseudo_thread_idopen in new windowIntegerSession
query_alloc_block_sizeopen in new windowIntegerBoth
query_prealloc_sizeopen in new windowIntegerBoth
rand_seed1open in new windowIntegerSession
rand_seed2open in new windowIntegerSession
range_alloc_block_sizeopen in new windowIntegerBoth
range_optimizer_max_mem_sizeopen in new windowIntegerBoth
rbr_exec_modeopen in new windowEnumerationSession
read_buffer_sizeopen in new windowIntegerBoth
read_onlyopen in new windowBooleanGlobal
read_rnd_buffer_sizeopen in new windowIntegerBoth
regexp_stack_limitopen in new windowIntegerGlobal
regexp_time_limitopen in new windowIntegerGlobal
relay_log_info_repositoryopen in new windowStringGlobal
relay_log_purgeopen in new windowBooleanGlobal
replica_allow_batchingopen in new windowBooleanGlobal
replica_checkpoint_groupopen in new windowIntegerGlobal
replica_checkpoint_periodopen in new windowIntegerGlobal
replica_compressed_protocolopen in new windowBooleanGlobal
replica_exec_modeopen in new windowEnumerationGlobal
replica_max_allowed_packetopen in new windowIntegerGlobal
replica_net_timeoutopen in new windowIntegerGlobal
replica_parallel_typeopen in new windowEnumerationGlobal
replica_parallel_workersopen in new windowIntegerGlobal
replica_pending_jobs_size_maxopen in new windowIntegerGlobal
replica_preserve_commit_orderopen in new windowBooleanGlobal
replica_sql_verify_checksumopen in new windowBooleanGlobal
replica_transaction_retriesopen in new windowIntegerGlobal
replica_type_conversionsopen in new windowSetGlobal
replication_optimize_for_static_plugin_configopen in new windowBooleanGlobal
replication_sender_observe_commit_onlyopen in new windowBooleanGlobal
require_row_formatopen in new windowBooleanSession
require_secure_transportopen in new windowBooleanGlobal
resultset_metadataopen in new windowEnumerationSession
rewriter_enabledopen in new windowBooleanGlobal
rewriter_enabled_for_threads_without_privilege_checksopen in new windowBooleanGlobal
rewriter_verboseopen in new windowIntegerGlobal
rpl_read_sizeopen in new windowIntegerGlobal
rpl_semi_sync_master_enabledopen in new windowBooleanGlobal
rpl_semi_sync_master_timeoutopen in new windowIntegerGlobal
rpl_semi_sync_master_trace_levelopen in new windowIntegerGlobal
rpl_semi_sync_master_wait_for_slave_countopen in new windowIntegerGlobal
rpl_semi_sync_master_wait_no_slaveopen in new windowBooleanGlobal
rpl_semi_sync_master_wait_pointopen in new windowEnumerationGlobal
rpl_semi_sync_replica_enabledopen in new windowBooleanGlobal
rpl_semi_sync_replica_trace_levelopen in new windowIntegerGlobal
rpl_semi_sync_slave_enabledopen in new windowBooleanGlobal
rpl_semi_sync_slave_trace_levelopen in new windowIntegerGlobal
rpl_semi_sync_source_enabledopen in new windowBooleanGlobal
rpl_semi_sync_source_timeoutopen in new windowIntegerGlobal
rpl_semi_sync_source_trace_levelopen in new windowIntegerGlobal
rpl_semi_sync_source_wait_for_replica_countopen in new windowIntegerGlobal
rpl_semi_sync_source_wait_no_replicaopen in new windowBooleanGlobal
rpl_semi_sync_source_wait_pointopen in new windowEnumerationGlobal
rpl_stop_replica_timeoutopen in new windowIntegerGlobal
rpl_stop_slave_timeoutopen in new windowIntegerGlobal
schema_definition_cacheopen in new windowIntegerGlobal
secondary_engine_cost_thresholdopen in new windowNumericSession
select_into_buffer_sizeopen in new windowIntegerBoth
select_into_disk_syncopen in new windowBooleanBoth
select_into_disk_sync_delayopen in new windowIntegerBoth
server_idopen in new windowIntegerGlobal
session_track_gtidsopen in new windowEnumerationBoth
session_track_schemaopen in new windowBooleanBoth
session_track_state_changeopen in new windowBooleanBoth
session_track_system_variablesopen in new windowStringBoth
session_track_transaction_infoopen in new windowEnumerationBoth
sha256_password_proxy_usersopen in new windowBooleanGlobal
show_create_table_skip_secondary_engineopen in new windowBooleanSession
show_create_table_verbosityopen in new windowBooleanBoth
show_gipk_in_create_table_and_information_schemaopen in new windowBooleanBoth
show_old_temporalsopen in new windowBooleanBoth
slave_allow_batchingopen in new windowBooleanGlobal
slave_checkpoint_groupopen in new windowIntegerGlobal
slave_checkpoint_periodopen in new windowIntegerGlobal
slave_compressed_protocolopen in new windowBooleanGlobal
slave_exec_modeopen in new windowEnumerationGlobal
slave_max_allowed_packetopen in new windowIntegerGlobal
slave_net_timeoutopen in new windowIntegerGlobal
slave_parallel_typeopen in new windowEnumerationGlobal
slave_parallel_workersopen in new windowIntegerGlobal
slave_pending_jobs_size_maxopen in new windowIntegerGlobal
slave_preserve_commit_orderopen in new windowBooleanGlobal
slave_rows_search_algorithmsopen in new windowSetGlobal
slave_sql_verify_checksumopen in new windowBooleanGlobal
slave_transaction_retriesopen in new windowIntegerGlobal
slave_type_conversionsopen in new windowSetGlobal
slow_launch_timeopen in new windowIntegerGlobal
slow_query_logopen in new windowBooleanGlobal
slow_query_log_fileopen in new windowFile nameGlobal
sort_buffer_sizeopen in new windowIntegerBoth
source_verify_checksumopen in new windowBooleanGlobal
sql_auto_is_nullopen in new windowBooleanBoth
sql_big_selectsopen in new windowBooleanBoth
sql_buffer_resultopen in new windowBooleanBoth
sql_generate_invisible_primary_keyopen in new windowBooleanBoth
sql_log_binopen in new windowBooleanSession
sql_log_offopen in new windowBooleanBoth
sql_modeopen in new windowSetBoth
sql_notesopen in new windowBooleanBoth
sql_quote_show_createopen in new windowBooleanBoth
sql_replica_skip_counteropen in new windowIntegerGlobal
sql_require_primary_keyopen in new windowBooleanBoth
sql_safe_updatesopen in new windowBooleanBoth
sql_select_limitopen in new windowIntegerBoth
sql_slave_skip_counteropen in new windowIntegerGlobal
sql_warningsopen in new windowBooleanBoth
ssl_caopen in new windowFile nameGlobal
ssl_capathopen in new windowDirectory nameGlobal
ssl_certopen in new windowFile nameGlobal
ssl_cipheropen in new windowStringGlobal
ssl_crlopen in new windowFile nameGlobal
ssl_crlpathopen in new windowDirectory nameGlobal
ssl_fips_modeopen in new windowEnumerationGlobal
ssl_keyopen in new windowFile nameGlobal
ssl_session_cache_modeopen in new windowBooleanGlobal
ssl_session_cache_timeoutopen in new windowIntegerGlobal
stored_program_cacheopen in new windowIntegerGlobal
stored_program_definition_cacheopen in new windowIntegerGlobal
super_read_onlyopen in new windowBooleanGlobal
sync_binlogopen in new windowIntegerGlobal
sync_master_infoopen in new windowIntegerGlobal
sync_relay_logopen in new windowIntegerGlobal
sync_relay_log_infoopen in new windowIntegerGlobal
sync_source_infoopen in new windowIntegerGlobal
syseventlog.facilityopen in new windowStringGlobal
syseventlog.include_pidopen in new windowBooleanGlobal
syseventlog.tagopen in new windowStringGlobal
table_definition_cacheopen in new windowIntegerGlobal
table_encryption_privilege_checkopen in new windowBooleanGlobal
table_open_cacheopen in new windowIntegerGlobal
tablespace_definition_cacheopen in new windowIntegerGlobal
temptable_max_mmapopen in new windowIntegerGlobal
temptable_max_ramopen in new windowIntegerGlobal
temptable_use_mmapopen in new windowBooleanGlobal
terminology_use_previousopen in new windowEnumerationBoth
thread_cache_sizeopen in new windowIntegerGlobal
thread_pool_high_priority_connectionopen in new windowIntegerBoth
thread_pool_max_active_query_threadsopen in new windowIntegerGlobal
thread_pool_max_transactions_limitopen in new windowIntegerGlobal
thread_pool_max_unused_threadsopen in new windowIntegerGlobal
thread_pool_prio_kickup_timeropen in new windowIntegerGlobal
thread_pool_query_threads_per_groupopen in new windowIntegerGlobal
thread_pool_stall_limitopen in new windowIntegerGlobal
thread_pool_transaction_delayopen in new windowIntegerGlobal
time_zoneopen in new windowStringBoth
timestampopen in new windowNumericSession
tls_ciphersuitesopen in new windowStringGlobal
tls_versionopen in new windowStringGlobal
tmp_table_sizeopen in new windowIntegerBoth
transaction_alloc_block_sizeopen in new windowIntegerBoth
transaction_allow_batchingopen in new windowBooleanSession
transaction_isolationopen in new windowEnumerationBoth
transaction_prealloc_sizeopen in new windowIntegerBoth
transaction_read_onlyopen in new windowBooleanBoth
transaction_write_set_extractionopen in new windowEnumerationBoth
unique_checksopen in new windowBooleanBoth
updatable_views_with_limitopen in new windowBooleanBoth
use_secondary_engineopen in new windowEnumerationSession
validate_password_check_user_nameopen in new windowBooleanGlobal
validate_password_dictionary_fileopen in new windowFile nameGlobal
validate_password_lengthopen in new windowIntegerGlobal
validate_password_mixed_case_countopen in new windowIntegerGlobal
validate_password_number_countopen in new windowIntegerGlobal
validate_password_policyopen in new windowEnumerationGlobal
validate_password_special_char_countopen in new windowIntegerGlobal
validate_password.check_user_nameopen in new windowBooleanGlobal
validate_password.dictionary_fileopen in new windowFile nameGlobal
validate_password.lengthopen in new windowIntegerGlobal
validate_password.mixed_case_countopen in new windowIntegerGlobal
validate_password.number_countopen in new windowIntegerGlobal
validate_password.policyopen in new windowEnumerationGlobal
validate_password.special_char_countopen in new windowIntegerGlobal
version_tokens_sessionopen in new windowStringBoth
wait_timeoutopen in new windowIntegerBoth
windowing_use_high_precisionopen in new windowBooleanBoth
xa_detach_on_prepareopen in new windowBooleanBoth

Permissible Static Privileges for GRANT and REVOKE

PrivilegeGrant Table ColumnContext
ALL [PRIVILEGES\]open in new windowSynonym for “all privileges”Server administration
ALTERopen in new windowAlter_privTables
ALTER ROUTINEopen in new windowAlter_routine_privStored routines
CREATEopen in new windowCreate_privDatabases, tables, or indexes
CREATE ROLEopen in new windowCreate_role_privServer administration
CREATE ROUTINEopen in new windowCreate_routine_privStored routines
CREATE TABLESPACEopen in new windowCreate_tablespace_privServer administration
CREATE TEMPORARY TABLESopen in new windowCreate_tmp_table_privTables
CREATE USERopen in new windowCreate_user_privServer administration
CREATE VIEWopen in new windowCreate_view_privViews
DELETEopen in new windowDelete_privTables
DROPopen in new windowDrop_privDatabases, tables, or views
DROP ROLEopen in new windowDrop_role_privServer administration
EVENTopen in new windowEvent_privDatabases
EXECUTEopen in new windowExecute_privStored routines
FILEopen in new windowFile_privFile access on server host
GRANT OPTIONopen in new windowGrant_privDatabases, tables, or stored routines
INDEXopen in new windowIndex_privTables
INSERTopen in new windowInsert_privTables or columns
LOCK TABLESopen in new windowLock_tables_privDatabases
PROCESSopen in new windowProcess_privServer administration
PROXYopen in new windowSee proxies_priv tableServer administration
REFERENCESopen in new windowReferences_privDatabases or tables
RELOADopen in new windowReload_privServer administration
REPLICATION CLIENTopen in new windowRepl_client_privServer administration
REPLICATION SLAVEopen in new windowRepl_slave_privServer administration
SELECTopen in new windowSelect_privTables or columns
SHOW DATABASESopen in new windowShow_db_privServer administration
SHOW VIEWopen in new windowShow_view_privViews
SHUTDOWNopen in new windowShutdown_privServer administration
SUPERopen in new windowSuper_privServer administration
TRIGGERopen in new windowTrigger_privTables
UPDATEopen in new windowUpdate_privTables or columns
USAGEopen in new windowSynonym for “no privileges”Server administration

Permissible Dynamic Privileges for GRANT and REVOKE

PrivilegeContext
APPLICATION_PASSWORD_ADMINopen in new windowDual password administration
AUDIT_ABORT_EXEMPTopen in new windowAllow queries blocked by audit log filter
AUDIT_ADMINopen in new windowAudit log administration
AUTHENTICATION_POLICY_ADMINopen in new windowAuthentication administration
BACKUP_ADMINopen in new windowBackup administration
BINLOG_ADMINopen in new windowBackup and Replication administration
BINLOG_ENCRYPTION_ADMINopen in new windowBackup and Replication administration
CLONE_ADMINopen in new windowClone administration
CONNECTION_ADMINopen in new windowServer administration
ENCRYPTION_KEY_ADMINopen in new windowServer administration
FIREWALL_ADMINopen in new windowFirewall administration
FIREWALL_EXEMPTopen in new windowFirewall administration
FIREWALL_USERopen in new windowFirewall administration
FLUSH_OPTIMIZER_COSTSopen in new windowServer administration
FLUSH_STATUSopen in new windowServer administration
FLUSH_TABLESopen in new windowServer administration
FLUSH_USER_RESOURCESopen in new windowServer administration
GROUP_REPLICATION_ADMINopen in new windowReplication administration
GROUP_REPLICATION_STREAMopen in new windowReplication administration
INNODB_REDO_LOG_ARCHIVEopen in new windowRedo log archiving administration
INNODB_REDO_LOG_ENABLEopen in new windowEnable or disable redo logging. Level: Global.
NDB_STORED_USERopen in new windowNDB Cluster
PASSWORDLESS_USER_ADMINopen in new windowAuthentication administration
PERSIST_RO_VARIABLES_ADMINopen in new windowServer administration
REPLICATION_APPLIERopen in new windowPRIVILEGE_CHECKS_USER for a replication channel
REPLICATION_SLAVE_ADMINopen in new windowReplication administration
RESOURCE_GROUP_ADMINopen in new windowResource group administration
RESOURCE_GROUP_USERopen in new windowResource group administration
ROLE_ADMINopen in new windowServer administration
SENSITIVE_VARIABLES_OBSERVERopen in new windowServer administration
SESSION_VARIABLES_ADMINopen in new windowServer administration
SET_USER_IDopen in new windowServer administration
SHOW_ROUTINEopen in new windowServer administration
SKIP_QUERY_REWRITEopen in new windowServer administration
SYSTEM_USERopen in new windowServer administration
SYSTEM_VARIABLES_ADMINopen in new windowServer administration
TABLE_ENCRYPTION_ADMINopen in new windowServer administration
TP_CONNECTION_ADMINopen in new windowThread pool administration
VERSION_TOKEN_ADMINopen in new windowServer administration
XA_RECOVER_ADMINopen in new windowServer administration

Built-In Function and Operator Reference

NameDescriptionIntroducedDeprecated
&open in new windowBitwise AND
>open in new windowGreater than operator
>>open in new windowRight shift
>=open in new windowGreater than or equal operator
<open in new windowLess than operator
<>, !=open in new windowNot equal operator
<<open in new windowLeft shift
<=open in new windowLess than or equal operator
<=>open in new windowNULL-safe equal to operator
%, MODopen in new windowModulo operator
*open in new windowMultiplication operator
+open in new windowAddition operator
-open in new windowMinus operator
-open in new windowChange the sign of the argument
->open in new windowReturn value from JSON column after evaluating path; equivalent to JSON_EXTRACT().
->>open in new windowReturn value from JSON column after evaluating path and unquoting the result; equivalent to JSON_UNQUOTE(JSON_EXTRACT()).
/open in new windowDivision operator
:=open in new windowAssign a value
=open in new windowAssign a value (as part of a SETopen in new window statement, or as part of the SET clause in an UPDATEopen in new window statement)
=open in new windowEqual operator
^open in new windowBitwise XOR
ABS()open in new windowReturn the absolute value
ACOS()open in new windowReturn the arc cosine
ADDDATE()open in new windowAdd time values (intervals) to a date value
ADDTIME()open in new windowAdd time
AES_DECRYPT()open in new windowDecrypt using AES
AES_ENCRYPT()open in new windowEncrypt using AES
AND, &&open in new windowLogical AND
ANY_VALUE()open in new windowSuppress ONLY_FULL_GROUP_BY value rejection
ASCII()open in new windowReturn numeric value of left-most character
ASIN()open in new windowReturn the arc sine
ATAN()open in new windowReturn the arc tangent
ATAN2(), ATAN()open in new windowReturn the arc tangent of the two arguments
AVG()open in new windowReturn the average value of the argument
BENCHMARK()open in new windowRepeatedly execute an expression
BETWEEN ... AND ...open in new windowWhether a value is within a range of values
BIN()open in new windowReturn a string containing binary representation of a number
BIN_TO_UUID()open in new windowConvert binary UUID to string
BINARYopen in new windowCast a string to a binary string8.0.27
BIT_AND()open in new windowReturn bitwise AND
BIT_COUNT()open in new windowReturn the number of bits that are set
BIT_LENGTH()open in new windowReturn length of argument in bits
BIT_OR()open in new windowReturn bitwise OR
BIT_XOR()open in new windowReturn bitwise XOR
CAN_ACCESS_COLUMN()open in new windowInternal use only
CAN_ACCESS_DATABASE()open in new windowInternal use only
CAN_ACCESS_TABLE()open in new windowInternal use only
CAN_ACCESS_USER()open in new windowInternal use only8.0.22
CAN_ACCESS_VIEW()open in new windowInternal use only
CASEopen in new windowCase operator
CAST()open in new windowCast a value as a certain type
CEIL()open in new windowReturn the smallest integer value not less than the argument
CEILING()open in new windowReturn the smallest integer value not less than the argument
CHAR()open in new windowReturn the character for each integer passed
CHAR_LENGTH()open in new windowReturn number of characters in argument
CHARACTER_LENGTH()open in new windowSynonym for CHAR_LENGTH()
CHARSET()open in new windowReturn the character set of the argument
COALESCE()open in new windowReturn the first non-NULL argument
COERCIBILITY()open in new windowReturn the collation coercibility value of the string argument
COLLATION()open in new windowReturn the collation of the string argument
COMPRESS()open in new windowReturn result as a binary string
CONCAT()open in new windowReturn concatenated string
CONCAT_WS()open in new windowReturn concatenate with separator
CONNECTION_ID()open in new windowReturn the connection ID (thread ID) for the connection
CONV()open in new windowConvert numbers between different number bases
CONVERT()open in new windowCast a value as a certain type
CONVERT_TZ()open in new windowConvert from one time zone to another
COS()open in new windowReturn the cosine
COT()open in new windowReturn the cotangent
COUNT()open in new windowReturn a count of the number of rows returned
COUNT(DISTINCT)open in new windowReturn the count of a number of different values
CRC32()open in new windowCompute a cyclic redundancy check value
CUME_DIST()open in new windowCumulative distribution value
CURDATE()open in new windowReturn the current date
CURRENT_DATE(), CURRENT_DATEopen in new windowSynonyms for CURDATE()
CURRENT_ROLE()open in new windowReturn the current active roles
CURRENT_TIME(), CURRENT_TIMEopen in new windowSynonyms for CURTIME()
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMPopen in new windowSynonyms for NOW()
CURRENT_USER(), CURRENT_USERopen in new windowThe authenticated user name and host name
CURTIME()open in new windowReturn the current time
DATABASE()open in new windowReturn the default (current) database name
DATE()open in new windowExtract the date part of a date or datetime expression
DATE_ADD()open in new windowAdd time values (intervals) to a date value
DATE_FORMAT()open in new windowFormat date as specified
DATE_SUB()open in new windowSubtract a time value (interval) from a date
DATEDIFF()open in new windowSubtract two dates
DAY()open in new windowSynonym for DAYOFMONTH()
DAYNAME()open in new windowReturn the name of the weekday
DAYOFMONTH()open in new windowReturn the day of the month (0-31)
DAYOFWEEK()open in new windowReturn the weekday index of the argument
DAYOFYEAR()open in new windowReturn the day of the year (1-366)
DEFAULT()open in new windowReturn the default value for a table column
DEGREES()open in new windowConvert radians to degrees
DENSE_RANK()open in new windowRank of current row within its partition, without gaps
DIVopen in new windowInteger division
ELT()open in new windowReturn string at index number
EXP()open in new windowRaise to the power of
EXPORT_SET()open in new windowReturn a string such that for every bit set in the value bits, you get an on string and for every unset bit, you get an off string
EXTRACT()open in new windowExtract part of a date
ExtractValue()open in new windowExtract a value from an XML string using XPath notation
FIELD()open in new windowIndex (position) of first argument in subsequent arguments
FIND_IN_SET()open in new windowIndex (position) of first argument within second argument
FIRST_VALUE()open in new windowValue of argument from first row of window frame
FLOOR()open in new windowReturn the largest integer value not greater than the argument
FORMAT()open in new windowReturn a number formatted to specified number of decimal places
FORMAT_BYTES()open in new windowConvert byte count to value with units8.0.16
FORMAT_PICO_TIME()open in new windowConvert time in picoseconds to value with units8.0.16
FOUND_ROWS()open in new windowFor a SELECT with a LIMIT clause, the number of rows that would be returned were there no LIMIT clause
FROM_BASE64()open in new windowDecode base64 encoded string and return result
FROM_DAYS()open in new windowConvert a day number to a date
FROM_UNIXTIME()open in new windowFormat Unix timestamp as a date
GeomCollection()open in new windowConstruct geometry collection from geometries
GeometryCollection()open in new windowConstruct geometry collection from geometries
GET_DD_COLUMN_PRIVILEGES()open in new windowInternal use only
GET_DD_CREATE_OPTIONS()open in new windowInternal use only
GET_DD_INDEX_SUB_PART_LENGTH()open in new windowInternal use only
GET_FORMAT()open in new windowReturn a date format string
GET_LOCK()open in new windowGet a named lock
GREATEST()open in new windowReturn the largest argument
GROUP_CONCAT()open in new windowReturn a concatenated string
GROUPING()open in new windowDistinguish super-aggregate ROLLUP rows from regular rows
GTID_SUBSET()open in new windowReturn true if all GTIDs in subset are also in set; otherwise false.
GTID_SUBTRACT()open in new windowReturn all GTIDs in set that are not in subset.
HEX()open in new windowHexadecimal representation of decimal or string value
HOUR()open in new windowExtract the hour
ICU_VERSION()open in new windowICU library version
IF()open in new windowIf/else construct
IFNULL()open in new windowNull if/else construct
IN()open in new windowWhether a value is within a set of values
INET_ATON()open in new windowReturn the numeric value of an IP address
INET_NTOA()open in new windowReturn the IP address from a numeric value
INET6_ATON()open in new windowReturn the numeric value of an IPv6 address
INET6_NTOA()open in new windowReturn the IPv6 address from a numeric value
INSERT()open in new windowInsert substring at specified position up to specified number of characters
INSTR()open in new windowReturn the index of the first occurrence of substring
INTERNAL_AUTO_INCREMENT()open in new windowInternal use only
INTERNAL_AVG_ROW_LENGTH()open in new windowInternal use only
INTERNAL_CHECK_TIME()open in new windowInternal use only
INTERNAL_CHECKSUM()open in new windowInternal use only
INTERNAL_DATA_FREE()open in new windowInternal use only
INTERNAL_DATA_LENGTH()open in new windowInternal use only
INTERNAL_DD_CHAR_LENGTH()open in new windowInternal use only
INTERNAL_GET_COMMENT_OR_ERROR()open in new windowInternal use only
INTERNAL_GET_ENABLED_ROLE_JSON()open in new windowInternal use only8.0.19
INTERNAL_GET_HOSTNAME()open in new windowInternal use only8.0.19
INTERNAL_GET_USERNAME()open in new windowInternal use only8.0.19
INTERNAL_GET_VIEW_WARNING_OR_ERROR()open in new windowInternal use only
INTERNAL_INDEX_COLUMN_CARDINALITY()open in new windowInternal use only
INTERNAL_INDEX_LENGTH()open in new windowInternal use only
INTERNAL_IS_ENABLED_ROLE()open in new windowInternal use only8.0.19
INTERNAL_IS_MANDATORY_ROLE()open in new windowInternal use only8.0.19
INTERNAL_KEYS_DISABLED()open in new windowInternal use only
INTERNAL_MAX_DATA_LENGTH()open in new windowInternal use only
INTERNAL_TABLE_ROWS()open in new windowInternal use only
INTERNAL_UPDATE_TIME()open in new windowInternal use only
INTERVAL()open in new windowReturn the index of the argument that is less than the first argument
ISopen in new windowTest a value against a boolean
IS_FREE_LOCK()open in new windowWhether the named lock is free
IS_IPV4()open in new windowWhether argument is an IPv4 address
IS_IPV4_COMPAT()open in new windowWhether argument is an IPv4-compatible address
IS_IPV4_MAPPED()open in new windowWhether argument is an IPv4-mapped address
IS_IPV6()open in new windowWhether argument is an IPv6 address
IS NOTopen in new windowTest a value against a boolean
IS NOT NULLopen in new windowNOT NULL value test
IS NULLopen in new windowNULL value test
IS_USED_LOCK()open in new windowWhether the named lock is in use; return connection identifier if true
IS_UUID()open in new windowWhether argument is a valid UUID
ISNULL()open in new windowTest whether the argument is NULL
JSON_ARRAY()open in new windowCreate JSON array
JSON_ARRAY_APPEND()open in new windowAppend data to JSON document
JSON_ARRAY_INSERT()open in new windowInsert into JSON array
JSON_ARRAYAGG()open in new windowReturn result set as a single JSON array
JSON_CONTAINS()open in new windowWhether JSON document contains specific object at path
JSON_CONTAINS_PATH()open in new windowWhether JSON document contains any data at path
JSON_DEPTH()open in new windowMaximum depth of JSON document
JSON_EXTRACT()open in new windowReturn data from JSON document
JSON_INSERT()open in new windowInsert data into JSON document
JSON_KEYS()open in new windowArray of keys from JSON document
JSON_LENGTH()open in new windowNumber of elements in JSON document
JSON_MERGE()open in new windowMerge JSON documents, preserving duplicate keys. Deprecated synonym for JSON_MERGE_PRESERVE()Yes
JSON_MERGE_PATCH()open in new windowMerge JSON documents, replacing values of duplicate keys
JSON_MERGE_PRESERVE()open in new windowMerge JSON documents, preserving duplicate keys
JSON_OBJECT()open in new windowCreate JSON object
JSON_OBJECTAGG()open in new windowReturn result set as a single JSON object
JSON_OVERLAPS()open in new windowCompares two JSON documents, returns TRUE (1) if these have any key-value pairs or array elements in common, otherwise FALSE (0)8.0.17
JSON_PRETTY()open in new windowPrint a JSON document in human-readable format
JSON_QUOTE()open in new windowQuote JSON document
JSON_REMOVE()open in new windowRemove data from JSON document
JSON_REPLACE()open in new windowReplace values in JSON document
JSON_SCHEMA_VALID()open in new windowValidate JSON document against JSON schema; returns TRUE/1 if document validates against schema, or FALSE/0 if it does not8.0.17
JSON_SCHEMA_VALIDATION_REPORT()open in new windowValidate JSON document against JSON schema; returns report in JSON format on outcome on validation including success or failure and reasons for failure8.0.17
JSON_SEARCH()open in new windowPath to value within JSON document
JSON_SET()open in new windowInsert data into JSON document
JSON_STORAGE_FREE()open in new windowFreed space within binary representation of JSON column value following partial update
JSON_STORAGE_SIZE()open in new windowSpace used for storage of binary representation of a JSON document
JSON_TABLE()open in new windowReturn data from a JSON expression as a relational table
JSON_TYPE()open in new windowType of JSON value
JSON_UNQUOTE()open in new windowUnquote JSON value
JSON_VALID()open in new windowWhether JSON value is valid
JSON_VALUE()open in new windowExtract value from JSON document at location pointed to by path provided; return this value as VARCHAR(512) or specified type8.0.21
LAG()open in new windowValue of argument from row lagging current row within partition
LAST_DAYopen in new windowReturn the last day of the month for the argument
LAST_INSERT_ID()open in new windowValue of the AUTOINCREMENT column for the last INSERT
LAST_VALUE()open in new windowValue of argument from last row of window frame
LCASE()open in new windowSynonym for LOWER()
LEAD()open in new windowValue of argument from row leading current row within partition
LEAST()open in new windowReturn the smallest argument
LEFT()open in new windowReturn the leftmost number of characters as specified
LENGTH()open in new windowReturn the length of a string in bytes
LIKEopen in new windowSimple pattern matching
LineString()open in new windowConstruct LineString from Point values
LN()open in new windowReturn the natural logarithm of the argument
LOAD_FILE()open in new windowLoad the named file
LOCALTIME(), LOCALTIMEopen in new windowSynonym for NOW()
LOCALTIMESTAMP, LOCALTIMESTAMP()open in new windowSynonym for NOW()
LOCATE()open in new windowReturn the position of the first occurrence of substring
LOG()open in new windowReturn the natural logarithm of the first argument
LOG10()open in new windowReturn the base-10 logarithm of the argument
LOG2()open in new windowReturn the base-2 logarithm of the argument
LOWER()open in new windowReturn the argument in lowercase
LPAD()open in new windowReturn the string argument, left-padded with the specified string
LTRIM()open in new windowRemove leading spaces
MAKE_SET()open in new windowReturn a set of comma-separated strings that have the corresponding bit in bits set
MAKEDATE()open in new windowCreate a date from the year and day of year
MAKETIME()open in new windowCreate time from hour, minute, second
MASTER_POS_WAIT()open in new windowBlock until the replica has read and applied all updates up to the specified position8.0.26
MATCH()open in new windowPerform full-text search
MAX()open in new windowReturn the maximum value
MBRContains()open in new windowWhether MBR of one geometry contains MBR of another
MBRCoveredBy()open in new windowWhether one MBR is covered by another
MBRCovers()open in new windowWhether one MBR covers another
MBRDisjoint()open in new windowWhether MBRs of two geometries are disjoint
MBREquals()open in new windowWhether MBRs of two geometries are equal
MBRIntersects()open in new windowWhether MBRs of two geometries intersect
MBROverlaps()open in new windowWhether MBRs of two geometries overlap
MBRTouches()open in new windowWhether MBRs of two geometries touch
MBRWithin()open in new windowWhether MBR of one geometry is within MBR of another
MD5()open in new windowCalculate MD5 checksum
MEMBER OF()open in new windowReturns true (1) if first operand matches any element of JSON array passed as second operand, otherwise returns false (0)8.0.17
MICROSECOND()open in new windowReturn the microseconds from argument
MID()open in new windowReturn a substring starting from the specified position
MIN()open in new windowReturn the minimum value
MINUTE()open in new windowReturn the minute from the argument
MOD()open in new windowReturn the remainder
MONTH()open in new windowReturn the month from the date passed
MONTHNAME()open in new windowReturn the name of the month
MultiLineString()open in new windowContruct MultiLineString from LineString values
MultiPoint()open in new windowConstruct MultiPoint from Point values
MultiPolygon()open in new windowConstruct MultiPolygon from Polygon values
NAME_CONST()open in new windowCause the column to have the given name
NOT, !open in new windowNegates value
NOT BETWEEN ... AND ...open in new windowWhether a value is not within a range of values
NOT IN()open in new windowWhether a value is not within a set of values
NOT LIKEopen in new windowNegation of simple pattern matching
NOT REGEXPopen in new windowNegation of REGEXP
NOW()open in new windowReturn the current date and time
NTH_VALUE()open in new windowValue of argument from N-th row of window frame
NTILE()open in new windowBucket number of current row within its partition.
NULLIF()open in new windowReturn NULL if expr1 = expr2
OCT()open in new windowReturn a string containing octal representation of a number
OCTET_LENGTH()open in new windowSynonym for LENGTH()
OR, ||open in new windowLogical OR
ORD()open in new windowReturn character code for leftmost character of the argument
PERCENT_RANK()open in new windowPercentage rank value
PERIOD_ADD()open in new windowAdd a period to a year-month
PERIOD_DIFF()open in new windowReturn the number of months between periods
PI()open in new windowReturn the value of pi
Point()open in new windowConstruct Point from coordinates
Polygon()open in new windowConstruct Polygon from LineString arguments
POSITION()open in new windowSynonym for LOCATE()
POW()open in new windowReturn the argument raised to the specified power
POWER()open in new windowReturn the argument raised to the specified power
PS_CURRENT_THREAD_ID()open in new windowPerformance Schema thread ID for current thread8.0.16
PS_THREAD_ID()open in new windowPerformance Schema thread ID for given thread8.0.16
QUARTER()open in new windowReturn the quarter from a date argument
QUOTE()open in new windowEscape the argument for use in an SQL statement
RADIANS()open in new windowReturn argument converted to radians
RAND()open in new windowReturn a random floating-point value
RANDOM_BYTES()open in new windowReturn a random byte vector
RANK()open in new windowRank of current row within its partition, with gaps
REGEXPopen in new windowWhether string matches regular expression
REGEXP_INSTR()open in new windowStarting index of substring matching regular expression
REGEXP_LIKE()open in new windowWhether string matches regular expression
REGEXP_REPLACE()open in new windowReplace substrings matching regular expression
REGEXP_SUBSTR()open in new windowReturn substring matching regular expression
RELEASE_ALL_LOCKS()open in new windowRelease all current named locks
RELEASE_LOCK()open in new windowRelease the named lock
REPEAT()open in new windowRepeat a string the specified number of times
REPLACE()open in new windowReplace occurrences of a specified string
REVERSE()open in new windowReverse the characters in a string
RIGHT()open in new windowReturn the specified rightmost number of characters
RLIKEopen in new windowWhether string matches regular expression
ROLES_GRAPHML()open in new windowReturn a GraphML document representing memory role subgraphs
ROUND()open in new windowRound the argument
ROW_COUNT()open in new windowThe number of rows updated
ROW_NUMBER()open in new windowNumber of current row within its partition
RPAD()open in new windowAppend string the specified number of times
RTRIM()open in new windowRemove trailing spaces
SCHEMA()open in new windowSynonym for DATABASE()
SEC_TO_TIME()open in new windowConverts seconds to 'hh:mm:ss' format
SECOND()open in new windowReturn the second (0-59)
SESSION_USER()open in new windowSynonym for USER()
SHA1(), SHA()open in new windowCalculate an SHA-1 160-bit checksum
SHA2()open in new windowCalculate an SHA-2 checksum
SIGN()open in new windowReturn the sign of the argument
SIN()open in new windowReturn the sine of the argument
SLEEP()open in new windowSleep for a number of seconds
SOUNDEX()open in new windowReturn a soundex string
SOUNDS LIKEopen in new windowCompare sounds
SOURCE_POS_WAIT()open in new windowBlock until the replica has read and applied all updates up to the specified position8.0.26
SPACE()open in new windowReturn a string of the specified number of spaces
SQRT()open in new windowReturn the square root of the argument
ST_Area()open in new windowReturn Polygon or MultiPolygon area
ST_AsBinary(), ST_AsWKB()open in new windowConvert from internal geometry format to WKB
ST_AsGeoJSON()open in new windowGenerate GeoJSON object from geometry
ST_AsText(), ST_AsWKT()open in new windowConvert from internal geometry format to WKT
ST_Buffer()open in new windowReturn geometry of points within given distance from geometry
ST_Buffer_Strategy()open in new windowProduce strategy option for ST_Buffer()
ST_Centroid()open in new windowReturn centroid as a point
ST_Collect()open in new windowAggregate spatial values into collection8.0.24
ST_Contains()open in new windowWhether one geometry contains another
ST_ConvexHull()open in new windowReturn convex hull of geometry
ST_Crosses()open in new windowWhether one geometry crosses another
ST_Difference()open in new windowReturn point set difference of two geometries
ST_Dimension()open in new windowDimension of geometry
ST_Disjoint()open in new windowWhether one geometry is disjoint from another
ST_Distance()open in new windowThe distance of one geometry from another
ST_Distance_Sphere()open in new windowMinimum distance on earth between two geometries
ST_EndPoint()open in new windowEnd Point of LineString
ST_Envelope()open in new windowReturn MBR of geometry
ST_Equals()open in new windowWhether one geometry is equal to another
ST_ExteriorRing()open in new windowReturn exterior ring of Polygon
ST_FrechetDistance()open in new windowThe discrete Fréchet distance of one geometry from another8.0.23
ST_GeoHash()open in new windowProduce a geohash value
ST_GeomCollFromText(), ST_GeometryCollectionFromText(), ST_GeomCollFromTxt()open in new windowReturn geometry collection from WKT
ST_GeomCollFromWKB(), ST_GeometryCollectionFromWKB()open in new windowReturn geometry collection from WKB
ST_GeometryN()open in new windowReturn N-th geometry from geometry collection
ST_GeometryType()open in new windowReturn name of geometry type
ST_GeomFromGeoJSON()open in new windowGenerate geometry from GeoJSON object
ST_GeomFromText(), ST_GeometryFromText()open in new windowReturn geometry from WKT
ST_GeomFromWKB(), ST_GeometryFromWKB()open in new windowReturn geometry from WKB
ST_HausdorffDistance()open in new windowThe discrete Hausdorff distance of one geometry from another8.0.23
ST_InteriorRingN()open in new windowReturn N-th interior ring of Polygon
ST_Intersection()open in new windowReturn point set intersection of two geometries
ST_Intersects()open in new windowWhether one geometry intersects another
ST_IsClosed()open in new windowWhether a geometry is closed and simple
ST_IsEmpty()open in new windowWhether a geometry is empty
ST_IsSimple()open in new windowWhether a geometry is simple
ST_IsValid()open in new windowWhether a geometry is valid
ST_LatFromGeoHash()open in new windowReturn latitude from geohash value
ST_Latitude()open in new windowReturn latitude of Point8.0.12
ST_Length()open in new windowReturn length of LineString
ST_LineFromText(), ST_LineStringFromText()open in new windowConstruct LineString from WKT
ST_LineFromWKB(), ST_LineStringFromWKB()open in new windowConstruct LineString from WKB
ST_LineInterpolatePoint()open in new windowThe point a given percentage along a LineString8.0.24
ST_LineInterpolatePoints()open in new windowThe points a given percentage along a LineString8.0.24
ST_LongFromGeoHash()open in new windowReturn longitude from geohash value
ST_Longitude()open in new windowReturn longitude of Point8.0.12
ST_MakeEnvelope()open in new windowRectangle around two points
ST_MLineFromText(), ST_MultiLineStringFromText()open in new windowConstruct MultiLineString from WKT
ST_MLineFromWKB(), ST_MultiLineStringFromWKB()open in new windowConstruct MultiLineString from WKB
ST_MPointFromText(), ST_MultiPointFromText()open in new windowConstruct MultiPoint from WKT
ST_MPointFromWKB(), ST_MultiPointFromWKB()open in new windowConstruct MultiPoint from WKB
ST_MPolyFromText(), ST_MultiPolygonFromText()open in new windowConstruct MultiPolygon from WKT
ST_MPolyFromWKB(), ST_MultiPolygonFromWKB()open in new windowConstruct MultiPolygon from WKB
ST_NumGeometries()open in new windowReturn number of geometries in geometry collection
ST_NumInteriorRing(), ST_NumInteriorRings()open in new windowReturn number of interior rings in Polygon
ST_NumPoints()open in new windowReturn number of points in LineString
ST_Overlaps()open in new windowWhether one geometry overlaps another
ST_PointAtDistance()open in new windowThe point a given distance along a LineString8.0.24
ST_PointFromGeoHash()open in new windowConvert geohash value to POINT value
ST_PointFromText()open in new windowConstruct Point from WKT
ST_PointFromWKB()open in new windowConstruct Point from WKB
ST_PointN()open in new windowReturn N-th point from LineString
ST_PolyFromText(), ST_PolygonFromText()open in new windowConstruct Polygon from WKT
ST_PolyFromWKB(), ST_PolygonFromWKB()open in new windowConstruct Polygon from WKB
ST_Simplify()open in new windowReturn simplified geometry
ST_SRID()open in new windowReturn spatial reference system ID for geometry
ST_StartPoint()open in new windowStart Point of LineString
ST_SwapXY()open in new windowReturn argument with X/Y coordinates swapped
ST_SymDifference()open in new windowReturn point set symmetric difference of two geometries
ST_Touches()open in new windowWhether one geometry touches another
ST_Transform()open in new windowTransform coordinates of geometry8.0.13
ST_Union()open in new windowReturn point set union of two geometries
ST_Validate()open in new windowReturn validated geometry
ST_Within()open in new windowWhether one geometry is within another
ST_X()open in new windowReturn X coordinate of Point
ST_Y()open in new windowReturn Y coordinate of Point
STATEMENT_DIGEST()open in new windowCompute statement digest hash value
STATEMENT_DIGEST_TEXT()open in new windowCompute normalized statement digest
STD()open in new windowReturn the population standard deviation
STDDEV()open in new windowReturn the population standard deviation
STDDEV_POP()open in new windowReturn the population standard deviation
STDDEV_SAMP()open in new windowReturn the sample standard deviation
STR_TO_DATE()open in new windowConvert a string to a date
STRCMP()open in new windowCompare two strings
SUBDATE()open in new windowSynonym for DATE_SUB() when invoked with three arguments
SUBSTR()open in new windowReturn the substring as specified
SUBSTRING()open in new windowReturn the substring as specified
SUBSTRING_INDEX()open in new windowReturn a substring from a string before the specified number of occurrences of the delimiter
SUBTIME()open in new windowSubtract times
SUM()open in new windowReturn the sum
SYSDATE()open in new windowReturn the time at which the function executes
SYSTEM_USER()open in new windowSynonym for USER()
TAN()open in new windowReturn the tangent of the argument
TIME()open in new windowExtract the time portion of the expression passed
TIME_FORMAT()open in new windowFormat as time
TIME_TO_SEC()open in new windowReturn the argument converted to seconds
TIMEDIFF()open in new windowSubtract time
TIMESTAMP()open in new windowWith a single argument, this function returns the date or datetime expression; with two arguments, the sum of the arguments
TIMESTAMPADD()open in new windowAdd an interval to a datetime expression
TIMESTAMPDIFF()open in new windowReturn the difference of two datetime expressions, using the units specified
TO_BASE64()open in new windowReturn the argument converted to a base-64 string
TO_DAYS()open in new windowReturn the date argument converted to days
TO_SECONDS()open in new windowReturn the date or datetime argument converted to seconds since Year 0
TRIM()open in new windowRemove leading and trailing spaces
TRUNCATE()open in new windowTruncate to specified number of decimal places
UCASE()open in new windowSynonym for UPPER()
UNCOMPRESS()open in new windowUncompress a string compressed
UNCOMPRESSED_LENGTH()open in new windowReturn the length of a string before compression
UNHEX()open in new windowReturn a string containing hex representation of a number
UNIX_TIMESTAMP()open in new windowReturn a Unix timestamp
UpdateXML()open in new windowReturn replaced XML fragment
UPPER()open in new windowConvert to uppercase
USER()open in new windowThe user name and host name provided by the client
UTC_DATE()open in new windowReturn the current UTC date
UTC_TIME()open in new windowReturn the current UTC time
UTC_TIMESTAMP()open in new windowReturn the current UTC date and time
UUID()open in new windowReturn a Universal Unique Identifier (UUID)
UUID_SHORT()open in new windowReturn an integer-valued universal identifier
UUID_TO_BIN()open in new windowConvert string UUID to binary
VALIDATE_PASSWORD_STRENGTH()open in new windowDetermine strength of password
VALUES()open in new windowDefine the values to be used during an INSERT
VAR_POP()open in new windowReturn the population standard variance
VAR_SAMP()open in new windowReturn the sample variance
VARIANCE()open in new windowReturn the population standard variance
VERSION()open in new windowReturn a string that indicates the MySQL server version
WAIT_FOR_EXECUTED_GTID_SET()open in new windowWait until the given GTIDs have executed on the replica.
WAIT_UNTIL_SQL_THREAD_AFTER_GTIDS()open in new windowUse WAIT_FOR_EXECUTED_GTID_SET().8.0.18
WEEK()open in new windowReturn the week number
WEEKDAY()open in new windowReturn the weekday index
WEEKOFYEAR()open in new windowReturn the calendar week of the date (1-53)
WEIGHT_STRING()open in new windowReturn the weight string for a string
XORopen in new windowLogical XOR
YEAR()open in new windowReturn the year
YEARWEEK()open in new windowReturn the year and week
|open in new windowBitwise OR
~open in new windowBitwise inversion

Operators

NameDescriptionIntroducedDeprecated
&open in new windowBitwise AND
>open in new windowGreater than operator
>>open in new windowRight shift
>=open in new windowGreater than or equal operator
<open in new windowLess than operator
<>, !=open in new windowNot equal operator
<<open in new windowLeft shift
<=open in new windowLess than or equal operator
<=>open in new windowNULL-safe equal to operator
%, MODopen in new windowModulo operator
*open in new windowMultiplication operator
+open in new windowAddition operator
-open in new windowMinus operator
-open in new windowChange the sign of the argument
->open in new windowReturn value from JSON column after evaluating path; equivalent to JSON_EXTRACT().
->>open in new windowReturn value from JSON column after evaluating path and unquoting the result; equivalent to JSON_UNQUOTE(JSON_EXTRACT()).
/open in new windowDivision operator
:=open in new windowAssign a value
=open in new windowAssign a value (as part of a SETopen in new window statement, or as part of the SET clause in an UPDATEopen in new window statement)
=open in new windowEqual operator
^open in new windowBitwise XOR
AND, &&open in new windowLogical AND
BETWEEN ... AND ...open in new windowWhether a value is within a range of values
BINARYopen in new windowCast a string to a binary string8.0.27
CASEopen in new windowCase operator
DIVopen in new windowInteger division
IN()open in new windowWhether a value is within a set of values
ISopen in new windowTest a value against a boolean
IS NOTopen in new windowTest a value against a boolean
IS NOT NULLopen in new windowNOT NULL value test
IS NULLopen in new windowNULL value test
LIKEopen in new windowSimple pattern matching
MEMBER OF()open in new windowReturns true (1) if first operand matches any element of JSON array passed as second operand, otherwise returns false (0)8.0.17
NOT, !open in new windowNegates value
NOT BETWEEN ... AND ...open in new windowWhether a value is not within a range of values
NOT IN()open in new windowWhether a value is not within a set of values
NOT LIKEopen in new windowNegation of simple pattern matching
NOT REGEXPopen in new windowNegation of REGEXP
OR, ||open in new windowLogical OR
REGEXPopen in new windowWhether string matches regular expression
RLIKEopen in new windowWhether string matches regular expression
SOUNDS LIKEopen in new windowCompare sounds
XORopen in new windowLogical XOR
|open in new windowBitwise OR
~open in new windowBitwise inversion

Comparison Functions and Operators

NameDescription
>open in new windowGreater than operator
>=open in new windowGreater than or equal operator
<open in new windowLess than operator
<>, !=open in new windowNot equal operator
<=open in new windowLess than or equal operator
<=>open in new windowNULL-safe equal to operator
=open in new windowEqual operator
BETWEEN ... AND ...open in new windowWhether a value is within a range of values
COALESCE()open in new windowReturn the first non-NULL argument
GREATEST()open in new windowReturn the largest argument
IN()open in new windowWhether a value is within a set of values
INTERVAL()open in new windowReturn the index of the argument that is less than the first argument
ISopen in new windowTest a value against a boolean
IS NOTopen in new windowTest a value against a boolean
IS NOT NULLopen in new windowNOT NULL value test
IS NULLopen in new windowNULL value test
ISNULL()open in new windowTest whether the argument is NULL
LEAST()open in new windowReturn the smallest argument
LIKEopen in new windowSimple pattern matching
NOT BETWEEN ... AND ...open in new windowWhether a value is not within a range of values
NOT IN()open in new windowWhether a value is not within a set of values
NOT LIKEopen in new windowNegation of simple pattern matching
STRCMP()open in new windowCompare two strings

Numeric Functions and Operators

NameDescription
%, MODopen in new windowModulo operator
*open in new windowMultiplication operator
+open in new windowAddition operator
-open in new windowMinus operator
-open in new windowChange the sign of the argument
/open in new windowDivision operator
ABS()open in new windowReturn the absolute value
ACOS()open in new windowReturn the arc cosine
ASIN()open in new windowReturn the arc sine
ATAN()open in new windowReturn the arc tangent
ATAN2(), ATAN()open in new windowReturn the arc tangent of the two arguments
CEIL()open in new windowReturn the smallest integer value not less than the argument
CEILING()open in new windowReturn the smallest integer value not less than the argument
CONV()open in new windowConvert numbers between different number bases
COS()open in new windowReturn the cosine
COT()open in new windowReturn the cotangent
CRC32()open in new windowCompute a cyclic redundancy check value
DEGREES()open in new windowConvert radians to degrees
DIVopen in new windowInteger division
EXP()open in new windowRaise to the power of
FLOOR()open in new windowReturn the largest integer value not greater than the argument
LN()open in new windowReturn the natural logarithm of the argument
LOG()open in new windowReturn the natural logarithm of the first argument
LOG10()open in new windowReturn the base-10 logarithm of the argument
LOG2()open in new windowReturn the base-2 logarithm of the argument
MOD()open in new windowReturn the remainder
PI()open in new windowReturn the value of pi
POW()open in new windowReturn the argument raised to the specified power
POWER()open in new windowReturn the argument raised to the specified power
RADIANS()open in new windowReturn argument converted to radians
RAND()open in new windowReturn a random floating-point value
ROUND()open in new windowRound the argument
SIGN()open in new windowReturn the sign of the argument
SIN()open in new windowReturn the sine of the argument
SQRT()open in new windowReturn the square root of the argument
TAN()open in new windowReturn the tangent of the argument
TRUNCATE()open in new windowTruncate to specified number of decimal places

Date and Time Functions

NameDescription
ADDDATE()open in new windowAdd time values (intervals) to a date value
ADDTIME()open in new windowAdd time
CONVERT_TZ()open in new windowConvert from one time zone to another
CURDATE()open in new windowReturn the current date
CURRENT_DATE(), CURRENT_DATEopen in new windowSynonyms for CURDATE()
CURRENT_TIME(), CURRENT_TIMEopen in new windowSynonyms for CURTIME()
CURRENT_TIMESTAMP(), CURRENT_TIMESTAMPopen in new windowSynonyms for NOW()
CURTIME()open in new windowReturn the current time
DATE()open in new windowExtract the date part of a date or datetime expression
DATE_ADD()open in new windowAdd time values (intervals) to a date value
DATE_FORMAT()open in new windowFormat date as specified
DATE_SUB()open in new windowSubtract a time value (interval) from a date
DATEDIFF()open in new windowSubtract two dates
DAY()open in new windowSynonym for DAYOFMONTH()
DAYNAME()open in new windowReturn the name of the weekday
DAYOFMONTH()open in new windowReturn the day of the month (0-31)
DAYOFWEEK()open in new windowReturn the weekday index of the argument
DAYOFYEAR()open in new windowReturn the day of the year (1-366)
EXTRACT()open in new windowExtract part of a date
FROM_DAYS()open in new windowConvert a day number to a date
FROM_UNIXTIME()open in new windowFormat Unix timestamp as a date
GET_FORMAT()open in new windowReturn a date format string
HOUR()open in new windowExtract the hour
LAST_DAYopen in new windowReturn the last day of the month for the argument
LOCALTIME(), LOCALTIMEopen in new windowSynonym for NOW()
LOCALTIMESTAMP, LOCALTIMESTAMP()open in new windowSynonym for NOW()
MAKEDATE()open in new windowCreate a date from the year and day of year
MAKETIME()open in new windowCreate time from hour, minute, second
MICROSECOND()open in new windowReturn the microseconds from argument
MINUTE()open in new windowReturn the minute from the argument
MONTH()open in new windowReturn the month from the date passed
MONTHNAME()open in new windowReturn the name of the month
NOW()open in new windowReturn the current date and time
PERIOD_ADD()open in new windowAdd a period to a year-month
PERIOD_DIFF()open in new windowReturn the number of months between periods
QUARTER()open in new windowReturn the quarter from a date argument
SEC_TO_TIME()open in new windowConverts seconds to 'hh:mm:ss' format
SECOND()open in new windowReturn the second (0-59)
STR_TO_DATE()open in new windowConvert a string to a date
SUBDATE()open in new windowSynonym for DATE_SUB() when invoked with three arguments
SUBTIME()open in new windowSubtract times
SYSDATE()open in new windowReturn the time at which the function executes
TIME()open in new windowExtract the time portion of the expression passed
TIME_FORMAT()open in new windowFormat as time
TIME_TO_SEC()open in new windowReturn the argument converted to seconds
TIMEDIFF()open in new windowSubtract time
TIMESTAMP()open in new windowWith a single argument, this function returns the date or datetime expression; with two arguments, the sum of the arguments
TIMESTAMPADD()open in new windowAdd an interval to a datetime expression
TIMESTAMPDIFF()open in new windowReturn the difference of two datetime expressions, using the units specified
TO_DAYS()open in new windowReturn the date argument converted to days
TO_SECONDS()open in new windowReturn the date or datetime argument converted to seconds since Year 0
UNIX_TIMESTAMP()open in new windowReturn a Unix timestamp
UTC_DATE()open in new windowReturn the current UTC date
UTC_TIME()open in new windowReturn the current UTC time
UTC_TIMESTAMP()open in new windowReturn the current UTC date and time
WEEK()open in new windowReturn the week number
WEEKDAY()open in new windowReturn the weekday index
WEEKOFYEAR()open in new windowReturn the calendar week of the date (1-53)
YEAR()open in new windowReturn the year
YEARWEEK()open in new windowReturn the year and week

String Functions and Operators

NameDescription
ASCII()open in new windowReturn numeric value of left-most character
BIN()open in new windowReturn a string containing binary representation of a number
BIT_LENGTH()open in new windowReturn length of argument in bits
CHAR()open in new windowReturn the character for each integer passed
CHAR_LENGTH()open in new windowReturn number of characters in argument
CHARACTER_LENGTH()open in new windowSynonym for CHAR_LENGTH()
CONCAT()open in new windowReturn concatenated string
CONCAT_WS()open in new windowReturn concatenate with separator
ELT()open in new windowReturn string at index number
EXPORT_SET()open in new windowReturn a string such that for every bit set in the value bits, you get an on string and for every unset bit, you get an off string
FIELD()open in new windowIndex (position) of first argument in subsequent arguments
FIND_IN_SET()open in new windowIndex (position) of first argument within second argument
FORMAT()open in new windowReturn a number formatted to specified number of decimal places
FROM_BASE64()open in new windowDecode base64 encoded string and return result
HEX()open in new windowHexadecimal representation of decimal or string value
INSERT()open in new windowInsert substring at specified position up to specified number of characters
INSTR()open in new windowReturn the index of the first occurrence of substring
LCASE()open in new windowSynonym for LOWER()
LEFT()open in new windowReturn the leftmost number of characters as specified
LENGTH()open in new windowReturn the length of a string in bytes
LIKEopen in new windowSimple pattern matching
LOAD_FILE()open in new windowLoad the named file
LOCATE()open in new windowReturn the position of the first occurrence of substring
LOWER()open in new windowReturn the argument in lowercase
LPAD()open in new windowReturn the string argument, left-padded with the specified string
LTRIM()open in new windowRemove leading spaces
MAKE_SET()open in new windowReturn a set of comma-separated strings that have the corresponding bit in bits set
MATCH()open in new windowPerform full-text search
MID()open in new windowReturn a substring starting from the specified position
NOT LIKEopen in new windowNegation of simple pattern matching
NOT REGEXPopen in new windowNegation of REGEXP
OCT()open in new windowReturn a string containing octal representation of a number
OCTET_LENGTH()open in new windowSynonym for LENGTH()
ORD()open in new windowReturn character code for leftmost character of the argument
POSITION()open in new windowSynonym for LOCATE()
QUOTE()open in new windowEscape the argument for use in an SQL statement
REGEXPopen in new windowWhether string matches regular expression
REGEXP_INSTR()open in new windowStarting index of substring matching regular expression
REGEXP_LIKE()open in new windowWhether string matches regular expression
REGEXP_REPLACE()open in new windowReplace substrings matching regular expression
REGEXP_SUBSTR()open in new windowReturn substring matching regular expression
REPEAT()open in new windowRepeat a string the specified number of times
REPLACE()open in new windowReplace occurrences of a specified string
REVERSE()open in new windowReverse the characters in a string
RIGHT()open in new windowReturn the specified rightmost number of characters
RLIKEopen in new windowWhether string matches regular expression
RPAD()open in new windowAppend string the specified number of times
RTRIM()open in new windowRemove trailing spaces
SOUNDEX()open in new windowReturn a soundex string
SOUNDS LIKEopen in new windowCompare sounds
SPACE()open in new windowReturn a string of the specified number of spaces
STRCMP()open in new windowCompare two strings
SUBSTR()open in new windowReturn the substring as specified
SUBSTRING()open in new windowReturn the substring as specified
SUBSTRING_INDEX()open in new windowReturn a substring from a string before the specified number of occurrences of the delimiter
TO_BASE64()open in new windowReturn the argument converted to a base-64 string
TRIM()open in new windowRemove leading and trailing spaces
UCASE()open in new windowSynonym for UPPER()
UNHEX()open in new windowReturn a string containing hex representation of a number
UPPER()open in new windowConvert to uppercase
WEIGHT_STRING()open in new windowReturn the weight string for a string

Information Functions

NameDescription
BENCHMARK()open in new windowRepeatedly execute an expression
CHARSET()open in new windowReturn the character set of the argument
COERCIBILITY()open in new windowReturn the collation coercibility value of the string argument
COLLATION()open in new windowReturn the collation of the string argument
CONNECTION_ID()open in new windowReturn the connection ID (thread ID) for the connection
CURRENT_ROLE()open in new windowReturn the current active roles
CURRENT_USER(), CURRENT_USERopen in new windowThe authenticated user name and host name
DATABASE()open in new windowReturn the default (current) database name
FOUND_ROWS()open in new windowFor a SELECT with a LIMIT clause, the number of rows that would be returned were there no LIMIT clause
ICU_VERSION()open in new windowICU library version
LAST_INSERT_ID()open in new windowValue of the AUTOINCREMENT column for the last INSERT
ROLES_GRAPHML()open in new windowReturn a GraphML document representing memory role subgraphs
ROW_COUNT()open in new windowThe number of rows updated
SCHEMA()open in new windowSynonym for DATABASE()
SESSION_USER()open in new windowSynonym for USER()
SYSTEM_USER()open in new windowSynonym for USER()
USER()open in new windowThe user name and host name provided by the client
VERSION()open in new windowReturn a string that indicates the MySQL server version

Aggregate Functions

NameDescription
AVG()open in new windowReturn the average value of the argument
BIT_AND()open in new windowReturn bitwise AND
BIT_OR()open in new windowReturn bitwise OR
BIT_XOR()open in new windowReturn bitwise XOR
COUNT()open in new windowReturn a count of the number of rows returned
COUNT(DISTINCT)open in new windowReturn the count of a number of different values
GROUP_CONCAT()open in new windowReturn a concatenated string
JSON_ARRAYAGG()open in new windowReturn result set as a single JSON array
JSON_OBJECTAGG()open in new windowReturn result set as a single JSON object
MAX()open in new windowReturn the maximum value
MIN()open in new windowReturn the minimum value
STD()open in new windowReturn the population standard deviation
STDDEV()open in new windowReturn the population standard deviation
STDDEV_POP()open in new windowReturn the population standard deviation
STDDEV_SAMP()open in new windowReturn the sample standard deviation
SUM()open in new windowReturn the sum
VAR_POP()open in new windowReturn the population standard variance
VAR_SAMP()open in new windowReturn the sample variance
VARIANCE()open in new windowReturn the population standard variance

Window Functions

NameDescription
CUME_DIST()open in new windowCumulative distribution value
DENSE_RANK()open in new windowRank of current row within its partition, without gaps
FIRST_VALUE()open in new windowValue of argument from first row of window frame
LAG()open in new windowValue of argument from row lagging current row within partition
LAST_VALUE()open in new windowValue of argument from last row of window frame
LEAD()open in new windowValue of argument from row leading current row within partition
NTH_VALUE()open in new windowValue of argument from N-th row of window frame
NTILE()open in new windowBucket number of current row within its partition.
PERCENT_RANK()open in new windowPercentage rank value
RANK()open in new windowRank of current row within its partition, with gaps
ROW_NUMBER()open in new windowNumber of current row within its partition

Miscellaneous Functions

NameDescriptionIntroducedDeprecated
ANY_VALUE()open in new windowSuppress ONLY_FULL_GROUP_BY value rejection
BIN_TO_UUID()open in new windowConvert binary UUID to string
DEFAULT()open in new windowReturn the default value for a table column
GROUPING()open in new windowDistinguish super-aggregate ROLLUP rows from regular rows
INET_ATON()open in new windowReturn the numeric value of an IP address
INET_NTOA()open in new windowReturn the IP address from a numeric value
INET6_ATON()open in new windowReturn the numeric value of an IPv6 address
INET6_NTOA()open in new windowReturn the IPv6 address from a numeric value
IS_IPV4()open in new windowWhether argument is an IPv4 address
IS_IPV4_COMPAT()open in new windowWhether argument is an IPv4-compatible address
IS_IPV4_MAPPED()open in new windowWhether argument is an IPv4-mapped address
IS_IPV6()open in new windowWhether argument is an IPv6 address
IS_UUID()open in new windowWhether argument is a valid UUID
MASTER_POS_WAIT()open in new windowBlock until the replica has read and applied all updates up to the specified position8.0.26
NAME_CONST()open in new windowCause the column to have the given name
SLEEP()open in new windowSleep for a number of seconds
SOURCE_POS_WAIT()open in new windowBlock until the replica has read and applied all updates up to the specified position8.0.26
UUID()open in new windowReturn a Universal Unique Identifier (UUID)
UUID_SHORT()open in new windowReturn an integer-valued universal identifier
UUID_TO_BIN()open in new windowConvert string UUID to binary
VALUES()open in new windowDefine the values to be used during an INSERT

Clone System Variable Reference

NameCmd-LineOption FileSystem VarStatus VarVar ScopeDynamic
clone_autotune_concurrencyopen in new windowYesYesYesGlobalYes
clone_block_ddlopen in new windowYesYesYesGlobalYes
clone_buffer_sizeopen in new windowYesYesYesGlobalYes
clone_ddl_timeoutopen in new windowYesYesYesGlobalYes
clone_delay_after_data_dropopen in new windowYesYesYesGlobalYes
clone_donor_timeout_after_network_failureopen in new windowYesYesYesGlobalYes
clone_enable_compressionopen in new windowYesYesYesGlobalYes
clone_max_concurrencyopen in new windowYesYesYesGlobalYes
clone_max_data_bandwidthopen in new windowYesYesYesGlobalYes
clone_max_network_bandwidthopen in new windowYesYesYesGlobalYes
clone_ssl_caopen in new windowYesYesYesGlobalYes
clone_ssl_certopen in new windowYesYesYesGlobalYes
clone_ssl_keyopen in new windowYesYesYesGlobalYes
clone_valid_donor_listopen in new windowYesYesYesGlobalYes
上次编辑于:
贡献者: stonebox