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 301 to 310 of 675 total results
https://dev.mysql.com/doc/refman/9.7/en/group-replication-ipv6.html
IPv6 addresses, or host names that resolve to them, can be specified as the network address that the member provides in the group_replication_local_address option for connections from other members. If a host name specified as the Group Replication ... Group Replication group members can use IPv6 addresses as an alternative to IPv4 addresses for communications within the ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-limitations.html
Group Replication supports TLSv1.3, where it can be used for group communication connections and distributed recovery connections. Limit on Group Size Limits on Transaction Size The following known limitations exist for Group Replication. Note that ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-requirements.html
A detached transaction is one which, once prepared, is no longer connected to the current session. The prepared XA transaction can be committed or rolled back by another connection, and the current session can then initiate another XA transaction or ... Infrastructure Server Instance Configuration Server instances that you want to use for Group Replication must satisfy the following ...
https://dev.mysql.com/doc/refman/9.7/en/group-replication-responses-failure-exit.html
Note that in the case of an expelled member, the member does not know that it was expelled until it reconnects to the group, so the specified action is only taken if the member manages to reconnect, or if the member raises a suspicion on itself and ... The group_replication_exit_state_action system variable specifies what Group Replication does when the member leaves the group unintentionally due to an error or problem, and either fails to auto-rejoin or does not ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-recovery.html
Redo log application Redo log application is performed during initialization, before accepting any connections. After redo log application, InnoDB attempts to accept connections as early as possible, to reduce downtime. The rollback is performed by ...To achieve point-in-time recovery after restoring a backup, you can apply changes from the binary log that occurred after the backup was ...
https://dev.mysql.com/doc/refman/9.7/en/memory-use.html
Each thread that the server uses to manage client connections requires some thread-specific space. The following list indicates these and which system variables control their size: A stack (thread_stack) A connection buffer (net_buffer_length) A ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-event-reports.html
Each reportable event can be distinguished according to three different criteria: Category: This can be any one of the following values: STARTUP, SHUTDOWN, STATISTICS, CHECKPOINT, NODERESTART, CONNECTION, ERROR, or INFO. The most common types of ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-general-info.html
Your MySQL connection id is 2 Server version: 9.4.0-cluster Source distribution Type 'help;' or '\h' for help. MySQL NDB Cluster uses the MySQL server with the NDB storage engine. Support for the NDB storage engine is not included in standard MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-configuration.html
Each data node or SQL node requires a my.cnf file that provides two pieces of information: a connection string that tells the node where to find the management node, and a line telling the MySQL server on this host (the machine hosting the data ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-install-example-data.html
Your MySQL connection id is 1 to server version: 9.5.0-ndb-9.5.0 Type 'help;' or '\h' for help. mysqli_connect_error()); $query = "SELECT Name, Population FROM City ORDER BY Population DESC LIMIT 5"; # if no errors... In a similar fashion, you can ... Note The information in this section applies to NDB Cluster running on both Unix and Windows ...
Displaying 301 to 310 of 675 total results