MySQL error code
MySQL error 1588
MySQL server error 1588 is ER_EVENT_CANNOT_CREATE_IN_THE_PAST, reported with SQLSTATE HY000.
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
| Error | 1588 |
|---|---|
| Name | ER_EVENT_CANNOT_CREATE_IN_THE_PAST |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference