MySQL error code
MySQL error 3605
MySQL server error 3605 is ER_ENGINE_CANT_DROP_MISSING_TABLE, reported with SQLSTATE HY000.
Storage engine can't drop table '%s' because it is missing. Use DROP TABLE IF EXISTS to remove it from data-dictionary.
| Error | 3605 |
|---|---|
| Name | ER_ENGINE_CANT_DROP_MISSING_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference