Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
                                 The client connection browser lists the active and sleeping MySQL client connections, and adds the ability to kill statements and connections, and view additional connection details and attributes. The following figure shows an example of client ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/using-encrypted-connections.html
                                 Several configuration parameters are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. See Section 20.6.2, “Securing Group Communication Connections with Secure Socket Layer ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
                                queue_timeout: maximum number of milliseconds a request will wait for a connection to become available; integer >= 0 and defaults to 0 (infinite). In a pooling scenario there are already connections in the pool, so queue_timeout controls how long to ...(Bug #27081809, Bug #87818, WL #12239) To go with the existing mysqlx.get_session(conn_str) method, a new mysqlx.get_client(conn_str, options) method was added that creates a connection pool handler that provides a get_session() method to create and retrieve connections from the ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-secureconnections-activity-category.html
                                 Lists the Secure Connections Activity metrics and provides a brief description of each. Table 6.28 Secure Connections Activity Metrics NameDescriptionAccept Renegotiates (Delta) The number of negotiates needed to establish the connection. Client ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
                                This enables the connector to perform automatic connection failover selection when any of the endpoints are not available. For more information on URI-like connection strings, see Connecting Using URI-Like Connection Strings. To specify multiple ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
                                Signature int ndb_logevent_get_next ( const NdbLogEventHandle handle, struct ndb_logevent* logevent, unsigned timeout ) Important The log event's ndb_mgm_event_category is cast to an enum type. > 0: The event exists, and it data was retrieved into ... This section provides information about MGM API functions used for listening to log ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/version-tokens-reference.html
                                mysql> SELECT version_tokens_lock_exclusive('lock1', 'lock2', 10); +-----------------------------------------------------+ | version_tokens_lock_exclusive('lock1', 'lock2', 10) | +-----------------------------------------------------+ | 1 | ... The ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
                                Each connection requires its own [api] or [mysqld] section in the cluster configuration (config.ini) file, and counts against the maximum number of API connections supported by the cluster. Suppose that you have 2 cluster host computers, each ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-13.html
                                (WL #11857) X DevAPI: A new connection property, xdevapi.connect-timeout, now defines the timeout (in milliseconds) for establishing an X-Protocol connection to the server. Default value is 10000 (10s), and a value of 0 disables timeout, which makes ... Version 8.0.13 is the latest General Availability release of the 8.0 series of MySQL ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
                                 MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted connections. Supported TLS Protocols Removal of Support for the TLSv1 and TLSv1.1 Protocols Connection TLS Protocol ...It ...