Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-progress-table-update.html
Rename the original mysql.backup_progress table to mysql.backup_progress_old, and the mysql.backup_progress_new table to mysql.backup_progress. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-sbt-history-table-update.html
Rename the original mysql.backup_sbt_history table to mysql.backup_sbt_history_old, and the mysql.backup_sbt_history_new table to mysql.backup_sbt_history. Note If you are working with a multiprimary Group Replication setting, make sure these ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
The parameter to this option is a comma-separated list of key-value pairs, using syntax similar to that of the RMAN tool for the Oracle Database. You use them in combination with the mysqlbackup commands backup-to-image, image-to-backup-dir, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/connection-options.html
If you do not provide a value for the --password, the command prompts for one from the keyboard. --login-path=name --port=port-num --protocol={tcp|socket|pipe|memory} --pipe (alias for --protocol=pipe) --user=name (short option: -u) --host=hostname ... When mysqlbackup creates a backup, it sends SQL commands to a MySQL server using a database server ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-generated.html
It contains the reencrypted tablespace key and other information related to the encryption. Inside the image backup file created by the backup-to-image command of mysqlbackup are some new files that are produced during the backup process. These ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-files-backed-up-summary.html
encrypted keyring data file For a server using the component_keyring_encrypted_file keyring component, the keyring data file specified in the component_keyring_encrypted_file.cnf file on the server is copied over into the backup under the meta ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-performance-space-overview.html
When it comes to formulating your backup strategy, performance and storage space are the key considerations. You want the backup to complete quickly, with as little CPU overhead on the database server as possible. You also want the backup data to ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
For creating tape backups using the System Backup to Tape (SBT) API : CREATE, INSERT, DROP, and UPDATE on the mysql.backup_sbt_history table For working with encrypted InnoDB tables: ENCRYPTION_KEY_ADMIN to enable InnoDB encryption key rotation.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-attribute-tables-other.html
ShmKey: Shared memory key; when set to 1, this is calculated by NDB. AllowUnresolvedHostNames: When false (default), failure by management node to resolve host name results in fatal error; when true, unresolved host names are reported as warnings ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-show-settings.html
show settings [--hostinfo | --tls] This command lists the current values of a number of mcmd options: mcm> show settings; +---------+----------------+-----------------------------------------------------+ | Section | Setting | Value | ...