Search



Search Results
Displaying 51 to 60 of 2364 total results
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
Simple connection pooling is supported that has these characteristics: The mysql.connector.pooling module implements pooling. A pool opens a number of connections and handles thread safety when providing connections to requesters. The size of a ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-source.html
rpl_semi_sync_master_timeout Command-Line Format --rpl-semi-sync-master-timeout=# Deprecated Yes System Variable rpl_semi_sync_master_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 10000 Minimum Value 0 Maximum ... This section describes the server options and system variables that you can use on replication source ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
There are two possible scenarios, depending on whether the automatic reconnection feature (available for NDB Cluster 7.5.7 and later) has been enabled: Automatic reconnection is enabled : The feature is enabled when the connection property ...The ...
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/connection-control-plugin-installation.html
This section describes how to install the connection control plugins, CONNECTION_CONTROL and CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS. For example, put these lines in the server my.cnf file, adjusting the .so suffix for your platform as necessary: ...For general information about installing plugins, see Section 7.6.1, “Installing and Uninstalling ...
https://dev.mysql.com/doc/connectors/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connectargs.html
Compatibility with Other Connection Interfaces passwd, db and connect_timeout are valid for compatibility with other MySQL interfaces and are respectively the same as password, database and connection_timeout. A connection with the MySQL server can ...An asterisk (*) following an argument indicates a synonymous argument name, available only for compatibility with other Python MySQL ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
{296, HA_ERR_LOCK_WAIT_TIMEOUT, TO,{297, HA_ERR_LOCK_WAIT_TIMEOUT, TO,Time-out in NDB, probably caused by deadlock 275 MySQL error. Connect failure - out of connection objects (increase MaxNoOfConcurrentTransactions) 4007 MySQL error. No connections ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/refman/8.4/en/connection-interfaces.html
This section describes aspects of how the MySQL server manages client connections. Network Interfaces and Connection Manager Threads Client Connection Thread Management Connection Volume Management Network Interfaces and Connection Manager Threads ...This interface can use the manager thread that handles “ordinary” TCP/IP requests, or a separate ...
Displaying 51 to 60 of 2364 total results