Search Results
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-read-replicas.html
In the event of a failure of the source, the Read Replica automatically connects to another Cluster member and resumes replication. MySQL Shell Read Replicas are read-only copies of a Cluster member. Asynchronous replication keeps the replica up to ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-builtin.html
A listing of the current threads in the connected MySQL server (threads. MySQL Shell includes built-in reports to display the following information: The results of any specified SQL query (query. As with user-defined reports, the built-in reports ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-sql-system-log.html
Mar 1 17:35:33 myhost mysqlsh[33060]: SYSTEM_USER=hanna_j MYSQL_USER=hanna CONNECTION_ID=14 DB_SERVER=localhost DB='--' QUERY='create table test.test (c int, my_row_id BIGINT AUTO_INCREMENT INVISIBLE PRIMARY KEY);' . SQL statements that you issue ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/rejoin-cluster.html
If an instance leaves the cluster, for example because it lost connection, and for some reason it could not automatically rejoin the cluster, it might be necessary to rejoin it to the cluster at a later stage. Tip If the instance has ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/replicaset-describing.html
To retrieve the description of the ReplicaSet, you must be connected to one of the ReplicaSet members. This section describes how to retrieve a JSON object describing the structure of a ReplicaSet using replicaSet.describe(). The following data is ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/replicaset-status.html
ReplicaSet.status({extended:2}): Setting extended to 2 includes important replication related configuration settings, such as encrypted connections, and so on. The ReplicaSet.status() operation supports the extended option to get different levels of ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-generate-explanation.html
You can use the session variable for the model that is valid for the duration of the connection. After training a classification model, you can query the default model explanation or query new model explanations. Explanations help you understand ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-generate-prediction.html
You can use the session variable for the model that is valid for the duration of the connection. To generate predictions, use the sample data from the testing_data dataset. Even though the table has labels for the Approved target column, the column ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-classification-overview.html
Preparing Data To prepare the data for the classification model: Connect to the MySQL Server. This topic describes how to prepare the data to use for a classification machine learning model. The classification use-case is to approve or reject loan ...