Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-cloud-options.html
See Section 4.3.1.3, “Backing Up to Cloud Storage”, and Section 5.2, “Restoring a Backup from Cloud Storage to a MySQL Server”, for more information and instructions on using cloud storage with MySQL Enterprise Backup. It works independently ... These options are for using cloud storage for single-file ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encrypted-innodb-options.html
MySQL Enterprise Backup supports encrypted InnoDB tablespaces and encrypted binary/relay logs. For details on how MySQL Server encrypts and decrypts these items, see InnoDB Data-at-Rest Encryption and Encrypting Binary Log Files and Relay Log Files ...The option must be used when backing up a server that has a keyring plugin or component enabled for InnoDB table or binary/relay log encryption and for restoring a backup containing encrypted InnoDB tables or binary/relay ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-metadata-options.html
Some metadata is stored in the backup directory, other metadata is stored in tables within the mysql database of the backed-up instance. See Section 17.3, “Using the MySQL Enterprise Backup Logs” for details about these tables.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-single-file-options.html
You use them in combination with the mysqlbackup commands backup-to-image, image-to-backup-dir, backup-dir-to-image, copy-back-and-apply-log, list-image, and extract (not all of the options are applicable to all these commands though).
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-list-nextnodeids.html
list nextnodeids cluster_name MySQL Cluster Manager normally assigns IDs to new node processes automatically (although this can be overridden when issuing the create cluster or add process command). The list nextnodeids command can be used to see ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-stop-cluster.html
See Section 5.4.1, “The create cluster Command”, and Section 4.5, “Importing MySQL NDB Clusters into MySQL Cluster Manager”, for more information.
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-backup-restore-simple-complete.html
To perform a complete restore of a MySQL NDB Cluster from a backup with a given ID, follow the steps listed here: Identify the backup to be used. In this example, we use the backup having the ID 4, that was created for mycluster previously in this ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-function-reference.html
The following table summarizes the functions available for asynchronous interaction with the MySQL server. For greater detail, see the descriptions in Section 7.4, “C API Asynchronous Function Descriptions”.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-asynchronous-interface.html
As of MySQL 8.0.16, the C API includes asynchronous functions that enable nonblocking communication with the MySQL server. Asynchronous functions enable development of applications that differ from the query processing model based on synchronous ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-binary-log-interface.html
The MySQL client/server protocol includes a client interface for reading a stream of replication events from a MySQL server binary log. This capability uses the MYSQL_RPL data structure and a small set of functions to manage communication between a ...The following sections describe aspects of this interface in more ...