Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-authentications.html
...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-replication-connection.html
See Section 9.4, “Configuring Source/Replica Replication with Connector/J” for details on the topic.
https://dev.mysql.com/doc/c-api/8.4/en/mysql-connect.html
MYSQL * mysql_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd) Description This function is deprecated.
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-24.html
Functionality Added or Changed Previously, if the connection to the server was not used within the period specified by the wait_timeout system variable and the server closed the connection, the client received no notification of the reason. (WL ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-options-variables.html
clone_ddl_timeout Command-Line Format --clone-ddl-timeout System Variable clone_ddl_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 300 Minimum Value 0 Maximum Value 2592000 Unit seconds The time in seconds that a ... This section describes the system variables that control operation of the clone ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the appropriate account row from the mysql.user system table. The server then authenticates the client, determining from ...Pluggable authentication makes it easy for DBAs to choose and change the authentication method used for individual MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-implementation-notes.html
MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test suite. This section gives details on an interface-by-interface level about implementation ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
MySQL Connector/J, as a rigorous implementation of the JDBC API, passes all of the tests in the publicly available version of Oracle's JDBC compliance test suite. This section gives details on an interface-by-interface level about implementation ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-6.html
(Bug #37389565) Bugs Fixed Important Note; Group Replication: The Group Communication System (GCS) handles Group Replication communication between members, and keeps track of the group membership and connections between all group members. In the ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-3-0.html
Version 8.3.0 is a new GA release of MySQL Connector/J. MySQL Connector/J 8.3.0 supersedes 8.2 and is recommended for use on production systems. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. Installation ...