Search



Search Results
Displaying 1271 to 1280 of 1823 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/installing.html
Unpack this file as follows: tar xvzf package.tgz mysqlbackup is unpacked into a subdirectory. You can either copy them into a system directory (preserving their execute permission bits), or add to your $PATH setting the directory where you unpacked ... Install MySQL Enterprise Backup on each database server whose contents you intend to back ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-backup-optimistic.html
Optimistic backup is a feature for improving performance for backing up and restoring huge databases in which only a small number of tables are modified frequently. During a hot backup of a huge database (say, in the order of terabytes), huge redo ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-encryption.html
Supply the key to mysqlbackup with the --key option, or paste the key into a key file and supply the file's pathname to mysqlbackup with the --key-file option. In order to enhance security for backed up data, MySQL Enterprise Backup provides ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-group-replication.html
For how to use MySQL Enterprise Backup to back up and subsequently restore a Group Replication member, see Using MySQL Enterprise Backup with Group Replication. When working with a Group Replication setup, mysqlbackup makes the backup information ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-performance-space-overview.html
So, take into account the additional storage space and the extra time needed during a restore when considering whether to create compressed backups. When it comes to formulating your backup strategy, performance and storage space are the key ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/trouble.logging.html
Besides the message output of MySQL Enterprise Backup to the stderr stream and the log file, progress and history of each backup are also logged into the mysql.backup_progress and mysql.backup_history tables on the backed-up servers (to skip ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-installation-source-cpp.html
Only out-of-source-builds are supported, so create a directory to use for the build and change location into it. To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 4.1, “Source ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-file-locations.html
Default system-wide installation under /usr/local : /usr/local/etc/mysqlrouter.conf RPM and Debian : /etc/mysqlrouter/mysqlrouter.conf On all systems, a bootstrapped standalone installation using --directory adds mysqlrouter.conf into the directory ... MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/cli-integration-for-api-functions.html
Since mysqlsh exits immediately after executing an object method through this API syntax, any objects received from or passed into an API call would immediately be out of scope. The arguments you pass to functions can be divided into the following ... 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/command-line-integration-overview.html
The name of a object_method is automatically converted from the standard JavaScript style camelCase name, where all case changes are replaced with a - and turned into lowercase. This section provides an overview of the command-line integration and ...
Displaying 1271 to 1280 of 1823 total results