Search



Search Results
Displaying 2351 to 2360 of 2406 total results
https://dev.mysql.com/doc/mysql-router/9.4/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.4/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 ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/adding-replicaset-instances.html
MySQL Shell connects to the target instance using the same user name and password used to obtain the ReplicaSet handle object. When you have created a ReplicaSet, you can use the ReplicaSet.addInstance() operation to add an instance as a read-only ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-installing-components.html
A production deployment uses multiple remote host machines running MySQL server instances, so you need to connect to each machine using a tool such as SSH or Windows remote desktop to carry out tasks such as installing components. How you install ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-persisting-settings.html
Depending on the way MySQL Shell is connected to an instance and the version of MySQL Server installed on the instance, these configuration changes can be persisted to the instance automatically. The AdminAPI commands you use to work with an InnoDB ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-sandboxes.html
Unlike a production deployment, where you work with instances and specify them by a connection string, sandbox instances run locally on the same machine as that you are running MySQL Shell. This section explains how to set up a sandbox deployment ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/adminapi-locking.html
Previously, different instances of MySQL Shell could connect and process AdminAPI operations simultaneously on the same resource. This could lead to inconsistent states and errors, for example, if Cluster.addInstance() and ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/check-instance-configuration.html
The user which you use to connect to the instance must have suitable privileges, for example as configured at Configuring InnoDB Cluster Administrator Accounts Manually. Before creating a production deployment from server instances you need to ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/customize-your-cluster.html
Pass the localAddress option to the dba.createCluster() and cluster.addInstance() commands to customize the address which an instance provides for connections from other instances. When you create a cluster and add instances to it, values such as ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/deploying-innodb-replicasets.html
Connect to the instances using MySQL Shell, and configure each instance you will use in your ReplicaSet before creating a ReplicaSet. Important It is recommended that you always use the most recent version of MySQL Shell available. The latest ...
Displaying 2351 to 2360 of 2406 total results