Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-docker.html
See Using MySQL Enterprise Backup with Docker in the MySQL 8.4 Reference Manual for usage instructions. MySQL Enterprise Backup is included in the Docker installation of MySQL Enterprise Edition.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.full.html
Use Compression or Not? Creating a compressed backup can save you considerable storage space and reduce I/O usage significantly. Most backup strategies start with a complete backup of the MySQL server, from which you can restore all databases and ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-hosts.html
add hosts {--hosts=|-h }host_list site_name host_list: host[, host[, ...]] This command adds one or more hosts to an existing management site. Agents using the same port as the management site must be running on any hosts added using this command.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-package.html
add package {--basedir=|-b }path [{--hosts=|-h }host_list] package_name host_list: host[,host[,...]] This command creates a new package, or, if the package named package_name already exists, this command extends the package definition. The ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-process.html
Any hosts referenced in the list must be members of the site to which the cluster belongs. You are still recommended to follow the best practice of reserving node ID 1 to 144 for data nodes. If the added nodes are started with start process ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-ndbd.html
ApiFailureHandlingTimeout: Maximum time for API node failure handling before escalating. Arbitration: How arbitration should be performed to avoid split-brain issues in event of node failure. Note that string '/BACKUP' is always appended to this ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-autotune.html
autotune [--dryrun] [--sequential-restart] [--writeload=writeload] template cluster_name writeload: {low|medium|high} template: {web|realtime|test} The command autotune a number of parameters for the cluster according to the specified values for ...
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-delete-package.html
delete package [{--hosts=|-h }host_list] package_name host_list: host[,host[,...]] This command is used to unregister a package. More specifically, it removes any references to MySQL NDB Cluster software installations added to the agent's ...
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 ...