Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
The feature is also known as partial restore in this manual. Table-Level Recovery (TLR) allows selected tables (or schemas) to be restored from a backup (be it a full backup, a partial backup, or a backup created using transportable tablespaces ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
The descriptions below explain how these options are used with mysqlbackup; for information about how these options are used with the MySQL server, click the option names to see the descriptions in the MySQL Reference Manual. datadir=PATH This is ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-api.html
ArbitrationDelay: When asked to arbitrate, arbitrator waits this many milliseconds before voting. ConnectBackoffMaxTime: Specifies longest time in milliseconds (~100ms resolution) to allow between connection attempts to any given data node by this ...AutoReconnect: Specifies whether an API node should reconnect fully when disconnected from ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mgmd.html
ArbitrationDelay: When asked to arbitrate, arbitrator waits this long before voting (milliseconds). HeartbeatThreadPriority: Set heartbeat thread policy and priority for management nodes; see manual for allowed values. LocationDomainId: Assign this ...ExtraSendBufferMemory: Memory to use for send buffers in addition to any allocated by TotalSendBufferMemory or ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-collect-logs.html
collect logs [cluster_name] This command collects log files and other related files from all hosts. To assign a specific port manually for file copying, use the --copy-port option when starting mcmd. When the name of a cluster (cluster_name) is ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-configuration-commands.html
We begin with a discussion of what we mean by the term “configuration attribute”, and how this relates to the manual configuration of a MySQL NDB Cluster using MySQL NDB Cluster configuration parameters and MySQL Server options and variables ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-create-cluster.html
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: ...However, it does ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-backup.html
To delete all backups, run the command on every single backup. If any data nodes or mysqld nodes have been added after the specified backup was created, list their node IDs with the --skip-nodeid option, or the operation will fail with the complaint ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-delete-site.html
In addition, if you execute a delete site command with the --force option using one management agent while a different management agent is not running, you must remove the “missing” management agent's site files manually. delete site site_name ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-import-cluster.html
When this option is used, any running angel processes for the data nodes of the cluster to be imported are stopped by mcmd prior to the actual import, which is a necessary step for a cluster import unless the angel processes have already been ...You ...