Search

Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.4Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


Displaying 41 to 50 of 675 total results
https://dev.mysql.com/doc/refman/9.7/en/connection-control-component-installation.html
The Connection Control Component is available in both the Community and Enterprise distributions of MySQL. The next section, Section 8.4.2.2, “Connection Control Component Configuration”, provides information on how to accomplish this task.
https://dev.mysql.com/doc/refman/9.7/en/connection-control-information-schema-tables.html
The following sections describe the INFORMATION_SCHEMA tables associated with the connection_control plugin. Note The Connection Control plugin is deprecated; users are encouraged to migrate to the Connection Control component.
https://dev.mysql.com/doc/refman/9.7/en/information-schema-connection-control-table-reference.html
Table 28.8 INFORMATION_SCHEMA Connection Control Tables Table Name Description Deprecated CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Current number of consecutive failed connection attempts per account Yes .
https://dev.mysql.com/doc/refman/9.7/en/replication-asynchronous-connection-failover-replica.html
Asynchronous connection failover for replicas is activated automatically for a replication channel on a Group Replication primary when you set SOURCE_CONNECTION_AUTO_FAILOVER=1 in the CHANGE REPLICATION SOURCE TO statement for the channel. Ensure ...The feature is designed for a group of senders and a group of receivers to keep synchronized with each other even when some members are temporarily ...
https://dev.mysql.com/doc/refman/9.7/en/replica-connection-thread-states.html
These thread states occur on a replica server but are associated with connection threads, not with the I/O or SQL threads. Changing master Changing replication source The thread is processing a CHANGE REPLICATION SOURCE TO statement. Opening master ...
https://dev.mysql.com/doc/refman/9.7/en/server-system-variables.html
admin_address Command-Line Format --admin-address=addr System Variable admin_address Scope Global Dynamic No SET_VAR Hint Applies No Type String The IP address on which to listen for TCP/IP connections on the administrative network interface (see ...
https://dev.mysql.com/doc/refman/9.7/en/transport-protocols.html
For programs that use the MySQL client library (for example, mysql and mysqldump), MySQL supports connections to the server based on several transport protocols: TCP/IP, Unix socket file, named pipe, and shared memory. Transport Protocol Selection ...This section describes how to select these protocols, and how they are similar and ...
https://dev.mysql.com/doc/refman/9.7/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 ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-secure-socket-layer-support-ssl.html
Secure sockets can be used for group communication connections between members of a group. The Group Replication system variable group_replication_ssl_mode is used to activate the use of SSL for group communication connections and specify the ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-tcp-definition.html
TCP/IP is the default transport mechanism for all connections between nodes in an NDB Cluster. Normally it is not necessary to define TCP/IP connections; NDB Cluster automatically sets up such connections for all data nodes, management nodes, and ...It is also possible to change the default values for these parameters by setting them in the [tcp default] ...
Displaying 41 to 50 of 675 total results