Search Results
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/refman/8.4/en/telemetry-metrics-meter-metrics.html
The following server metrics are registered by default: mysql.stats Metrics mysql.stats.com Metrics mysql.stats.connection Metrics mysql.perf_schema Metrics mysql.stats.handler Metrics mysql.stats.myisam Metrics mysql.stats.ssl Metrics mysql.inno ...binlog_stmt_cache_disk_use Binlog_stmt_cache_disk_use ASYNC COUNTER The number of nontransaction statements that used the binary log statement cache but that exceeded the value of binlog_stmt_cache_size and used a temporary file to store those ...
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/refman/8.4/en/gone-away.html
You got a timeout from the TCP/IP connection on the client side. You have encountered a timeout on the server side and the automatic reconnection in the client is disabled (the reconnect flag in the MYSQL structure is equal to 0). You are using a ...
https://dev.mysql.com/doc/ndbapi/en/ch04s03s04s01.html
Table 4.120 com.mysql.clusterj.* Name Description DEFAULT_PROPERTY_CLUSTER_BYTE_BUFFER_POOL_SIZES "256, 10240, 102400, 1048576" DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE 10 DEFAULT_PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_START 1 ...
https://dev.mysql.com/doc/refman/8.4/en/reusing-ssl-sessions.html
By extracting a session ticket from an established session and then submitting that ticket while establishing the next connection, the overall cost is reduced if the session can be reused. For example, consider the benefit of having web pages that ... MySQL client programs may elect to resume a prior SSL session, provided that the server has the session in its runtime ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-networking.html
Default Value com.mysql.cj.protocol.StandardSocketFactory Since Version 3.0.3 connectTimeout Timeout for socket connect (in milliseconds), with 0 being no timeout. socksProxyHost Name or IP address of a SOCKS host to connect through. Default Value ...This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and have a public no-args ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-networking.html
Default Value com.mysql.cj.protocol.StandardSocketFactory Since Version 3.0.3 connectTimeout Timeout for socket connect (in milliseconds), with 0 being no timeout. socksProxyHost Name or IP address of a SOCKS host to connect through. Default Value ...This class must implement the interface 'com.mysql.cj.protocol.SocketFactory' and have a public no-args ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-1-0.html
The default timeout is 30 seconds for the following simple and SASL-based LDAP authentication variables: authentication_ldap_simple_connect_timeout authentication_ldap_simple_response_timeout authentication_ldap_sasl_connect_timeout ...(Bug #110658, ...This new verification setting is a percentage of the total characters in the current ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-params-ndbd.html
RestartSubscriberConnectTimeout: Amount of time for data node to wait for subscribing API nodes to connect. HeartbeatOrder: Sets order in which data nodes check each others' heartbeats for determining whether given node is still active and connected ... The listings in this section provide information about parameters used in the [ndbd] or [ndbd default] sections of a config.ini file for configuring NDB Cluster data ...