Search



Search Results
Displaying 51 to 60 of 2298 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
(See Section 8.2.16, “Server Handling of Expired Passwords”.) --connect-timeout=value Command-Line Format --connect-timeout=value Type Numeric Default Value 0 The number of seconds before connection timeout. mysql supports the following ...
https://dev.mysql.com/doc/refman/8.4/en/connection-options.html
This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are compressed. Command Options for Connection ...These options can be given on the command line or in an option ...
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/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/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/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 ...
Displaying 51 to 60 of 2298 total results