Search



Search Results
Displaying 521 to 530 of 747 total results
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-deploy-router.html
MySQL Router connects to the instance and uses the included metadata cache plugin to retrieve the metadata, consisting of a list of server instance addresses and their role. To use X Protocol the server instances must have X Plugin installed and ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/cli-integration-for-api-functions.html
This should be considered while developing MySQL Shell Plugins that you want to expose with the command-line integration. For example, to call a function exposed by shell.options, such as setPersist(optionName, value), use the syntax: $ mysqlsh -- ... 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.4/en/code-limitations.html
SQL Limitations for X Protocol Sessions The following statements are not possible with an X Protocol session: ALTER INSTANCE INSTALL COMPONENT INSTALL PLUGIN LOAD DATA LOCAL INFILE LOCK INSTANCE FOR BACKUP UNINSTALL COMPONENT UNINSTALL PLUGIN UNLOCK ... This section describes the limitations of the various supported MySQL Shell ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/create-cluster.html
Once you have prepared your instances, use the dba.createCluster() function to create the cluster, using the instance which MySQL Shell is connected to as the seed instance for the cluster. The seed instance is replicated to the other instances ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/monitoring-innodb-cluster.html
memberRole the Member Role as reported by the Group Replication plugin, see the MEMBER_ROLE column of the replication_group_members table. memberState the Member State as reported by the Group Replication plugin, see the MEMBER_STATE column of the ... This section describes how to use AdminAPI to monitor an InnoDB ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-cluster-clone-deployment.html
InnoDB Cluster integrates the MySQL Clone plugin to provide automatic provisioning of joining instances. For more information, see The Clone Plugin and Cloning for Distributed Recovery In contrast to using MySQL Clone, incremental recovery is the ...The process of retrieving the cluster's data so that the instance can synchronize with the cluster is called distributed ...
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 ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-objects-examples.html
Example 11.1 Creating and Registering Extension Objects - Python This example creates a function hello_world() which is made available through the user-defined MySQL Shell global object demo. The code creates a new extension object and adds the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting.html
You can store your report as part of a MySQL Shell plugin (see Section 11.3, “MySQL Shell Plugins”). MySQL Shell enables you to set up and run reports to display live information from a MySQL server, such as status and performance information.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sessions.html
For X Protocol to be available, X Plugin must be installed and enabled on the MySQL Server instance, which it is by default from MySQL 8.0. X Plugin listens to the port specified by mysqlx_port, which defaults to 33060, so specify this port with ...
Displaying 521 to 530 of 747 total results