Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-package.html
                                Otherwise, MySQL Cluster Manager will be unable to connect to the agent processes on those hosts.  add package {--basedir=|-b }path [{--hosts=|-h }host_list] package_name host_list: host[,host[,...]] This command creates a new package, or, if the ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-change-log-level.html
                                When used with the log_level alone without a host_list and a site_name, this command applies only to the agent the mcm client is connected to.  change log-level [{--hosts=|-h }host_list] log_level site_name host_list: host[,host[,...]] Set the ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-site.html
                                Otherwise, MySQL Cluster Manager will be unable to connect to the agent processes on those hosts.  create site {--hosts=|-h }host_list site_name host_list: host[,host[,...]] The create site command is used to create a MySQL Cluster Manager ...
                                            
                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-stop-agents.html
                                When used without any arguments, stop agents stops the agent to which the client is currently connected. Otherwise, MySQL Cluster Manager will be unable to connect to the agent processes on those hosts.  stop agents [[--hosts=host_list] site_name] ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-update-process.html
                                mcmd cannot connect to a mysqld node due to various reasons (for example, there are already too many connections to the node); process status for the node becomes failed, while the PID file continues to exist.  update process [--remove-angel] ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-fewer-data-nodes.html
                                One way to do it is to open a mysql client, connect it to a mysqld node of the cluster, and then source the logical backup file with the mysql client: mysql> source path-to-logical-backup-file/BACKUP-BackupID.mysqld_nodeid.schema.sql See Locations ... Sometimes, you want to transfer data from your cluster to another one that has fewer data nodes—for example, when you want to scale down your cluster or prepare a smaller replica cluster for a replication ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
                                 The importing process consists generally of the steps listed here: Prepare the “wild” cluster for migration. Create and configure in MySQL Cluster Manager a “target” cluster whose configuration matches that of the “wild” cluster. 
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-reference.html
                                 The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”. 
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-data-structures.html
                                 C API functions for processing a replication event stream from a server require a connection handler (a MYSQL * pointer) and a pointer to a MYSQL_RPL structure that describes the steam of replication events to read from the server binary log. int ...