Search Results
https://dev.mysql.com/doc/connectors/en/connector-cpp-support.html
For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. For general discussion of Connector/C++, please use the C/C++ community forum. For Licensing questions, and to purchase MySQL Products and ...
https://dev.mysql.com/doc/connectors/en/connector-cpp.html
For notes detailing the changes in each release of Connector/C++, see MySQL Connector/C++ Release Notes. MySQL Connector/C++ is the C++ interface for communicating with MySQL servers. For help with using MySQL, please visit the MySQL Forums, where ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Note that "useLocalSessionState=true" will force the same behavior as "alwaysSendSetIsolation=false", regardless of how 'alwaysSendSetIsolation' is set. Please note that 'useServerPrepStmts' is automatically set to "true" in this case because cursor ... 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 set to ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. Note If the mechanism you use to configure a JDBC URL is XML-based, use the XML character literal & to separate configuration parameters, as the ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Note that MySQL servers 5.7 and up, when compiled with OpenSSL, can automatically generate missing SSL files at startup and configure the SSL connection accordingly. Notes Since Connector/J 8.0.28, the connection property enabledTLSProtocols has ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Note Some of these Connector/J 5.1 exceptions are duplicated in the com.mysql.jdbc.exception.jdbc4 package; that is indicated by “[jdbc4.]” in their names in Table 3.3. Note The Connector/J's behavior in this respect has changed since release ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-connection-pooling.html
* * Note: This code only works when you are using servlets * or EJBs in a J2EE application server. 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 ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
The following XML snippet illustrates how to select this option: <parameter> <name>validationQuery</name> <value>/* ping */</value> </parameter> Note that /* ping */ has to be specified exactly. The following instructions are based on the ...
https://dev.mysql.com/doc/connectors/en/connector-j.html
For notes detailing the changes in each release of Connector/J, see MySQL Connector/J Release Notes. MySQL Connector/J is a JDBC driver for communicating with MySQL servers. For help with using MySQL, please visit the MySQL Forums, where you can ...
https://dev.mysql.com/doc/connectors/en/connector-net-asp-provider.html
You do this by first removing the dummy connection string and then adding in the proper one, as shown in the following example: <connectionStrings> <remove name="LocalMySqlServer"/> <add name="LocalMySqlServer" ... MySQL Connector/NET includes a ...