Search



Search Results
Displaying 1661 to 1670 of 1703 total results
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Consider the following set of commands that creates and then starts a cluster named mycluster: create cluster --processhosts=ndb_mgmd@host1,ndbd@host1,ndbd@host2, \ mysqld@host3,mysqld@host4 mycluster; start cluster mycluster; The long create ...Any ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
When the --dryrun option is used, the command does not make any actual changes to the cluster, but writes the set commands that it will issue for tuning into the file /path-to-mcm-data-repository/clusters/clustername/tmp/autotune.message_id.mcm.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
Default values are hard-coded into MySQL NDB Cluster; you can override a default value for a given configuration attribute (using the set command) or reset a given attribute value to its default (using the reset command), but you cannot change a ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-commands.html
This section contains descriptions of MySQL Cluster Manager commands used to perform operations connected with importing clusters into MySQL Cluster Manager. These operations include migration of cluster processes and copying of configuration data.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-information-commands.html
Similarly, on Windows, you can create a batch file using Notepad or another text editor, copy the same get commands as shown previously into it, and save it as get-attributes.bat in a convenient location such as the Windows desktop. Online help is ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-agent-windows-service.html
You can do this by typing cmd into the search box in the Windows Taskbar, and then select from the search results Command Prompt > Run as Administrator. Important Installation of the MySQL Cluster Manager agent as a service is recommended. However, ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-install-tarball.html
Extract the MySQL Cluster Manager 8.4.8 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
However, since restart operations—particularly rolling restarts—can take a great deal of time, it is preferable to make configuration changes before starting the cluster and putting it into use. reset [--sequential-restart] ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-restore-cluster.html
The --no-binlog option (short form: -l) stops any SQL nodes (mysqld processes) in the cluster from writing data from the restore into their binary logs. Stop the cluster using stop cluster, then restart it using start cluster with the --initial ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
However, since restart operations—particularly rolling restarts—can take a great deal of time, it is preferable to make configuration changes before starting the cluster and putting it into use. Attributes can be set on either the process level ...
Displaying 1661 to 1670 of 1703 total results