Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-vertical-toolbar.html
                                 The vertical toolbar appears on the left sidebar (see the following figure) when an EER diagram tab is selected. Figure 9.12 The Vertical Toolbar Clicking a tool changes the mouse pointer to a pointer that resembles the tool icon, indicating which ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
                                 This section describes aspects of building Connector/C++ applications that are specific to Microsoft Windows. For general application-building information, see Section 2.5.1, “Building Connector/C++ Applications: General Considerations”. On ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
                                 To obtain a Connector/C++ binary distribution, visit the Connector/C++ downloads page. For some platforms, Connector/C++ binary distributions are available in platform-specific packaging formats. Binary distributions are also available in more ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-distribution.html
                                 To obtain a Connector/C++ source distribution, visit the Connector/C++ downloads page. A Connector/C++ source distribution is packaged as a compressed tar file or Zip archive, denoted here as PACKAGE.tar.gz or PACKAGE.zip. A source distribution in ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
                                 Apply the steps outlined in both Section 3.5.9.1, “Setting up Server Authentication” and Section 3.5.9.2, “Setting up Client Authentication” to set up a mutual, two-way authentication process in which the server and the client authenticate ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
                                 connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a target time zone is needed when preserving instant temporal values. Accepts a geographic time zone name or a time zone ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
                                 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 ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-security.html
                                 paranoid Take measures to prevent exposure sensitive information in error messages and clear data structures holding sensitive data when possible? Default Value false Since Version 3.0.1 serverRSAPublicKeyFile File path to the server RSA public key ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-fractional-seconds.html
                                 While a java.sql.TIME instance, according to the JDBC specification, is not supposed to contain fractional seconds by design, because java.sql.TIME is a wrapper around java.util.Date, it is possible to store fractional seconds in a java.sql.TIME ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-installing-source.html
                                 Caution You need to install Connector/J from source only if you want to build a customized version of Connector/J or if you are interested in helping us test our new code. To just get MySQL Connector/J up and running on your system, install ...