Search Results
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-2.html
Bugs Fixed InnoDB: In some cases, following the creation of a very large number of tables (8001 or more), the server could not be restarted successfully. (Bug #110402, Bug #35200385) Group Replication: Running a CREATE TABLE ... (Bug #36808732) ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backing-up.html
This section explains the preparations you need for creating backups with MySQL Enterprise Backup, the typical backup-verify-restore cycle, and the different backup scenarios for using MySQL Enterprise Backup. It also includes sample commands and ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-apply-log.html
A directory backup, just like a single-file backup, can be prepared and restored using the copy-back-and-apply-log command as explained at the beginning of Section 5.1, “Performing a Restore Operation”. Example 5.10 Restoring a Backup Directory ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-validate.html
To ensure the integrity of the backup data, MySQL Enterprise Backup provides a validate command for validating a backup by the checksum values of its data pages after the backup is created or transferred to another system. mysqlbackup [STD-OPTIONS] ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-storage.html
To make mysqlbackup create these subdirectories automatically, specify the --with-timestamp option each time you run mysqlbackup. Most mysqlbackup operations, including those on single-file backups, write data or metadata to a designated directory ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/bugs.compatibility.html
To work with backups created by MySQL Enterprise Backup 8.4.2 and earlier, always use the MySQL Enterprise Backup of the same release number. MySQL Enterprise Backup 8.4.8 supports the MySQL Server 8.4.x series for back up and restore for release ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/exec-option.html
This command can copy or create additional files in the backup directory. The --exec-when-locked option of mysqlbackup lets you specify a command (together with the desired command arguments) to run near the end of the backup while the database's ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-mms.html
This section describes how you can use MySQL Enterprise Backup in combination with media management software (MMS) products for creating backups for your database. Such products are typically used for managing large volumes of backup data, often ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.cycle.html
To illustrate the basic steps in creating and making use of a backup, the following example shows how to perform a full backup, verify it, and then restore it to a server.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.verify.html
240426 13:09:04 MAIN INFO: Creating 14 buffers each of size 16777216. You can check the integrity of your backup using the validate command. The following is a sample command for validating a backup image and the output for the successful ...