MySQL error code
MySQL error 1788
MySQL server error 1788 is ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME, reported with SQLSTATE HY000.
The value of @@GLOBAL.GTID_MODE can only be changed one step at a time: OFF <-> OFF_PERMISSIVE <-> ON_PERMISSIVE <-> ON. Also note that this value must be stepped up or down simultaneously on all servers. See the Manual for instructions.
| Error | 1788 |
|---|---|
| Name | ER_GTID_MODE_CAN_ONLY_CHANGE_ONE_STEP_AT_A_TIME |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference