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/innodb-parameters.html
InnoDB Startup Options InnoDB System Variables System variables that are true or false can be enabled at server startup by naming them, or disabled by using a --skip- prefix. Boolean variables can be set at startup to the values ON, TRUE, OFF, and ...For example, to enable or disable the InnoDB adaptive hash index, you can use --innodb-adaptive-hash-index or --skip-innodb-adaptive-hash-index on the command line, or innodb_adaptive_hash_index or skip_innodb_adaptive_hash_index in an option ...
https://dev.mysql.com/doc/refman/8.0/en/kerberos-pluggable-authentication.html
For example: [appdefaults] mysql = { destroy_tickets = true } The client-side plugin recognizes these parameters in the mysql section: The destroy_tickets value indicates whether the client-side plugin destroys the TGT after obtaining and using it.
https://dev.mysql.com/doc/refman/8.0/en/keyring-oci-component.html
If the item is present, its value is true or false, indicating whether the component should read configuration information from the local configuration file. If the value is true, the component ignores the other items in the global configuration ...
https://dev.mysql.com/doc/refman/8.0/en/keywords.html
This may also be true for the names of built-in functions. Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column names. Some keywords which are otherwise ...
https://dev.mysql.com/doc/refman/8.0/en/ldap-pluggable-authentication.html
For example: [appdefaults] mysql = { ldap_server_host = "ldap_host.example.com" ldap_destroy_tgt = true } The client-side plugin recognizes these parameters in the mysql section: The ldap_server_host value specifies the LDAP server host and can be ... Note LDAP pluggable authentication is an extension included in MySQL Enterprise Edition, a commercial ...
https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html
The converse statement is not true: In some cases, INET_ATON() returns non-NULL when IS_IPV4() returns 0. The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-added-deprecated-removed.html
AllowUnresolvedHostNames: When false (default), failure by management node to resolve host name results in fatal error; when true, unresolved host names are reported as warnings only. ClassicFragmentation: When true, use traditional table ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-api-definition.html
AutoReconnect Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. Wan Version (or later) NDB 8.0.13 Type or units boolean Default false Range true, ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-dictionary-tables.html
dictionary_tables contains the columns listed here: table_id The table' unique ID database_name Name of the database containing the table table_name Name of the table status The table status; one of New, Changed, Retrieved, Invalid, or Altered.
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-locks-per-fragment.html
This is also true for the time values shown in the wait_ok_millis and wait_fail_millis columns. The locks_per_fragment table provides information about counts of lock claim requests, and the outcomes of these requests on a per-fragment basis, ...