Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset.html
A ClusterSet replication channel named clusterset_replication is set up on each cluster during the InnoDB ClusterSet creation process, and when a cluster is a replica, it uses the channel to replicate transactions from the primary. You can choose to ... MySQL InnoDB ClusterSet provides disaster tolerance for InnoDB Cluster deployments by linking a primary InnoDB Cluster with one or more replicas of itself in alternate locations, such as different ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/monitoring-innodb-cluster.html
Shows values of REQUIRED or DISABLED, depending on how the memberSslMode option was configured during either createCluster() or addInstance(). This section describes how to use AdminAPI to monitor an InnoDB Cluster. The address, label and role ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-command-line-integration.html
For example if you want to automate how you create an InnoDB Cluster using a bash script, you could use the command-line integration to call AdminAPI operations. MySQL Shell exposes much of its functionality through an API command-line integration ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-customizing.html
MySQL Shell offers these customization options for you to change its behavior and code execution environment to suit your preferences: Create startup scripts that are executed when MySQL Shell is started in JavaScript or Python mode. Set ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extending.html
Reports and extension objects can be created using JavaScript or Python, and can be used regardless of the active MySQL Shell language. You can define extensions to the base functionality of MySQL Shell in the form of reports and extension objects.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-monitoring.html
This section describes how to monitor your Read Replicas, view topologies, and so on. Status Describe Status For detailed information on the Cluster.status() method, see Section 8.7, “Monitoring InnoDB Cluster”. Read Replica information is ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-prereqs.html
As such, it is recommended you run dba.checkInstanceConfiguration() or dba.configureInstance() before attempting to create a Read Replica. To use a MySQL instance as a Read Replica, it must meet the following criteria: The instance must be a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-dump-load-binlogs.html
The binary log dump and load utilities provide similar features to the mysqlbinlog utility, enabling multi-threaded dumps of multiple binlogs at once, compression of the dumped data and support for remote storage.They enable you to apply changes ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities.html
As a result, if you connect to a MySQL Server which uses an option file, it will be used, by default, and attempt to create a global session using that configuration. To access the utilities from within MySQL Shell, use the util global object, which ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/reboot-outage.html
If this process fails, and the cluster metadata has become badly corrupted, you might need to drop the metadata and create the cluster again from scratch. If your cluster experiences a complete outage you can reconfigure it using ...