Search Results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This document contains release notes for the changes in ...
https://dev.mysql.com/doc/connector-j/en/connecting-using-kerberos.html
An error is thrown if Connector/J is unable to obtain the correct Kerberos configurations, unable to communicate with the Kerberos server, or unable to perform either of the two steps above. Kerberos is a ticket-based server-client mutual ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-exceptions-warnings.html
Default Value false Since Version 5.1.15 useOnlyServerErrorMessages Don't prepend standard 'SQLState' error messages to error messages returned by the server. dumpQueriesOnException Should the driver dump the contents of the query sent to the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-performance-extensions.html
Default Value true Since Version 3.1.7 maintainTimeStats Should the driver maintain various internal timers to enable idle time calculations as well as more verbose error messages when the connection to the server fails? Setting this property to ...
https://dev.mysql.com/doc/connector-j/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 ...If not specified, the public key will be retrieved from the ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-dns-srv.html
Connector/J supports the use of DNS SRV records for connections. For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS ...
https://dev.mysql.com/doc/connector-j/en/connector-j-support-bug-report.html
The most common errors made in bug reports are (a) not including the version number of Connector/J or MySQL used, and (b) not fully describing the platform on which Connector/J is installed (including the JVM version, and the platform type and ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-connect-drivermanager.html
} catch (SQLException ex) { // handle any errors System.out.println("SQLException: " + ex.getMessage()); System.out.println("SQLState: " + ex.getSQLState()); System.out.println("VendorError: " + ex.getErrorCode()); } Once a Connection is ... When ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-known-issues-limitations.html
In order to avoid such errors, we recommend setting a connection time zone that uses a monotonic clock by, for example, setting connectionTimeZone=UTC, and configuring other date-time connection properties according to your needs; see Section 6.6, ... The following are some known issues and limitations for MySQL Connector/J: When Connector/J retrieves timestamps for a daylight saving time (DST) switch day using the getTimeStamp() method on the result set, some of the returned values might be ...
https://dev.mysql.com/doc/connector-j/en/preface.html
Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. This manual describes how to install, configure, and ...