PDF (US Ltr)
- 41.8Mb
PDF (A4)
- 41.9Mb
Man Pages (TGZ)
- 272.4Kb
Man Pages (Zip)
- 378.4Kb
Info (Gzip)
- 4.2Mb
Info (Zip)
- 4.2Mb
Search Results
https://dev.mysql.com/doc/refman/9.7/en/json-search-functions.html
Returns true (1) if the two document have any key-value pairs or array elements in common. value MEMBER OF(json_array) Returns true (1) if value is an element of json_array, otherwise returns false (0). The functions in this section perform search ...
https://dev.mysql.com/doc/refman/9.7/en/keyring-encrypted-file-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/9.7/en/keyring-file-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/9.7/en/keyring-hashicorp-component.html
listener "tcp" { address="127.0.0.1:8200" tls_cert_file="/home/username/certificates/vault.crt" tls_key_file="/home/username/certificates/vault.key" } storage "file" { path = "/home/username/vaultstorage/storage" } ui = true Start the HashiCorp ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-params-ndbd.html
EnablePartialLcp: Enable partial LCP (true); if this is disabled (false), all LCPs write full checkpoints. RealtimeScheduler: When true, data node threads are scheduled as real-time threads. WatchDogImmediateKill: When true, threads are immediately ... The listings in this section provide information about parameters used in the [ndbd] or [ndbd default] sections of a config.ini file for configuring NDB Cluster data ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-mgmd.html
--config-cache Command-Line Format --config-cache[=TRUE|FALSE] Type Boolean Default Value TRUE This option, whose default value is 1 (or TRUE, or ON), can be used to disable the management server's configuration cache, so that it reads its ... The ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-security-mysql-privileges.html
The same thing is true with respect to the CREATE USER and DROP USER statements. If these conditions are true, then anyone, anywhere can start a MySQL Server with --ndbcluster --ndb-connectstring=management_host and access this NDB Cluster. This is ... In this section, we discuss how the MySQL privilege system works in relation to NDB Cluster and the implications of this for keeping an NDB Cluster ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-shm-definition.html
Checksum Version (or later) NDB 9.7.0 Type or units boolean Default true Range true, false Restart Type Node Restart: Requires a rolling restart of the cluster. PreSendChecksum Version (or later) NDB 9.7.0 Type or units boolean Default false Range ... Communications between NDB cluster nodes are normally handled using ...
https://dev.mysql.com/doc/refman/9.7/en/mysqldump.html
Value: XML Representation: NULL (unknown value) <field name="column_name" xsi:nil="true" /> '' (empty string) <field name="column_name"></field> 'NULL' (string value) <field name="column_name">NULL</field> The output from the mysql client when run ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-functions.html
If this statement returns nonzero (true), all the identified GTIDs from source2 (the first set input) are also found in gtid_executed from the replica, meaning that the replica has received and executed all the transactions that originated from ...