Search



Search Results
Displaying 1871 to 1880 of 1965 total results
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-cluster-working-with-clone.html
In a scenario where incremental recovery is not possible Clone is not supported or is disabled you cannot add the instance to the cluster and an ERROR: The target instance must be either cloned or fully provisioned before it can be added to the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-clusterset-setting-options-channels.html
Note If any of these options are set using cluster.setOption() on a Cluster which is not a member of a ClusterSet, an error is returned. The following options can be set with clusterSet.createReplicaCluster() and cluster.setOption(): ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-innodb-dba-upgrade-metadata.html
As AdminAPI evolves, some releases might require you to upgrade the metadata of existing ClusterSets, ReplicaSets, and Clusters to ensure they are compatible with newer versions of MySQL Shell. For example, the addition of InnoDB ReplicaSet in ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-active-language.html
For example: mysql-py> \system echo Hello from MySQL Shell! MySQL Shell displays the output from the operating system command, or returns an error if it was unable to execute the command. MySQL Shell can execute SQL, JavaScript or Python code, but ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-commands.html
MySQL Shell returns an error if it was unable to execute the command. MySQL Shell provides commands which enable you to modify the execution environment of the code editor, for example to configure the active programming language or a MySQL Server ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-encrypted-connections.html
Using encrypted connections is possible when connecting to a TLS (sometimes referred to as SSL) enabled MySQL server. Much of the configuration of MySQL Shell is based on the options used by MySQL server, see Using Encrypted Connections for more ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-json-integration.html
The code is executed as a complete unit, and an error is returned if it is incomplete. You can activate a JSON shell mode to help with integration of MySQL Shell with other applications that could use its functionality. In this mode, MySQL Shell ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-pluggable-password-configuration-options.html
If an invalid value is detected during the startup of mysqlsh, an error is displayed and storage and retrieval of passwords is disabled. To configure the pluggable password store, use the shell.options interface, see Section 14.4, “Configuring ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-plugins-examples.html
Example 11.3 MySQL Shell plugin containing a report and an extension object This example defines a function show_processes() to display the currently running processes, and a function kill_process() to kill a process with a specified ID.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions.html
If you choose a protocol explicitly or indicate it implicitly when making a connection, MySQL Shell tries to create the connection using that protocol, and returns an error if this fails. In MySQL Shell, connections to MySQL Server instances are ...
Displaying 1871 to 1880 of 1965 total results