PDF (US Ltr)
- 43.3Mb
PDF (A4)
- 43.4Mb
Man Pages (TGZ)
- 297.2Kb
Man Pages (Zip)
- 402.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/server-option-variable-reference.html
For system and status variables, the scope of the variable (Var Scope) is Global, Session, or both. The following table lists all command-line options, system variables, and status variables applicable within mysqld. The table lists command-line ...
https://dev.mysql.com/doc/refman/8.0/en/server-status-variable-reference.html
The last column indicates whether the scope for each variable is Global, Session, or both. The following table lists all status variables applicable within mysqld. Please see the corresponding item descriptions for details on setting and using the ...
https://dev.mysql.com/doc/refman/8.0/en/server-system-variable-reference.html
The scope of the variable (Var Scope) is Global, Session, or both. The following table lists all system variables applicable within mysqld. The table lists command-line options (Cmd-line), options valid in configuration files (Option file), server ...
https://dev.mysql.com/doc/refman/8.0/en/dynamic-system-variables.html
The last column indicates whether the scope for each variable is Global, Session, or both. Many server system variables are dynamic and can be set at runtime. For a description of the privilege requirements for setting system variables, see Section ...
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-option-variable-reference.html
This table provides an overview of the command options, system variables, and status variables provided by X Plugin.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbd-definition.html
For example, if there are two data nodes, then NoOfReplicas must be equal to either 1 or 2, since 2/3 and 2/4 both yield fractional values; if there are four data nodes, then NoOfReplicas must be equal to 1, 2, or 4. The memory allocated by ... The ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
OpenSSL 1.1.1 supports the TLS v1.3 protocol for encrypted connections, and MySQL 8.0.16 and higher supports TLS v1.3 as well, if both the server and client are compiled using OpenSSL 1.1.1 or higher. Multifactor authentication can use existing ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html
In this case, because the default storage engine is InnoDB, the server does not start unless you also use --default-storage-engine and --default-tmp-storage-engine to set the default to some other engine for both permanent and TEMPORARY tables.
https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html
Use this address to permit both IPv4 and IPv6 connections on all server interfaces. If you disable the default storage engine at server startup, you must set the default engine for both permanent and TEMPORARY tables to a different engine, or else ... The MySQL server maintains many system variables that affect its ...
https://dev.mysql.com/doc/refman/8.0/en/replication-features-differing-tables.html
In all cases where the source and target tables do not have identical definitions, the database and table names must be the same on both the source and the replica. (This is true even if both tables have the same number of columns.) Columns common ... Source and target tables for replication do not have to be ...