Search



Search Results
Displaying 3031 to 3040 of 3666 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
(If this is not specified, MySQL Cluster Manager assigns a suitable node ID automatically.) A mysqld process or ndbapi process that is specified without a host in this fashion is permitted to connect to the cluster from any host that can access the ... create cluster {--package=|-P }package_name {--processhosts=|-R }process_host_list cluster_name [(--import|-m) cluster_name] [--verbose | -v] process_host_list: process_name[:node_id]@host[,process_name@host[,...]] process_name: {ndb_mgmd|ndbd|ndbmtd|mysqld|ndbapi} This command creates a cluster to be managed by the MySQL Cluster ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-site.html
create site {--hosts=|-h }host_list site_name host_list: host[,host[,...]] The create site command is used to create a MySQL Cluster Manager management site; that is, a set of MySQL Cluster Manager management agents running on one or more host ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-get.html
get [--include-defaults|-d] [--all] [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-install-agent-windows-service.html
Important Installation of the MySQL Cluster Manager agent as a service is recommended. However, you should not install MySQL NDB Cluster processes (ndb_mgmd.exe, ndbd.exe, ndbmtd.exe, mysqld.exe) as services on Windows hosts to be used as MySQL NDB ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-issues-usage.html
The limitations discussed in this section occur by intention or design in MySQL Cluster Manager 8.4.6. Some of these items may become obsolete in future versions; we will update this section accordingly if and as those changes come about.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-preface.html
This is the User Manual for the MySQL Cluster Manager, version 8.4.6. See the MySQL Cluster Manager 8.4 License Information User Manual for licensing information, including licensing information relating to third-party software that may be included ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-quorum.html
MySQL Cluster Manager uses the XCom (a Paxos variant) as its consensus protocol. Before XCom allows a new message to be delivered, it requires a majority vote by all agents to decide who can send the next message. This majority is referred to as a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-agents.html
stop agents [[--hosts=host_list] site_name] This command stops one or more MySQL Cluster Manager agents on one or more hosts. When used without any arguments, stop agents stops the agent to which the client is currently connected. When used with ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-cluster-setup-creating.html
You can connect to an agent process running on any of the cluster hosts, using the mcm client on any computer that can establish a network connection to the desired host. In this section, we discuss the procedure for using MySQL Cluster Manager to ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-import-cluster-verify-pid-files.html
Let us look into the PID file being referred to in the last example: $> more /home/ari/bin/cluster/wild-cluster/51/data//localhost.localdomain.pid 12136 The PID file for the SQL node is at an acceptable location (inside the data directory) and has ... You must verify that each process in the wild cluster has a valid PID ...
Displaying 3031 to 3040 of 3666 total results