Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-prep-gather.html
Before backing up a particular database server for the first time, gather some information and use it to make some planning decisions, as outlined in the following table. Table 4.1 Information Needed to Back Up a Database Information to Gather ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/exec-option.html
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 non-InnoDB tables are still locked. For example, you can use this option to ...This command can copy or create additional files in the backup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/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 9.7.0 is a backup utility for MySQL ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-exitcodes.html
The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit message. MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. Users can, for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-generated.html
*.bkt: Transfer file created for an encrypted InnoDB table during backup. It contains the reencrypted tablespace key and other information related to the encryption. For details about these are other files contained in the backup, see Table 1.1, ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-ldap.html
LDAP pluggable authentication is a feature supported by the MySQL Enterprise Edition; the user by which mysqlbackup connects to the server can be authenticated using LDAP.
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore-performance.html
For example, backup performance might be acceptable using mysqldump, but mysqldump typically takes much longer than MySQL Enterprise Backup for a restore operation. The restore operation (except for Table-Level Restore) is always performed with the ... This section describes the performance considerations for restoring a database server with MySQL Enterprise ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-general-features-connection-sharing.html
If the client connection is idle for more than a specified time, the server connection idles until a new client connection is established. and SQL_CALC_FOUND_ROWS User variables Temporary tables Prepared statements Note Transactions and LOCK TABLES ... MySQL Router enables server connections to be pooled and ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/check-instance-configuration.html
The user which you use to connect to the instance must have suitable privileges, for example as configured at Configuring InnoDB Cluster Administrator Accounts Manually. Before creating a production deployment from server instances you need to ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-switchover.html
Follow the controlled switchover procedure if the primary cluster in an InnoDB ClusterSet deployment is functioning acceptably, but you need to carry out maintenance or fix some minor issues to improve the primary cluster's function. A primary ... A ...