Search



Search Results
Displaying 851 to 860 of 1907 total results
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/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 ...If not specified, the public key will be retrieved from the ...
https://dev.mysql.com/doc/connectors/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/connectors/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/connectors/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/connectors/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 3.5.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/connectors/en/connector-net-programming-authentication-user-plugin.html
/// </summary> protected virtual void CheckConstraints() /// <summary> /// This method, called when the authentication failed, provides a chance to plugins to manage the error /// the way they consider decide (either showing a message, logging it, ... Advanced users with special security requirements can create their own authentication plugins for MySQL Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first option is to use Connector/ODBC as an ADO data source when designing your report. You will be able to browse your ...
Displaying 851 to 860 of 1907 total results