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/explain.html
{EXPLAIN | DESCRIBE | DESC} tbl_name [col_name | wild] {EXPLAIN | DESCRIBE | DESC} [explain_type] {explainable_stmt | FOR CONNECTION connection_id} {EXPLAIN | DESCRIBE | DESC} ANALYZE [explain_type] select_stmt explain_type: { FORMAT = format_name ...The following discussion uses the DESCRIBE and EXPLAIN keywords in accordance with those uses, but the MySQL parser treats them as completely ...
https://dev.mysql.com/doc/refman/8.0/en/connection-options.html
For additional information and examples showing how to use them, see Section 6.2.4, “Connecting to the MySQL Server Using Command Options”. --host=host_name, -h host_name Command-Line Format --host=host_name Type String Default Value localhost ... This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-mgmd.html
The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. cluster-config-suffix Command-Line Format --cluster-config-suffix=name Introduced 8.0.24 ...
https://dev.mysql.com/doc/refman/8.0/en/mysqlshow.html
The same information can be obtained by using those statements directly. For information about option files used by MySQL programs, see Section 6.2.2.2, “Using Option Files”. --bind-address=ip_address Command-Line Format ... The mysqlshow client ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html
MySQL now incorporates a transactional data dictionary that stores information about database objects. For more information, see Section 15.1.1, “Atomic Data Definition Statement Support”. For more information, see Section 3.4, “What the MySQL ... This section summarizes what has been added to, deprecated in, and removed from MySQL ...
https://dev.mysql.com/doc/refman/8.0/en/audit-log-logging-configuration.html
This section describes how to configure audit logging characteristics, such as the file to which the audit log plugin writes events, the format of written events, whether to enable log file compression and encryption, and space management. For ...
https://dev.mysql.com/doc/refman/8.0/en/pluggable-authentication-system-variables.html
authentication_kerberos_service_key_tab Command-Line Format --authentication-kerberos-service-key-tab=file_name Introduced 8.0.26 System Variable authentication_kerberos_service_key_tab Scope Global Dynamic No SET_VAR Hint Applies No Type File name ...If FIDO authentication is attempted and this value is not the one expected by the FIDO device, the device assumes that it is not talking to the correct server and an error ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-index-stat.html
ndb_index_stat provides per-fragment statistical information about indexes on NDB tables. sampleCount can be compared with the cardinality of SHOW INDEX or INFORMATION_SCHEMA.STATISTICS, although the latter two provide a view of the table as a ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndbd.html
--bind-address Command-Line Format --bind-address=name Type String Default Value Causes ndbd to bind to a specific network interface (host name or IP address). --connect-delay=# Command-Line Format --connect-delay=# Deprecated Yes (removed in ...
https://dev.mysql.com/doc/refman/8.0/en/mysqld-safe.html
mysqld_safe adds some safety features such as restarting the server when an error occurs and logging runtime information to an error log. For more information, see Section 2.5.9, “Managing MySQL Server with systemd”. For information about option ... mysqld_safe is the recommended way to start a mysqld server on ...