Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-docker.html
MySQL Enterprise Backup is included in the Docker installation of MySQL Enterprise Edition. See Using MySQL Enterprise Backup with Docker in the MySQL 8.4 Reference Manual for usage instructions.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.supported.html
See Supported Platforms: MySQL Database (MySQL platform support evolves over time; please refer to the page for the latest updates).
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-upgrade.html
Important You may encounter technical challenges during a server upgrade or downgrade, and it is beyond the function of MySQL Enterprise Backup, as a backup tool, to ensure a successful server upgrade or downgrade. Users interested in the topic are ...
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-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 ...