Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-group-replication.html
For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group Replication. When working with a Group Replication setup, mysqlbackup makes the backup information ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-redo-log-archiving.html
The MySQL user mysqlbackup uses to connect to the server must be granted the INNODB_REDO_LOG_ARCHIVE privilege, for activating redo log archiving on the server. mysqlbackup may sometimes fail to keep pace with redo log generation on the backed up ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/platforms.compatibility.html
All applications that connect to the backed-up and the restored servers are always consistent on their use of letter cases when referring to the database and table names. MySQL Enterprise Backup is by nature cross-platform compatible when running ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-performance.html
For example, mysqlbackup retrieves information about database parameters through the database connection, but not table or index data. This section describes the performance considerations for restoring a database server with MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore-use-tts.html
The following is some additional information on partial restores using TTS backups To backup and restore backups created using TTS, extra privileges are required of the user through which mysqlbackup connects to the server; see Section 4.1.2, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
The required parameters for connecting to the server (port number, socket name, etc.) are provided as command-line options for mysqlbackup, or are specified in the [client] section of a defaults file. Table-Level Recovery (TLR) allows selected ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-add-hosts.html
Otherwise, MySQL Cluster Manager will be unable to connect to the agent processes on those hosts. 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 ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-mgmd.html
HeartbeatIntervalMgmdMgmd: Time between management-node-to-management-node heartbeats; connection between management nodes is considered lost after 3 missed heartbeats. ArbitrationDelay: When asked to arbitrate, arbitrator waits this long before ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-backup-agents.html
If no site_name is given, only the agent that the mcm client is connected to is backed up. backup agents [--hosts=host_list] [site_name] host_list: host[, host[, ...]] This command backs up the configuration data for the mcmd agents on the hosts ...