Search Results
https://dev.mysql.com/doc/connectors/en/connector-j-authentications.html
...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-replication-connection.html
See Section 3.8.4, “Configuring Source/Replica Replication with Connector/J” for details on the topic.
https://dev.mysql.com/doc/internals/en/com-connect-out.html
COM_CONNECT_OUT: a internal command in the server Payload 1 [14] COM_CONNECT_OUT Returns ERR_Packet .
https://dev.mysql.com/doc/internals/en/com-connect.html
COM_CONNECT: an internal command in the server Payload 1 [0b] COM_CONNECT Returns ERR_Packet .
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/9.7/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/connector-j/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-high-availability-and-clustering.html
Default Value 120 Since Version 5.1.6 initialTimeout If 'autoReconnect' is enabled, the initial time to wait between re-connect attempts (in seconds, defaults to "2"). Default Value com.mysql.cj.jdbc.ha.StandardLoadBalanceExceptionChecker Since ...
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 ...