Search



Search Results
Displaying 2121 to 2130 of 3428 total results
https://dev.mysql.com/doc/relnotes/mysql-operator/en/news-8-2-0-2.1.1.html
(WL #15351) Added functionality that enables certificate-based authentication between cluster members with X509 certificates for users, unless tls.useSelfSigned = true. Functionality Added or Changed Added the ability to define custom MySQL Router ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
The connection option xdevapi.compression-extensions allows users to configure Connector/J to use any compression algorithm that is supported by MySQL Server, as long as there is a Java implementation for that algorithm. Connector/J supports data ...
https://dev.mysql.com/doc/connector-j/en/connector-j-interceptors.html
An interceptor is a software design pattern that provides a transparent way to extend or modify some aspect of a program, similar to a user exit. With Connector/J, the interceptors are enabled and disabled by updating the connection string to refer ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html
Configuration properties define how Connector/J will make a connection to a MySQL server. Unless otherwise noted, properties can be set for a DataSource object or for a Connection object. If you specify a configuration property in the URL without ...
https://dev.mysql.com/doc/connector-j/en/connector-j-session-state-tracker.html
Connector/J can receive information on client session state changes tracked by the server if the tracking has been enabled on the server. The reception of the information is enabled by setting the Connector/J connection property trackSessionState ...
https://dev.mysql.com/doc/connector-j/en/connector-j-support-community.html
You can join the #connectors channel in the MySQL Community Slack workspace, where you can get help directly from MySQL developers and other users.
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-load-balancing-failover.html
When a SQLException matches conditions defined by user, using the extension points defined by the loadBalanceSQLStateFailover, loadBalanceSQLExceptionSubclassFailover or loadBalanceExceptionChecker properties. Connector/J provides a useful ...
https://dev.mysql.com/doc/connector-j/en/connector-j-using-xdevapi.html
See Using MySQL as a Document Store, the X DevAPI User Guide, and the Connector/J X DevAPI Reference available at Connectors and APIs for details. Connector/J 9.5 supports the X DevAPI, through which native support by MySQL for JSON, NoSQL, ...
https://dev.mysql.com/doc/connector-j/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Abstract This manual describes how to install, configure, and develop database applications using MySQL Connector/J 9.5, a JDBC and ...
https://dev.mysql.com/doc/refman/8.4/en/activestate-perl.html
If you cannot get the procedure to work, you should install the ODBC driver instead and connect to the MySQL server through ODBC: use DBI; $dbh= DBI->connect("DBI:ODBC:$dsn",$user,$password) || die "Got error $DBI::errstr when connecting to $dsn\n"; ... On Windows, you should do the following to install the MySQL DBD module with ActiveState Perl: Get ActiveState Perl from http://www.activestate.com/Products/ActivePerl/ and install ...
Displaying 2121 to 2130 of 3428 total results