Documentation Home
MySQL 5.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 35.0Mb
PDF (A4) - 35.1Mb
Man Pages (TGZ) - 255.4Kb
Man Pages (Zip) - 360.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
Excerpts from this Manual

21.5 NDB Cluster Programs

21.5.1 ndbd — The NDB Cluster Data Node Daemon
21.5.2 ndbinfo_select_all — Select From ndbinfo Tables
21.5.3 ndbmtd — The NDB Cluster Data Node Daemon (Multi-Threaded)
21.5.4 ndb_mgmd — The NDB Cluster Management Server Daemon
21.5.5 ndb_mgm — The NDB Cluster Management Client
21.5.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of NDB Cluster Tables
21.5.7 ndb_config — Extract NDB Cluster Configuration Information
21.5.8 ndb_cpcd — Automate Testing for NDB Development
21.5.9 ndb_delete_all — Delete All Rows from an NDB Table
21.5.10 ndb_desc — Describe NDB Tables
21.5.11 ndb_drop_index — Drop Index from an NDB Table
21.5.12 ndb_drop_table — Drop an NDB Table
21.5.13 ndb_error_reporter — NDB Error-Reporting Utility
21.5.14 ndb_import — Import CSV Data Into NDB
21.5.15 ndb_index_stat — NDB Index Statistics Utility
21.5.16 ndb_move_data — NDB Data Copy Utility
21.5.17 ndb_perror — Obtain NDB Error Message Information
21.5.18 ndb_print_backup_file — Print NDB Backup File Contents
21.5.19 ndb_print_file — Print NDB Disk Data File Contents
21.5.20 ndb_print_frag_file — Print NDB Fragment List File Contents
21.5.21 ndb_print_schema_file — Print NDB Schema File Contents
21.5.22 ndb_print_sys_file — Print NDB System File Contents
21.5.23 ndb_redo_log_reader — Check and Print Content of Cluster Redo Log
21.5.24 ndb_restore — Restore an NDB Cluster Backup
21.5.25 ndb_select_all — Print Rows from an NDB Table
21.5.26 ndb_select_count — Print Row Counts for NDB Tables
21.5.27 ndb_show_tables — Display List of NDB Tables
21.5.28 ndb_size.pl — NDBCLUSTER Size Requirement Estimator
21.5.29 ndb_top — View CPU usage information for NDB threads
21.5.30 ndb_waiter — Wait for NDB Cluster to Reach a Given Status

Using and managing an NDB Cluster requires several specialized programs, which we describe in this chapter. We discuss the purposes of these programs in an NDB Cluster, how to use the programs, and what startup options are available for each of them.

These programs include the NDB Cluster data, management, and SQL node processes (ndbd, ndbmtd, ndb_mgmd, and mysqld) and the management client (ndb_mgm).

For information about using mysqld as an NDB Cluster process, see Section 21.6.10, “MySQL Server Usage for NDB Cluster”.

Other NDB utility, diagnostic, and example programs are included with the NDB Cluster distribution. These include ndb_restore, ndb_show_tables, and ndb_config. These programs are also covered in this section.

The final portion of this section contains tables of options that are common to all the various NDB Cluster programs.