Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-sql-editor-main-menu.html
                                Collect Performance Schema Stats: Provides data to the Query Stats result set view, which includes statement specific information about Timing, Rows processed, Temporary tables, Joins per type, Sorting, and Index usage.  When an SQL query tab is ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
                                Figure 8.7 SQL Snippets: Usage Local Snippets (My Snippets) Local snippets are stored in the MySQL Workbench directory.  The Snippets secondary tab includes built-in, local, and shared custom snippets. The My Snippets option stores custom snippets ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-table-editor-indexes-tab.html
                                For a description of the usage patterns for this option, see Invisible Indexes.  The Indexes subtab contains all of the index information for your table. The following figure shows an example of the layout with the PRIMARY index of the customer ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
                                This is useful because loading large scripts for editing can cause performance problems related to increased memory usage and required processing for editor features such as syntax highlighting, syntax checking, and code-folding.  This section ...
                                            
                https://dev.mysql.com/doc/connectors/en/apis-php-introduction.html
                                For general concepts and X DevAPI usage details, see X DevAPI User Guide.  PHP is a server-side, HTML-embedded scripting language that may be used to create dynamic Web pages. It is available for most operating systems and Web servers, and can ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
                                To compile code that is linked statically with the connector library, you must define a macro that adjusts API declarations in the header files for usage with the static library.  This section describes aspects of building Connector/C++ applications ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-connection.html
                                Example usage: "connectionAttributes=key1:value1,key2:value2" This functionality is available for use with MySQL Server version 5.6 or later only.  connectionAttributes A comma-delimited list of user-defined "key:value" pairs, in addition to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-session.html
                                 sessionVariables A comma or semicolon separated list of "name=value" pairs to be sent as "SET [SESSION] ..." to the server when the driver connects. Since Version 3.1.8 characterEncoding Instructs the server to set session system variables ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
                                If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted connections. Default Value PLAIN Since Version 8.0.8 ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
                                 MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test suite. The JDBC specification is flexible on how certain functionality should be implemented. This section gives details on an interface-by-interface level about implementation decisions that might affect how you code applications with MySQL ...