Search



Search Results
Displaying 1841 to 1850 of 3329 total results
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-exceptions-warnings.html
dumpQueriesOnException Should the driver dump the contents of the query sent to the server in the message for SQLExceptions? Default Value false Since Version 3.1.3 exceptionInterceptors Comma-delimited list of classes that implement the interface ...These classes will be instantiated one per 'Connection' instance, and all 'SQLException' exceptions thrown by the driver will be allowed to be intercepted by these interceptors, in a chained fashion, with the first class listed as the head of the ...
https://dev.mysql.com/doc/connectors/en/connector-j-fips.html
Note When set to true, Connector/J always performs server certificate validation (even if sslMode is set to PREFERRED or REQUIRED), which means a truststore must be configured with the connection proprieties described below, or the fallback ...The ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. If you specify a configuration property in the URL without providing a value for it, nothing will be set; for example, adding useServerPrepStmts alone to the ...Unless otherwise noted, properties can be set for a DataSource object or for a Connection ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. Connector/J supports the use of DNS SRV records for connections. When multiple MySQL instances provide the same service for your applications, DNS ...
https://dev.mysql.com/doc/connectors/en/connector-j-unix-socket.html
Connector/J does not natively support connections to MySQL Servers with Unix domain sockets. However, there is provision for using 3rd-party libraries that supply the function via a pluggable socket factory. Such a custom factory should implement ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
serverTimezone is now an alias for the connection property connectionTimeZone, which has replaced serverTimezone. Upgrading an application developed for Connector/J 5.1 to use Connector/J 8.0 and beyond might require certain changes to your code or ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-connect-drivermanager.html
When you are using JDBC outside of an application server, the DriverManager class manages the establishment of connections. When the user for the connection is unspecified, Connector/J's implementations of the authentication plugins use by default ...Specify to the DriverManager which JDBC drivers to try to make Connections ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-tomcat.html
Next, configure the JNDI DataSource by adding a declaration resource to $CATALINA_HOME/conf/server.xml in the context that defines your web application: <Context ....> ... This sends a ping to the server which then returns a fake result set. The ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-mfa.html
Multifactor authentication (MFA) is the use of multiple authentication factors during an authentication process. When authenticating user accounts that require multiple passwords, up to three passwords can be specified using the Connector/J ...
https://dev.mysql.com/doc/connectors/en/connector-j-versions.html
Also, a customized JSSE provider might be required to use some later TLS versions and cipher suites when connecting to MySQL servers. Here is some compatibility information for Connector/J 8.0: JDBC versions: Connector/J 8.0 implements JDBC 4.2.
Displaying 1841 to 1850 of 3329 total results