Search Results
                    
                    
            https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
                                For descriptions here that refer to documentation files, those files have names such as CONTRIBUTING.md, README.md, README.txt, README, LICENSE.txt, LICENSE, INFO_BIN, and INFO_SRC.  To obtain a Connector/C++ binary distribution, visit the ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
                                Although the typical setup described above uses the same CA certificate in both ends for mutual authentication, it does not have to be the case.  Apply the steps outlined in both Section 3.5.9.1, “Setting up Server Authentication” and Section ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-blob-clob-processing.html
                                 blobSendChunkSize Chunk size to use when sending BLOB/CLOBs via server-prepared statements. Note that this value cannot exceed the value of 'maxAllowedPacket' and, if that is the case, then this value will be corrected automatically. Since Version ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-jdbc-compliance.html
                                Setting this property to "true" will result in a behavior that is congruent to JDBC-3.0 and earlier versions of the JDBC specification, but which could have unexpected results.  useColumnNamesInFindColumn Prior to JDBC-4.0, the JDBC specification ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-networking.html
                                This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and have a public no-args constructor.  socksProxyHost Name or IP address of a SOCKS host to connect through. Default Value 1080 Since Version 5.1.34 socketFactory The ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
                                Even if the timeout doesn't expire before the query is processed, there will be memory used by the 'TimerTask' for the given timeout which won't be reclaimed until the time the timeout would have expired if it hadn't been cancelled by the driver. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-interceptors.html
                                In these kinds of interceptor classes, you might add extra diagnostic information to exceptions that can have multiple causes or indicate a problem with server settings.  An interceptor is a software design pattern that provides a transparent way to ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-query-attributes.html
                                 Connector/J supports Query Attributes when it has been enabled on the server by installing the query_attributes component (see Prerequisites for Using Query Attributes for details). Attributes are set for a query by using the setAttribute() method ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-session-state-tracker.html
                                 Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
                                Note Going from Connector/J 5.1 to 8.0 and beyond, a number of Ant properties for testing Connector/J have been renamed or removed; see Section 3.3.4.1.5, “Change for Test Properties” for details.  The Connector/J source code repository or ...