Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/backup.compressed.html
Compression lets you keep more sets of backup data on hand or save transmission time when sending the backup data to another server. To avoid wasting CPU cycles without saving additional disk space, --compress does not attempt to compress tables ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-exitcodes.html
MySQL Enterprise Backup returns one of the following exit codes as it exits an operation. The meaning of each code is explained in Table 17.1, “MySQL Enterprise Backup Exit Codes and Messages” by its associated exit message. Users can, for ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-files-backed-up-myisam.html
Note While MySQL Enterprise Backup can back up non-InnoDB data (like MYISAM tables), the MySQL server to be backed up must support InnoDB, and the server must contain at least one InnoDB table. mysqlbackup also backs up the .MYD files, .MYI files, ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/index.html
Abstract This manual describes how to install and configure MySQL Connector/C++ 9.7, which provides C++ and plain C interfaces for communicating with MySQL servers, and how to use Connector/C++ to develop database applications. Connector/C++ 9.7 is ...For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-bootstrapping-router.html
To bootstrap MySQL Router at the command-line, pass in the --bootstrap option when you start the mysqlrouter command, and it retrieves the topology information from the metadata and configures routing connections to the server instances. Note Do not ... You bootstrap MySQL Router against an InnoDB ReplicaSet or InnoDB Cluster to automatically configure ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-sandboxes.html
You can test the functionality locally before deploying on your production servers. In a production environment, the MySQL Server instances are deployed to various host machines on the network. This section explains how to set up a sandbox ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/admin-api-tagging.html
This functionality enables you to safely take a server instance offline so that applications and MySQL Router ignore it. For example, while you perform maintenance tasks, such as a server upgrade or configuration changes. A configurable tag ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-from-group-replication.html
At least 3 instances are needed for the cluster to be able to withstand up to one server failure. If you do not specify adoptFromGR: true, and the target server instance belongs to a replication group, MySQL Shell prompts you to confirm whether you ... If you have an existing deployment of Group Replication and you want to use it to create a cluster, pass the adoptFromGR option to the dba.createCluster() ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-clusterset-setting-options-channels.html
Specifies the compression level to use for connections to the replication source server that use the zstd compression algorithm. specifies the network namespace to use for TCP/IP connections to the replication source server or, if the MySQL ... The ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-connection-openid-oauth.html
To connect to a server using OpenID Connect, you must have an OpenID token file and an OpenID user on the target server. Note OpenID Connect authentication protocol is supported by MySQL Enterprise Edition, only. For example: CREATE USER ...