Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-enterprise-firewall.html
MySQL Enterprise Edition includes MySQL Enterprise Firewall, an application-level firewall that enables database server administrators to permit or deny SQL statement execution based on matching against allowlists of accepted statement patterns.
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/meb-mem.html
The MySQL Enterprise Monitor is a companion product to the MySQL Server that enables monitoring of MySQL instances and their hosts, notification of potential issues and problems, and advice on how to correct issues. Among its other functions, it ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/mysqlbackup.cycle.html
To illustrate the basic steps in creating and making use of a backup, the following example shows how to perform a full backup, verify it, and then restore it to a server.
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore.compressed-backup.html
Note The --uncompress option is no longer needed when restoring a compressed backup.
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore.encrypted.html
Restore an encrypted backup image named <image_name> to <restoreDir> on the server with copy-back-and-apply-log, using the encryption key contained in a file named <keyFile> : Example 5.5 Restoring an Encrypted Backup Image mysqlbackup ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore.external-tablespaces.html
When a backup contains external InnoDB tablespaces that resided outside of the backed-up server's data directory, you can restore them to locations different from their original ones by updating their path names in the tablespace_tracker file ...
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/mysql-router/9.7/en/mysql-router-deploying-bootstrapping.html
mysql> select @@port; +--------+ | @@port | +--------+ | 3310 | +--------+ 1 row in set (0.00 sec) For additional examples, see Set Up a MySQL Server Sandbox and Deploying a Production InnoDB Cluster. Here is a brief example to demonstrate how ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter_plugin_info.html
The mysqlrouter_plugin_info utility is a debugging tool that inspects a MySQL Router plugin for potential conflicts and general problems.
https://dev.mysql.com/doc/mysql-shell/9.7/en/add-instance-replicaset.html
To add instances to a ReplicaSet, complete the following steps: Use the ReplicaSet.addInstance(instance) operation to add secondary instances to the ReplicaSet. The user you specify must have the privileges required and must be the same on all ...