Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-diagnostics.html
If the user connects to an instance using X Protocol, and runs any of the diagnostics utilities, they automatically establish a classic connection to the instance. MySQL Shell diagnostic utilities enable you to analyze the performance of your ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-mysqlsh.html
port The port number for MySQL Shell's connection to the MySQL server. You can either specify it in the URI-like connection string, or using an additional --schema command line option. With the mysqlsh command interface, you invoke the JSON import ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-run.html
The JSON import utility requires an existing X Protocol connection to the server. If you omit this option, MySQL Shell attempts to identify and use the schema name in use for the current session, as specified in a URI-like connection string, \use ...In the MySQL Shell API, the JSON import utility is a function of the util global object, and has the following signature: importJSON (path, options) path is a string specifying the file path for the file containing the JSON documents to be ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/restore-cluster-from-quorum-loss.html
This assumes you can connect to an instance that contains the InnoDB Cluster metadata, and that instance can contact the other instances you want to use to restore the cluster. Connect to an instance which contains the cluster's metadata, then use ... If an instance (or instances) fail, then a cluster can lose its quorum, which is the ability to vote in a new ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/retrieving-a-handler.html
To retrieve the handler object, you establish a connection to one of the active instances, including Read Replicas, which belong to the InnoDB Cluster, InnoDB ClusterSet, or InnoDB ReplicaSet. By default MySQL Shell attempts to connect to the ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/myai-installation-clean-gui.html
You can choose to Only allow local connections for this user (see the Warning near the beginning of Chapter 2, Installing MySQL AI). You can replace the default port number (8000) with another number for MySQL Shell GUI web server to listen for ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-load-model.html
Loading a Model with the Session Variable After training a model, you set a session variable for the model handle that you can use until the current connection ends. This allows you to easily remember the model handle for future routines on the ...
https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
Figure 9.2 Create EER Model from Database A wizard-like dialog presents the following steps: Connection Options, Connect to DBMS, Select Schemas, Retrieve Objects, Select Objects, Reverse Engineer, and Results. MySQL Workbench represents each ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-help.html
The level of information is equivalent to typing help keyword at the mysql prompt and the content is specific to the release series (5.6, 5.7, or 8.0) of the current MySQL connection. Context help requires no MySQL connection to use because the ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-history.html
The Action Output panel displays a summary of the communication between the active MySQL connection in MySQL Workbench and the MySQL server, and can refer to errors or general information. Figure 8.10 SQL Editor: Output: Action Output The History ...