Search Results
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 ...
https://dev.mysql.com/doc/workbench/en/wb-reverse-engineer-live.html
Note Importing 250 or more 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 live database, click Database and then Reverse ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Please note that 'useServerPrepStmts' is automatically set to "true" in this case because cursor functionality is available only for server-side prepared statements. Default Value false Since Version 5.1.32 elideSetAutoCommits Should the driver only ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...
https://dev.mysql.com/doc/connectors/en/connector-j-overview.html
MySQL provides connectivity for client applications developed in the Java programming language with MySQL Connector/J. Connector/J implements the Java Database Connectivity (JDBC) API, as well as a number of value-adding extensions of it. MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-server-authentication.html
Server authentication via server certificate verification is enabled when the Connector/J connection property sslMode is set to VERIFY_CA or VERIFY_IDENTITY. If sslMode is not set, server authentication via server certificate verification is ...