MySQL error code
MySQL error 1885
MySQL server error 1885 is ER_REPLICA_HAS_MORE_GTIDS_THAN_SOURCE, reported with SQLSTATE HY000.
Replica has more GTIDs than the source has, using the source's SERVER_UUID. This may indicate that the the last binary log file was truncated or lost, e.g., after a power failure when sync_binlog != 1. The source may have rolled back transactions that were already replicated to the replica. Replicate any transactions that source has rolled back from replica to source, and/or commit empty transactions on source to account for transactions that have been committed on source but are not included in GTID_EXECUTED.
| Error | 1885 |
|---|---|
| Name | ER_REPLICA_HAS_MORE_GTIDS_THAN_SOURCE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference