PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 295.2Kb
Man Pages (Zip)
- 400.4Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/group-replication-cloning.html
In that case, the joining member logs an error message and does not join the group. In earlier releases, if you do see this error, after the remote cloning operation completes, wait two minutes to allow a round of garbage collection to take place to ...If you want to use remote cloning operations for distributed recovery in a group, you must set up existing members and joining members beforehand to support this ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-functions-for-member-actions.html
When the feature is active and correctly configured, if the primary that is replicating goes offline or into an error state, the new primary starts replication on the same channel when it is elected. If the primary goes offline or into an error ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-ip-address-permissions.html
A host name that cannot be resolved is not considered for allowlist validation, and a warning message is written to the error log. When and only when the XCom communication stack is used for establishing group communications ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-launching.html
If the upgrade is not run, Group Replication fails to start with the error message There was an error when trying to access the server with user: mysql.session@localhost. It is first necessary to ensure that the Group Replication plugin is ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-network-partitioning.html
A member with extra transactions cannot rejoin the group, and the attempt results in an error with the message This member has more executed transactions than those present in the group. A member with extra transactions cannot rejoin the group, and ... The group needs to achieve consensus whenever a change that needs to be replicated ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-performance.html
Some key issues that can require administrator intervention are when a member is in ERROR status and cannot rejoin the group, or when a network partition causes the group to lose quorum. If an otherwise correctly functioning and configured member is ... Group Replication is designed to create fault-tolerant systems with built-in failure detection and automated ...
https://dev.mysql.com/doc/refman/8.0/en/group-replication-responses-failure-rejoin.html
During and between auto-rejoin attempts, a member remains in super read only mode and displays an ERROR state on its view of the replication group. While a member is rejoining a replication group, its status can be displayed as OFFLINE or ERROR ...
https://dev.mysql.com/doc/refman/8.0/en/gtid-functions.html
timeout must be greater than or equal to 0; when running in strict SQL mode, a negative timeout value is immediately rejected with an error (ER_WRONG_ARGUMENTS); otherwise the function returns NULL, and raises a warning. The functions described in ...
https://dev.mysql.com/doc/refman/8.0/en/identifiers.html
Internally, identifiers are converted to and are stored as Unicode (UTF-8). The permissible Unicode characters in identifiers are those in the Basic Multilingual Plane (BMP). U+FFFF Permitted characters in quoted identifiers include the full Unicode ... Certain objects within MySQL, including database, table, index, column, alias, view, stored procedure, partition, tablespace, resource group and other object names are known as ...
https://dev.mysql.com/doc/refman/8.0/en/information-schema-engines-table.html
In the latter case, the error log should contain a reason indicating why the option is disabled. This is particularly useful for checking whether a storage engine is supported, or to see what the default engine is. The ENGINES table has these ...