MySQL error code
MySQL error 1589
MySQL server error 1589 is ER_EVENT_CANNOT_ALTER_IN_THE_PAST, reported with SQLSTATE HY000.
Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was not changed. Specify a time in the future.
| Error | 1589 |
|---|---|
| Name | ER_EVENT_CANNOT_ALTER_IN_THE_PAST |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference