https://dev.mysql.com/mysql-cluster-config-file.html
This includes configuration parameters for data nodes and configuration parameters for connections between all nodes in the cluster. Configuring NDB Cluster requires working with two files: my.cnf: Specifies options for all NDB Cluster executables.
https://dev.mysql.com/mysql-cluster-mgm-definition.html
The management node waits after 3 of these intervals to declare the connection dead; thus, the default setting of 1500 milliseconds causes the management node to wait for approximately 1600 ms before timing out. The [ndb_mgmd] section is used to ...
https://dev.mysql.com/mysql-cluster-ndb-transporter-errors.html
This section lists error codes, names, and messages that are written to the cluster log in the event of transporter errors. 0x00 TE_NO_ERROR No error 0x01 TE_ERROR_CLOSING_SOCKET Error found during closing of socket 0x02 ...
https://dev.mysql.com/mysql-cluster-online-add-node-basics.html
Perform a rolling restart of any SQL or API nodes connected to the NDB Cluster. In this section, we list the basic steps required to add new data nodes to an NDB Cluster. This procedure applies whether you are using ndbd or ndbmtd binaries for the ...
https://dev.mysql.com/mysql-cluster-overview.html
In addition, a MySQL server that is not connected to an NDB Cluster cannot use the NDB storage engine and cannot access any NDB Cluster data. NDB Cluster is a technology that enables clustering of in-memory databases in a shared-nothing system. The ...
https://dev.mysql.com/mysql-cluster-params-mgmd.html
HeartbeatIntervalMgmdMgmd: Time between management-node-to-management-node heartbeats; connection between management nodes is considered lost after 3 missed heartbeats. The listing in this section provides information about parameters used in the ...
https://dev.mysql.com/mysql-cluster-privilege-distribution.html
NDB 8.0.18 introduces a new mechanism for sharing and synchronizing users, roles, and privileges between SQL nodes connected to an NDB Cluster. NDB_STORED_USER is printed in the output of SHOW GRANTS as with any other privilege. A statement ...
https://dev.mysql.com/mysql-cluster-programs-ndb-blob-tool.html
This tool can be used to check for and remove orphaned BLOB column parts from NDB tables, as well as to generate a file listing any orphaned parts. It is sometimes useful in diagnosing and repairing corrupted or damaged NDB tables containing BLOB ...
https://dev.mysql.com/mysql-cluster-programs-ndb-drop-index.html
Usage ndb_drop_index -c connection_string table_name index -d db_name The statement shown above drops the index named index from the table in the database. Your MySQL connection id is 7 to server version: 5.7.29-ndb-7.5.17 Type 'help;' or '\h' for ...It is recommended that you use this utility only as an example for writing NDB API applications—see the Warning later in this section for ...
https://dev.mysql.com/mysql-cluster-programs-ndb-index-stat.html
ndb_index_stat provides per-fragment statistical information about indexes on NDB tables. This includes cache version and age, number of index entries per partition, and memory consumption by indexes. Running ndb_index_stat with the --update option ...