Search Results
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/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/mysql-shell/9.4/en/innodb-clusterset-deploy.html
To set up the InnoDB ClusterSet deployment, follow this procedure: Connect to any member server in the existing InnoDB Cluster with MySQL Shell, using the InnoDB Cluster server configuration account to make the connection. For example: mysql-js> ...
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/mysql-monitor/8.0/en/mem-mysql-instance-add-single-instance.html
Connection Timeout Connection timeout, in milliseconds, used by the JDBC driver. Connection Settings The Connection Settings tab Figure 16.1 Add Instance Connection Settings Table 16.5 Connection Settings Tab Name Description Monitor From Select an ...It is recommend installing one Agent per Host and using that Agent to monitor all its MySQL ...
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 ...