Search



Search Results
Displaying 521 to 530 of 753 total results
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/manifest-usage.html
The file also contains details of all the plugins defined on the backed-up server, by which users should make sure the same plugins are defined in the same manner on the target server for restoration. Each backup directory includes some files in ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysqlrouter.html
Configuration read from the following files in the given order (enclosed in parentheses means not available for reading): (/etc/mysqlrouter/mysqlrouter.conf) /home/philip/.mysqlrouter.conf Plugin Path: /usr/lib/x86_64-linux-gnu/mysqlrouter Default ... 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 ...
https://dev.mysql.com/doc/mysql-shell/9.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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 ...
Displaying 521 to 530 of 753 total results