Spec-Zone .ru
спецификации, руководства, описания, API

17.4. MySQL Cluster Programs

17.4.1. ndbd — The MySQL Cluster Data Node Daemon
17.4.2. ndbinfo_select_all — Select From ndbinfo Tables
17.4.3. ndbmtd — The MySQL Cluster Data Node Daemon (Multi-Threaded)
17.4.4. ndb_mgmd — The MySQL Cluster Management Server Daemon
17.4.5. ndb_mgm — The MySQL Cluster Management Client
17.4.6. ndb_config — Extract MySQL Cluster Configuration Information
17.4.7. ndb_cpcd — Automate Testing for NDB Development
17.4.8. ndb_delete_all — Delete All Rows from an NDB Table
17.4.9. ndb_desc — Describe NDB Tables
17.4.10. ndb_drop_index — Drop Index from an NDB Table
17.4.11. ndb_drop_table — Drop an NDB Table
17.4.12. ndb_error_reporter — NDB Error-Reporting Utility
17.4.13. ndb_index_stat — NDB Index Statistics Utility
17.4.14. ndb_print_backup_file — Print NDB Backup File Contents
17.4.15. ndb_print_schema_file — Print NDB Schema File Contents
17.4.16. ndb_print_sys_file — Print NDB System File Contents
17.4.17. ndbd_redo_log_reader — Check and Print Content of Cluster Redo Log
17.4.18. ndb_restore — Restore a MySQL Cluster Backup
17.4.19. ndb_select_all — Print Rows from an NDB Table
17.4.20. ndb_select_count — Print Row Counts for NDB Tables
17.4.21. ndb_setup.py — Start browser-based Auto-Installer forMySQL Cluster
17.4.22. ndb_show_tables — Display List of NDB Tables
17.4.23. ndb_size.pl — NDBCLUSTER Size Requirement Estimator
17.4.24. ndb_waiter — Wait for MySQL Cluster to Reach a Given Status
17.4.25. Options Common to MySQL Cluster Programs — Options Common to MySQL Cluster Programs

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

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

Information about the program ndb_setup.py (added in MySQL Cluster NDB 7.3.1), used to start the MySQL Cluster Auto-Installer, is also included in this section. You should be aware that Section 17.4.21, "ndb_setup.py — Start browser-based Auto-Installer for MySQL Cluster", contains information about the command-line client only; for information about using the GUI installer spawned by this program to configure and deploy a MySQL Cluster, see Section 17.2.1, "The MySQL Cluster Auto-Installer".

For information about using mysqld as a MySQL Cluster process, see Section 17.5.4, "MySQL Server Usage for MySQL Cluster".

Other NDB utility, diagnostic, and example programs are included with the MySQL 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 MySQL Cluster programs.