Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
The cluster must be in the created or fully operational status for this command to work, or an error will result. autotune [--dryrun] [--sequential-restart] [--writeload=writeload] template cluster_name writeload: {low|medium|high} template: ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-issues-usage.html
This applies to host names used with the MySQL Cluster Manager client commands create cluster, create site, add hosts, add package, delete package, stop agents, and add process. The limitations discussed in this section occur by intention or design ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-backups.html
list backups [{--backupid=|-I }backup_id] [-all|-a] cluster_name list backups [{--backupid=|-I }backup_id] [--agent|-A] site_name Without the --agent option, the command lists all backups of the MySQL NDB Cluster named cluster_name that are known ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-certs.html
list certs [--active|-A] [--all|-a] [--retired|-r] cluster_name The command lists the files created by the create certs command for the MySQL NDB Cluster named cluster_name.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-packages.html
This is the same as the value given for the --basedir option in the add package command that was used to create or augment the package. The output contains three columns; these are described in the following list: Package. This can sometimes be ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-remove-process.html
The following restrictions apply when using this command: The cluster must be in the status of created or stopped. The command cannot remove all processes from a cluster in the created status; at least one process must be left. remove process ...
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
This command does not work with processes in a cluster created for import where the import has not yet actually been completed. See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster ... 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 ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-start-stop-agent-linux.html
You can tell the agent to use a different configuration file by passing the path to this file to the --config option, as shown here: $> ./bin/mcmd --config=/home/mcm/mcm-agent.conf The --bootstrap option causes the agent to start with default ... To ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-encrypted-connections.html
Note Host name identity verification with SSL_MODE_VERIFY_IDENTITY does not work with self-signed certificates created automatically by the server, or manually using mysql_ssl_rsa_setup (see Creating SSL and RSA Certificates and Keys using MySQL).