Search Results
https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
Important If a client connecting to a MySQL server instance uses an SSL certificate with the extendedKeyUsage extension (an X.509 v3 extension), the extended key usage must include client authentication (clientAuth). There is no extendedKeyUsage ...
https://dev.mysql.com/doc/refman/8.4/en/webauthn-pluggable-authentication.html
The following sections provide installation and usage information specific to WebAuthn pluggable authentication: Installing WebAuthn Pluggable Authentication Using WebAuthn Authentication WebAuthn Passwordless Authentication Device Unregistration ...
https://dev.mysql.com/doc/refman/8.4/en/window-function-descriptions.html
For window function usage information and examples, and definitions of terms such as the OVER clause, window, partition, frame, and peer, see Section 14.20.2, “Window Function Concepts and Syntax”. This section describes nonaggregate window ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-restore.html
For usage examples, see Chapter 5, Recovering or Restoring a Database Server. The restore operations restores the data files from a backup to their original locations on the database server, or to other desired locations. Normally, the restoration ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-update.html
The my.cnf defaults files have no effect other than supplying the limit-memory=MB value, which limits usage of memory while doing the apply-log operation. There are two types of operations to bring your backup data up-to-date: Apply-log Operation ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-commands-validate.html
Here is a sample command for validating a backup image: mysqlbackup -uroot --backup-image=/logs/fullimage.mi validate Advanced: Here is a sample command for validating a backup directory: mysqlbackup -uroot --backup-dir=/logs/backupext validate For ... 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 ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-encryption-options.html
See Chapter 10, Encryption for Backups for more details and usage examples for the encryption and decryption functions of MySQL Enterprise Backup. These options are for creating encrypted single-file backups and for decrypting them. --encrypt ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-incremental-options.html
For an overview of incremental backups and usage examples for these options, see Section 4.3.3, “Making a Differential or Incremental Backup” and Section 5.1.3, “Restoring an Incremental Backup”. To take an incremental backup, specify the ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-performance.html
For usage instructions for the backup and apply stages of incremental backups, see Section 4.3.3, “Making a Differential or Incremental Backup”. This section describes the performance considerations for backing up a database with MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-prep-storage.html
See the description for --backup-dir for details on its usage for different operations. Most mysqlbackup operations, including those on single-file backups, write data or metadata to a designated directory referred to as the “backup directory” ...