Seaquel
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.
Error3605
NameER_ENGINE_CANT_DROP_MISSING_TABLE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference