Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
mysqlrouter Option Summaries mysqlrouter Option Descriptions MySQL Router accepts command line options that are passed into mysqlrouter to affect its behavior, or to bootstrap router based on an InnoDB Cluster. When starting Router, you can ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/add-instances-cluster.html
You need a minimum of three instances in an InnoDB Cluster to make it tolerant to the failure of one instance. Adding further instances increases the tolerance to failure of an InnoDB Cluster. Group Replication implements compatibility policies ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-production-hostname.html
In a production deployment, the instances in which you use run-on separate machines, therefore each machine must have a unique hostname and be able to resolve the hostnames of the other machines, which run server instances. If this is not the case, ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-examples.html
This example configures a Routing Guideline prioritizing local nodes but includes remote nodes as failover options. It routes read-write traffic to primary nodes and read-only traffic across secondary and scale-out nodes, with multiple fallback ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-cluster-user-accounts.html
Configuring InnoDB Cluster Administrator Accounts Manually Internal User Accounts Created by InnoDB Cluster Resetting Recovery Account Passwords The member servers in an InnoDB Cluster make use of three types of user accounts. One InnoDB Cluster ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-deploy.html
Follow this procedure to deploy a sandbox or production InnoDB ClusterSet deployment. A sandbox deployment is where all the MySQL server instances and other software run on a single machine. For a production deployment, the server instances and ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-requirements.html
The basis of an InnoDB ClusterSet deployment is an existing InnoDB Cluster at MySQL 8.0.27 or higher, and a number of standalone MySQL Server instances that can be formed into replica clusters to provide disaster tolerance for this primary cluster.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-requirements.html
Before installing a production deployment of InnoDB Cluster, ensure that the server instances you intend to use meet the following requirements. InnoDB Cluster uses Group Replication and therefore your server instances must meet the same ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-cloud-service-configuration-s3api.html
MySQL Shell S3 support has been tested against the following S3-compatible storage services: Amazon Web Services S3 See Amazon Simple Storage Service Documentation for more information. Oracle Cloud Infrastructure Object Storage See Amazon S3 ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connection-openid-oauth.html
Note OpenID Connect authentication protocol is supported by MySQL Enterprise Edition, only. To connect to a server using OpenID Connect, you must have an OpenID token file and an OpenID user on the target server. For example: CREATE USER ...