Search Results
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-configuration-tls.html
The default behavior is: client_ssl_mode = PREFERRED server_ssl_mode = AS_CLIENT This establishes TLS connections between the client and Router if the client desires switching to TLS and the server supports TLS. This also matches the existing ...
https://dev.mysql.com/doc/mysql-router/9.7/en/mysql-router-rest-api-reference.html
This is the maximum number (integer) of idling server connections in the connection pool. GET /connection_pool/{name}/status Shows reusedConnections as a count (integer) of client connections that reused a server connection since the application ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/innodb-clusterset-failover.html
In this situation, the partitioned areas of the InnoDB ClusterSet topology begin to diverge from each other, with a different transaction set on each group of servers. To carry out an emergency failover for the primary InnoDB Cluster, follow this ...
https://dev.mysql.com/doc/c-api/9.7/en/c-api-basic-function-reference.html
The following table summarizes the functions available in the C API basic interface. For greater detail, see the descriptions in Section 5.4, “C API Basic Function Descriptions”.
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-programs-ndb-config.html
This consists of system variables that cannot be changed at run time; thus, there is no corresponding section of the cluster configuration file for them. You can filter the results by section (DB, SYSTEM, or CONNECTIONS) using one of the options ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-host-name-identity-verification.html
When a DB System is provisioned, a TLS certificate is installed on the MySQL Server. The certificate, which defines the DB System host name as the Common Name, is signed by a regional Certificate Authority (CA). The host name is found on the MySQL ... Enabling Host Name Identity Verification 5.5 Enabling Host Name Identity Verification MySQL HeatWave on AWS supports TLSv1.2 and requires that all MySQL client and application connections over the public internet are ...
https://dev.mysql.com/doc/refman/9.7/en/binary-log-setting.html
The setting only takes effect when binary logging is enabled on the server, which is the case when the log_bin system variable is set to ON. You can, however, use PERSIST_ONLY (SET @@PERSIST_ONLY.binlog_format) to change the replication format at ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-temporary-tablespace.html
A pool of 10 temporary tablespaces is created when the server is started. Because the pool of session temporary tablespaces is recreated each time the server is started, space IDs for session temporary tablespaces are not persisted when the server ... InnoDB uses session temporary tablespaces and a global temporary ...
https://dev.mysql.com/doc/connectors/en/connector-j-client-authentication.html
The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER ...
https://dev.mysql.com/doc/connector-j/en/connector-j-client-authentication.html
The server may want to authenticate a client and require the client to provide an SSL certificate to it, which it verifies against its known certificate authorities or performs additional checks on the client identity if needed (see CREATE USER ...