Search Results
https://dev.mysql.com/doc/refman/8.4/en/information-schema-connection-control-table-reference.html
Table 28.8 INFORMATION_SCHEMA Connection Control Tables Table Name Description CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Current number of consecutive failed connection attempts per account .
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection.html
This section focuses on creating a connection to the source Microsoft SQL Server, because creating a MySQL connection is a standard operation. Note Prerequisite: that you already installed and configured the required Microsoft SQL Server driver on ...
https://dev.mysql.com/doc/connectors/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-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 ...