Search Results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-cluster.html
delete cluster does not remove any MySQL NDB Cluster binaries from hosts. delete cluster [--removedirs] cluster_name This command deletes the cluster named cluster_name, removing it from the list of clusters managed by MySQL Cluster Manager.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-package.html
The MySQL NDB Cluster binaries remain, but cannot be used in a MySQL NDB Cluster administered using the MySQL Cluster Manager unless and until the base directory containing them has been registered with another package. delete package [{--hosts=|-h ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Online help is available in the MySQL Cluster Manager client for MySQL Cluster Manager client commands. In addition, you can obtain information about mysql client commands that are independent of the MySQL server and thus are also available for use ...
MySQL Cluster Manager 8.4 User Manual :: 3.3.2 Installing MySQL Cluster Manager on Windows Platforms
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows.html
The location of the MySQL NDB Cluster binaries is not separately configurable when using the MySQL Cluster Manager installer. When you start the installer, you may see a Windows Security Warning screen. If you obtained the installer from a trusted ...
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-terminology.html
This section provides definitions of key terms used to describe MySQL Cluster Manager and its components in this manual and in other documentation relating to MySQL Cluster Manager and MySQL NDB Cluster. A set of hosts on which MySQL NDB Cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
In this section, we discuss the procedure for using MySQL Cluster Manager to create and start a new MySQL NDB Cluster. We assume that you have already obtained the MySQL Cluster Manager and MySQL NDB Cluster software, and that you are already ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-procedure.html
Add a MySQL Cluster Manager package referencing the MySQL NDB Cluster binaries, using the add package command. The importing process consists generally of the steps listed here: Prepare the “wild” cluster for migration. Create and configure in ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/client-error-reference.html
Client error messages originate from within the MySQL client library. Here is an example client error message, as displayed by the mysql client: $> mysql -h no-such-host ERROR 2005 (HY000): Unknown MySQL server host 'no-such-host' (0) Each client ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...