MySQL error code
MySQL error 3129
MySQL server error 3129 is ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE, reported with SQLSTATE HY000.
Please do not modify the %s table. This is a mysql internal system table to store GTIDs for committed transactions. Modifying it can lead to an inconsistent GTID state.
| Error | 3129 |
|---|---|
| Name | ER_WARN_ON_MODIFYING_GTID_EXECUTED_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference