Search



Search Results
Displaying 1301 to 1310 of 1804 total results
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
In the Project, Properties tree view, under C++, Preprocessor, enter the appropriate macro into the Preprocessor Definitions text field: For applications that use X DevAPI, X DevAPI for C, or (as of Connector/C++ 8.0.16) the legacy JDBC API, define ... This section describes aspects of building Connector/C++ applications that are specific to Microsoft ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-binary.html
To unpack a compressed tar file, use this command in the intended installation directory: tar zxvf PACKAGE.tar.gz To install from a Zip archive package (.zip file), use WinZip or another tool that can read .zip files to unpack the file into the ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-distribution.html
To install from a Zip archive package (.zip file), use WinZip or another tool that can read .zip files to unpack the file into the location of your choosing. To obtain a Connector/C++ source distribution, visit the Connector/C++ downloads page. A ...
https://dev.mysql.com/doc/connectors/en/connector-j-2-way-authentication.html
The only requirements are that the CA certificate configured in the server must be able to validate the client certificate and the CA certificate imported into the client truststore must be able to validate the server certificate; the two CA ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
If set to "true", its value is rendered with fractional seconds allowing to store milliseconds into MySQL TIME column. connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a ...
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-installing-source.html
Extract contents of the archive into a folder named, for example, mysql-connector-j. 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 ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
In an X DevAPI connection pooling setup, Connector/J re-queries the DNS SRV records regularly and phases out gracefully any connections whose hosts no longer appear in the records, and readmits the connections into the pool when their hosts reappear ... Connector/J supports the use of DNS SRV records for ...
https://dev.mysql.com/doc/connectors/en/connector-j-testing.html
The test cases are divided into the following categories: Unit tests: They are methods located in packages aligning with the classes that they test. The Connector/J source code repository or packages that are shipped with source code include an ...
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 ...
Displaying 1301 to 1310 of 1804 total results