Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
socksProxyHost Name or IP address of a SOCKS host to connect through. Default Value 1080 Since Version 5.1.34 socketFactory The name of the class that the driver should use for creating socket connections to the server. This class must implement ...
https://dev.mysql.com/doc/connector-j/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/connector-j/en/connector-j-opentelemetry.html
OpenTelemetry is a set of APIs, libraries, agents, and instrumentation to provide observability for applications and their interactions with one another. It enables developers to instrument their code so that they can export observability data ...
https://dev.mysql.com/doc/connector-j/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/connector-j/en/connector-j-test-props-changes.html
No longer needed, as multi-JVM tests have been removed from the test suite.
https://dev.mysql.com/doc/connector-j/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/connector-j/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/refman/8.4/en/alter-procedure.html
This behavior can be changed by disabling the automatic_sp_privileges system variable. ALTER PROCEDURE proc_name [characteristic ...] characteristic: { COMMENT 'string' | LANGUAGE SQL | { CONTAINS SQL | NO SQL | READS SQL DATA | MODIFIES SQL DATA } ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Typically the first audit record written after plugin startup contains the server description and startup options. Elements ...
https://dev.mysql.com/doc/refman/8.4/en/concurrent-inserts.html
If concurrent_insert is set to NEVER (or 0), concurrent inserts are disabled. If there are multiple INSERT statements, they are queued and performed in sequence, concurrently with the SELECT statements. The results of a concurrent INSERT may not be ...