Search Results
                    
                    
            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-x-protocol-and-x-devapi.html
                                For situations where Session creation/initialization speed is critical, setting "xdevapi.connection-attributes=false" will cause connection attribute processing to be bypassed. If the property is not set, the mechanism is chosen depending on the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-reference-charsets.html
                                For Connector/J 8.0.26 and later: There are two phases during the connection initialization in which the character encoding and collation are set. Setting the Character Encoding For Connector/J 8.0.25 and earlier: The character encoding between the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
                                 Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-source-replica-replication-connection.html
                                 This section describe a number of features of Connector/J's support for replication-aware deployments. Such Connection objects report they are read-only, and isSourceConnection() returns false for them. The Connection tests for available source ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
                                It is faster and less troublesome to write a couple more lines in your report than to wait longer for the answer if we must ask you to provide information that was missing from the initial report.  The normal place to report bugs is ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
                                */ InitialContext ctx = new InitialContext(); /* * Lookup the DataSource, which will be backed by a pool * that the application server provides.  Connection pooling is a technique of creating and managing a pool of connections that are ready for use ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
                                 Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. In-process transactions are not lost, and no application exceptions are ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
                                This is an initialization problem that is not related to the driver.  The following instructions are based on the instructions for Tomcat-5.x, available at http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html which is current ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-example.html
                                Initialize a valid .NET Core project and console application using the .NET Core command-line interface (CLI) and then switch to the newly created folder (mysqlefcore).  The Code First approach enables you to define an entity model in code, create a ...