Search



Search Results
Displaying 271 to 280 of 2266 total results
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-troubleshooting.html
The MySQL Server may be closing idle connections that exceed the wait_timeout or interactive_timeout threshold. Ensure that any configurable firewall or router timeout settings allow for the maximum expected connection idle time. This section ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-troubleshooting.html
The MySQL Server may be closing idle connections that exceed the wait_timeout or interactive_timeout threshold. Ensure that any configurable firewall or router timeout settings allow for the maximum expected connection idle time. This section ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. This is the key property for management: if you do not define a name ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-j2ee-concepts-managing-load-balanced-connections.html
Connector/J has long provided an effective means to distribute read/write load across multiple MySQL server instances for Cluster or source-source replication deployments. This is the key property for management: if you do not define a name ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
This notice applies to a server connection that remains idle for longer than the relevant timeout setting. (WL #14208) If a classic MySQL protocol connection experiences a server timeout, Connector/NET now reports more precise disconnection ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-server-management-wizard.html
Clicking the [+] icon from the home screen launches the Setup New Connection wizard. The wizard provides a MySQL connection form to create a new MySQL connection, and includes a Configure Server Management option as a step-by-step approach to ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-side-failover-xdevapi.html
When using the X Protocol, Connector/J supports a client-side failover feature for establishing a Session. If multiple hosts are specified in the connection URL, when Connector/J fails to connect to a listed host, it tries to connect to another one. This is a sample X DevAPI URL for configuring client-side failover: mysqlx://sandy:mypassword@[host1:33060,host2:33061]/test With the client-side failover configured, when there is a failure to establish a connection, Connector/J keeps attempting to connect to a host on the host ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-side-failover-xdevapi.html
When using the X Protocol, Connector/J supports a client-side failover feature for establishing a Session. If multiple hosts are specified in the connection URL, when Connector/J fails to connect to a listed host, it tries to connect to another one. This is a sample X DevAPI URL for configuring client-side failover: mysqlx://sandy:mypassword@[host1:33060,host2:33061]/test With the client-side failover configured, when there is a failure to establish a connection, Connector/J keeps attempting to connect to a host on the host ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The MySqlConnection constructor takes a connection string as one of its parameters. The connection string ...
Displaying 271 to 280 of 2266 total results