Search



Search Results
Displaying 1151 to 1160 of 1437 total results
https://dev.mysql.com/doc/connectors/en/connector-j-interceptors.html
With Connector/J, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. An interceptor is a software design pattern that provides a transparent way to ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
Besides using the new schemas in the connection URLs, DNS SRV record support can be enabled or disabled using the two new connection properties, dnsSrv and xdevapi.dns-srv, for JDBC and X DevAPI connections respectively. Connector/J supports the ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
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 the environment in which it runs. Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-known-issues-limitations.html
The functionality of the property elideSetAutoCommits has been disabled due to Bug# 66884. 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 ...
https://dev.mysql.com/doc/connectors/en/connector-j-using-pam.html
To disable the PAM authentication feature, specify mysql_clear_password (the method) or com.mysql.cj.protocol.a.authentication.MysqlClearPasswordPlugin (the class name) in the comma-separated list of arguments for the disabledAuthenticationPlugins ... Java applications using Connector/J can connect to MySQL servers that use the pluggable authentication module (PAM) authentication ...
https://dev.mysql.com/doc/connectors/en/connector-net-interceptors.html
With MySQL Connector/NET, the interceptors are enabled and disabled by updating the connection string to refer to different sets of interceptor classes that you instantiate. An interceptor is a software design pattern that provides a transparent ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-authentication-user-plugin.html
Note The mysql_native_password plugin is disabled by default as of MySQL Server 8.4.0 and removed as of MySQL Server 9.0.0. 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-binary-issues.html
However, some existing applications may encounter issues with this change and can use a connection string option to enable or disable it. There are certain situations where MySQL will return incorrect metadata about one or more columns. More ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-tablecaching.html
This feature is transparent to the application, and is disabled by default. Table caching is a feature that can be used to cache slow-changing datasets on the client side. This is useful for applications that are designed to use readers, but still ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-telemetry.html
If the server does not support query attributes or has them disabled, then Connector/NET skips the entire context propagation flow. OpenTelementry (OTel) standardizes instrumentation, generation, collecting and exporting telemetry data to be ...
Displaying 1151 to 1160 of 1437 total results