Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-tarball.html
Extract the MySQL Cluster Manager 8.4.6 program and other files from the distribution archive. You must install a copy of MySQL Cluster Manager on each computer that you intend to use as a MySQL NDB Cluster host. In other words, you need to install ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-reset.html
reset [--sequential-restart] filter_specification_list cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: attribute_name[:process_specification][+process_specification]] ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
Stop the cluster using stop cluster, then restart it using start cluster with the --initial option, which causes the data node file systems to be cleared. Following this, you can restore the cluster from the desired backup using restore cluster.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-rotate-log.html
rotate log [{--hosts=|-h }host_list] [site_name] host_list: host[,host[,...]] Rotate mcmd logs for the connected MySQL Cluster Manager agent, for agents running on certain hosts, or for agents on all hosts in a management site.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Attributes can be set on either the process level or instance level. set commands are executed whether or not the cluster has been started. In a cluster that is not running, the MySQL Cluster Manager merely updates the configuration files. However, ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-start-cluster.html
See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more information. --initial option The --initial option (short form: -i) causes the following to happen: All ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-start-process.html
start process {[--initial|-i] nodespec | --added} cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command starts the MySQL NDB Cluster processes specified by nodespec in the cluster named ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-cluster.html
See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more information.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-process.html
stop process nodespec cluster_name nodespec: {nodetype | process_id_list} process_id_list: process_id[, process_id[, ...]] This command stops the MySQL NDB Cluster processes specified by nodespec in the cluster named cluster_name. The status of the ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-update-process.html
update process [--remove-angel] --pid=os_pid process_id cluster_name This command updates the status of the MySQL NDB Cluster process having the process ID process_id in the cluster named cluster_name when the status of the process is no longer ...