Search



Search Results
Displaying 241 to 250 of 2364 total results
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-em-plugin/en/myoem-config-metric-innodbconfiguration-category.html
Flush Log At Timeout Write and flush the logs every N seconds. Lock Wait Timeout The timeout in seconds an InnoDB transaction may wait for a row lock before giving up. Rollback On Timeout Enabled Whether InnoDB rolls back the entire transaction if a ... Lists the InnoDB Configuration configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...The system works through two Java keystore files: one file contains the certificate information for the server (truststore in the examples below), and another contains the keys and certificate for the client (keystore in the examples ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-using-ssl.html
Connector/J can encrypt all data communicated between the JDBC driver and the server (except for the initial handshake) using SSL. There is a performance penalty for enabling connection encryption, the severity of which depends on multiple factors ...The system works through two Java keystore files: one file contains the certificate information for the server (truststore in the examples below), and another contains the keys and certificate for the client (keystore in the examples ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
CLIENT_INTERACTIVE: Permit interactive_timeout seconds of inactivity (rather than wait_timeout seconds) before closing the connection. CR_SERVER_LOST If connect_timeout > 0 and it took longer than connect_timeout seconds to connect to the server or ... MYSQL * mysql_real_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Description Note mysql_real_connect() is a synchronous ...
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 ...
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/refman/8.4/en/group-replication-configuring-ssl-for-recovery.html
Important When using the MySQL communication stack (group_replication_communication_stack=MYSQL) AND secure connections between members (group_replication_ssl_mode is not set to DISABLED), the security settings discussed in this section are applied ...If a remote cloning operation is used as part of distributed recovery, Group Replication automatically configures the clone plugin's SSL options to match your settings for the distributed recovery SSL ...
Displaying 241 to 250 of 2364 total results