MySQL 8.0 Reference Manual Including MySQL NDB Cluster 8.0

B.3.2.14 Table 'tbl_name' doesn't exist

If you get either of the following errors, it usually means that no table exists in the default database with the given name:

Table 'tbl_name' doesn't exist
Can't find file: 'tbl_name' (errno: 2)

In some cases, it may be that the table does exist but that you are referring to it incorrectly:

You can check which tables are in the default database with SHOW TABLES. See Section 15.7.7, “SHOW Statements”.