Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-prompt-themes.html
The user configuration path for the mysqlsh directory where the prompt.json is located can be overridden on all platforms by defining the environment variable MYSQLSH_USER_CONFIG_HOME. The MySQL Shell prompt can be customized using prompt theme ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-modifying.html
This operation performs the following tasks: Drops the replication user from the Cluster. This section describes how to modify or remove your Read Replica from the Cluster. Removing Read Replicas Rejoining Read Replica to a Cluster Routing Read ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-reporting-builtin.html
As with user-defined reports, the built-in reports can be run once using the MySQL Shell \show command, or run and then refreshed continuously in a MySQL Shell session using the \watch command. MySQL Shell includes built-in reports to display the ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-debug-slowquery-diagnostics.html
For example: {"customShell": ["command1", "command2", "command3"]} Important These commands run with the privileges of the user running MySQL Shell and should be used with caution. About the Utility Requirements and Restrictions Running the Utility ...
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/replicaset-rescanning.html
Note replicaSet.status() also checks for missing replication users and prompts you to run replicaSet.rescan() to add any missing accounts to the metadata. This section describes how to check a ReplicaSet for consistency using replicaSet.rescan().
https://dev.mysql.com/doc/mysql-shell/9.4/en/shell-admin-api-communication-stack.html
Communication Stack Types The following communication stacks are supported: MYSQL: (default for MySQL Server 8.0.27 or newer) Simplifies the creation of InnoDB Clusters by using MySQL Server's connection security in place of the Group Replication ...
https://dev.mysql.com/doc/workbench/en/wb-design-modeling-interface.html
For all of the other database samples, such as world or employee data, you must create the MySQL Workbench (.mwb) file first before you can view the database objects in a model or add an EER diagram for it. To create a MySQL Workbench model file for ... MySQL Workbench represents each active data model as an icon in the models view of the home screen ...
https://dev.mysql.com/doc/workbench/en/wb-eer-diagram-editor.html
Enhanced Entity-Relationship (EER) diagrams are created by double-clicking Add Diagram in the Model Editor. You may create any number of EER diagrams just as you may create any number of physical schemas (databases). Note This tool is for creating ...Clicking an EER diagram tab navigates to the canvas used for graphically manipulating database ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
For more information, see Chapter 5, Connections in MySQL Workbench and Section 5.2, “Creating A New MySQL Connection (Tutorial)”. Create a group by either right-clicking a connection and choosing the Move to group context menu option, or you ...