Search Results
https://dev.mysql.com/doc/refman/8.4/en/view-metadata.html
To obtain metadata about views: Query the VIEWS table of the INFORMATION_SCHEMA database.
https://dev.mysql.com/doc/refman/8.4/en/where-optimization.html
If there is an ORDER BY clause and a different GROUP BY clause, or if the ORDER BY or GROUP BY contains columns from tables other than the first table in the join queue, a temporary table is created. This section discusses optimizations that can be ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/advanced.point.html
A series of backups, consisting typically of a full backup followed by a series of incremental backups, has been created for the server. You can restore your database server to its state at an arbitrary time using the binary log files included in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-backup.html
In most cases, single-file backups are preferred over directory backups, which are created using the backup command. In most cases, single-file backups, which are created using the backup-to-image command, are preferred over directory backups. The ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-compression-options.html
When a backup is not created in a file system (for example, when cloud storage is used to save the backup), or when the file system does not support sparse files. For an overview on backup compression, see Section 4.3.4, “Making a Compressed ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/intro.html
While optimized for use with InnoDB tables, MySQL Enterprise Backup is capable of backing up and restoring all kinds of tables created by any kinds of storage engines supported by MySQL. MySQL Enterprise Backup 8.4.6 is a backup utility for MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-meb-compatibility.html
MySQL Enterprise Backup 8.4.6 works with backups created by the MySQL Enterprise Backup 8.4.x series for release 8.4.3 and later. It does not work with backups created by any earlier releases of the 8.4.x series, or any other MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restore.partial.html
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 (TTS)) using the --include-tables and --exclude-tables options.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/restoring.html
The ultimate purpose of backup data is to help recover from a database issue or to create a clone of the original database server in another location (typically, to run report queries or to create a new replica). After a serious database issue, you ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-architecture.html
This section provides an architectural overview of MySQL Cluster Manager, its components, and their deployment. MySQL Cluster Manager is a distributed client/server application consisting of two main components. The MySQL Cluster Manager agent is a ...