Search



Search Results
Displaying 291 to 300 of 2406 total results
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
This notice applies to a server connection that remains idle for longer than the relevant timeout setting. (WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise ...(Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed Python 2.7 and 3.5 support, and added Python 3.9 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then exits. By default, it waits for the cluster to achieve STARTED ...
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 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-shm-definition.html
The shared-memory transporter (SHM) can improve performance by negating up to 20% of the overhead required by a TCP connection when running an API node (usually an SQL node) and a data node together on the same host. You can enable a shared memory ... Communications between NDB cluster nodes are normally handled using ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
How are servers in a group connected? Servers in a group connect to the other servers in the group by opening a peer-to-peer TCP connection. These connections are only used for internal communication and message passing between servers in the group.
https://dev.mysql.com/doc/relnotes/mysql-router/8.4/en/news-8-1-0.html
If the timeout is reached, and the session is not reused, the session is removed from the cache and the connection is closed. If the timeout is reached, and the session is not reused, the session is removed from the cache and the connection is ...
Displaying 291 to 300 of 2406 total results