Search



Search Results
Displaying 211 to 220 of 2364 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-connections.html
All interaction between a .NET application and the MySQL server is routed through a MySqlConnection object when using the classic MySQL protocol. Before your application can interact with the server, it must instantiate, configure, and open a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-connected.html
Syntax: is_connected = ccnx.connected() Returns True or False to indicate whether the MySQL instance is connected.
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replication-connection-status-category.html
Lists the Replication Connection Status metrics and provides a brief description of each. Table 6.25 Replication Connection Status Metrics NameDescriptionLast Heartbeat Timestamp The timestamp of the last received heartbeat from the replication ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-option-summary.html
When using an X DevAPI session the following options are available to configure the connection. Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-option-summary.html
When using an X DevAPI session the following options are available to configure the connection. Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connection-option-summary.html
When using an X DevAPI session the following options are available to configure the connection. Figure 2.1 Connection URI ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port' .
https://dev.mysql.com/doc/refman/8.4/en/replication-asynchronous-connection-failover-replica.html
Asynchronous connection failover for replicas is activated automatically for a replication channel on a Group Replication primary when you set SOURCE_CONNECTION_AUTO_FAILOVER=1 in the CHANGE REPLICATION SOURCE TO statement for the channel. Ensure ...The feature is designed for a group of senders and a group of receivers to keep synchronized with each other even when some members are temporarily ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-using-TLS-connections-clusters.html
This section describes a few scenarios for using MySQL Cluster Manager to configure or manage TLS connections in an NDB Cluster. Enable TLS for an Existing Cluster Assuming you have a cluster already created and started by MySQL Cluster Manager, ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
To fix this, we now connect in a way that is non-blocking, and that returns in case of a timeout, leaving the retry attempts to the caller—in this specific case, the XCom thread when trying to reconnect to another node. (Bug #36006295) Character ...(Bug #36301441) Audit log filtering by type, using error as the type, did not work ...
https://dev.mysql.com/doc/ndbapi/en/mgm-examples-event-logging-dual.html
This example shown in this section illustrates the handling of log events using the MGM API on multiple clusters in a single application. The source code for this program may be found in the NDB Cluster source tree, in the file ...
Displaying 211 to 220 of 2364 total results