Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-grt-data-organization.html
                                 The Generic RunTime (GRT) is the internal system used by MySQL Workbench to hold model document data. It is also the mechanism by which Workbench can interact with Modules and Plugins. Workbench model data, such as diagrams, schemas, and tables, is ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-performance-explain.html
                                 The visual explain feature generates and displays a visual representation of the MySQL EXPLAIN statement by using extended information available in the extended JSON format. MySQL Workbench provides all of the EXPLAIN formats for executed queries ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-preferences-general-editors.html
                                 This section describes the preference options that apply to general-purpose editors (see the figure that follows). Figure 3.5 Preferences: General Editors SQL Parsing in Code Editors SQL properties that can be set include the SQL_MODE, ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-preferences-sql-editor.html
                                 This section provides configuration options that affect the SQL editor functionality in MySQL Workbench. Permits saving and reloading the SQL editor tabs after MySQL Workbench is closed and reopened (including after an unexpected shutdown). 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
                                 Use the Columns subtab to display and edit all the column information for a table. You can also use the Columns subtab to change column properties such as name, data type, and default value. Figure 8.14 The Columns Tab Right-click a row under the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connecting-using-kerberos.html
                                 Kerberos is a ticket-based server-client mutual authentication protocol that is supported by the MySQL Server (commercial versions only) . Support for Kerberos is implemented by Connector/J using the GSS-API, JAAS API, and JCA API; providers for ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-config-failover.html
                                A failover happens when connection-related errors occur for an underlying, active connection. The connection errors are, by default, propagated to the client, which has to handle them by, for example, recreating the working objects (Statement, ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
                                 autoReconnect Should the driver try to re-establish stale and/or dead connections? If enabled the driver will throw an exception for queries issued on a stale or dead connection, which belong to the current transaction, but will attempt reconnect ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
                                 Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. Connection pooling can greatly increase the performance of your Java application, while reducing overall resource ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-connections-pooling.html
                                 The MySQL Connector/NET supports connection pooling for better performance and scalability with database-intensive applications. You can turn it off or adjust its performance characteristics using the connection string options Pooling, Connection ...