MySQL error code
MySQL error 1278
MySQL server error 1278 is ER_MISSING_SKIP_REPLICA, reported with SQLSTATE HY000.
It is recommended to use --skip-replica-start when doing step-by-step replication with START REPLICA UNTIL; otherwise, you will get problems if you get an unexpected replica's mysqld restart
| Error | 1278 |
|---|---|
| Name | ER_MISSING_SKIP_REPLICA |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference