Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/configuring-parallel-applier.html
Using multiple replica applier threads in parallel improves the throughput of both the replication applier and incremental recovery. Instances support and enable parallel replication applier threads, sometimes referred to as a multi-threaded ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-debug-diagnostics.html
Each diagnostic is prefixed with a number, 1 (one) for the server MySQL Shell is connected to, and incremented for each member detected. The debugging and diagnostics utility util.debug.collectDiagnostics() enables you to collect diagnostic data on ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-working-with-history.html
You can also search the history using the incremental history search feature. You can save your history between sessions by enabling the MySQL Shell history.autoSave option. For example, to make this change permanent issue: mysqlsh-js> \option ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/replicaset-status.html
The output of ReplicaSet.status(extended=1) is similar to Cluster.status(extended=1), but the main difference is that the replication field is always available because InnoDB ReplicaSet relies on MySQL Replication all the time, unlike InnoDB Cluster ...The ReplicaSet.status() operation supports the extended option to get different levels of ...
https://dev.mysql.com/doc/workbench/en/wb-configuration-additional.html
Use the related Auto-save scripts interval setting to modify its behavior. Enable Code Completion in Editors: Code suggestions can be activated either manually, or automatically if the related Automatically Start Code Completion setting is also ...
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
*.cache: This information (schemas, engines, and other global information) serves as a quick lookup source for the SQL editor's auto completion functionality, and is implicitly updated whenever the schema tree is updated. sql_workspaces/ Directory ... MySQL Workbench saves configuration, cache, and log-related files and directories on your ...
https://dev.mysql.com/doc/workbench/en/wb-keys.html
The following tables list keyboard shortcuts for MySQL Workbench commands.
https://dev.mysql.com/doc/workbench/en/wb-plugins.html
Examples of this include auto-arranging a diagram, or making batch changes to objects. Plugins are special Modules that are exposed to the user through the Workbench GUI. This is typically done using the main menu, or the context-sensitive menu.
https://dev.mysql.com/doc/workbench/en/wb-preferences-modeling.html
Auto-save model interval: [ 1 minute ] An open model that has not been saved will automatically be saved after this period. MySQL Workbench can then attempt to recover the last autosaved version. For automatic recovery to be available on a new file, ... This section provides configuration options that affect the modeling functionality in MySQL Workbench (see the figure that ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-create-script.html
Note Importing a large number (1000) objects could fail to create an EER diagram and instead emit a resource warning with the text "Too many objects are selected for auto placement. To reverse-engineer a database using a create script, do one of ...