Search Results
Displaying 491 to 500
of 509 total results
- « Previous
- 48
- 49
- 50
- 51
- Next »
https://dev.mysql.com/doc/mysql-shell/9.4/en/command-line-help.html
You can access the MySQL Shell online help when calling commands from the command-line integration using the --help (-h) CLI argument. Global CLI Help To retrieve the list of global objects available for CLI calls, use the following syntax: $ ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-automatic-rejoin-of-instances.html
You can configure the autoRejoinTries option at either the cluster level or for an individual instance using the following commands: dba.createCluster() Cluster.addInstance() Cluster.setOption() Cluster.setInstanceOption() The autoRejoinTries option ... Instances running MySQL 8.0.16 and later support the Group Replication automatic rejoin functionality, which enables you to configure instances to automatically rejoin the cluster after being ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-election-process.html
The memberWeight option accepts an integer value between 0 and 100, which is a percentage weight for automatic primary election on failover. You can optionally configure how a single-primary cluster elects a new primary, for example to prefer one ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-parallel-applier.html
The option accepts integers in the range of 0 to 1024 and can only be used with the dba.configureInstance() and dba.configureReplicaSetInstance() operations. Instances support and enable parallel replication applier threads, sometimes referred to ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/create-cluster.html
The expelTimeout option can take an integer value in the range of 0 to 3600. 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 ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/deploy-sandbox-instances.html
Rather than using a production setup, where each instance runs on a separate host, AdminAPI provides the dba.deploySandboxInstance(port_number) operation. The port_number argument is the TCP port number where the MySQL Server instance listens for ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
The value of connect-timeout must be a non-negative integer that defines a time frame in milliseconds. MySQL Shell can connect to MySQL Server using both X Protocol and classic MySQL protocol. You can specify the MySQL server instance to which ...
https://dev.mysql.com/doc/mysql-shell/9.4/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.4/en/mysql-shell-reporting-create-example.html
This example user-defined report sessions shows which sessions currently exist.
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-create-registering.html
The permitted values are “string”, “bool”, “integer”, and “float”, with a default of “string” if type is not specified. To register your user-defined report with MySQL Shell, call the shell.registerReport() method in JavaScript ...
Displaying 491 to 500
of 509 total results
- « Previous
- 48
- 49
- 50
- 51
- Next »