Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-commands-backup.html
To avoid mixing normal informational messages with backup output, the --help message, errors, alerts, and normal informational messages are always printed to standard error stream. The backup operations are the most frequently performed tasks by ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup-progress-table-update.html
Rename the original mysql.backup_progress table to mysql.backup_progress_old, and the mysql.backup_progress_new table to mysql.backup_progress. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/bugs.backup.html
However, if the name of the file does not have an extension, it will cause mysqlbackup to throw an error when it tries to restore the backup to a server. Please refer to the MySQL Enterprise Backup 9.7 Release Notes for a list of fixed bugs for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This is the user manual for the MySQL Enterprise Backup ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This manual describes how to install and configure MySQL ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If you are using a Commercial release of MySQL Router, see ...
https://dev.mysql.com/doc/mysql-router/9.7/en/router-set-trace.html
session_not_sharable_on_error: Statements such as SET known_variable = 1, unknown_variable = 2 can cause a session state change, although the statement failed. The server responds with an error, but no session tracker, even though the session state ... MySQL Router supports tracing of statements as they are processed by MySQL Router from client to server and the response to the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/cli-integration-for-api-functions.html
Dictionary parameters can therefore be one of the following types: A predefined set of keys-value pairs is allowed, in which case specifying keys not in the predefined set results in an error. For those parameters, attempting to use a key outside of ... The MySQL Shell provides global objects that expose different functionality, such as dba for InnoDB Cluster and InnoDB ReplicaSet management operations, util for the utility functions, and so ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/deploy-sandbox-instances.html
When ignoreSslError is true, which is the default, no error is issued during the operation if SSL support cannot be provided and the server instance is deployed without SSL support. When ignoreSslError is set to false, the sandbox instance is ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-cluster-fencing.html
Cluster successfully fenced from write traffic To check that you have fenced a primary cluster from write traffic, use the <Cluster>.status command as follows: <Cluster>.clusterset.status() The output is as follows: clusterset.status() { "clusters": ... Following an emergency failover, and there is a risk of the transaction sets differing between parts of the ClusterSet, you have to fence the cluster either from write traffic or all ...