Spec-Zone .ru
спецификации, руководства, описания, API

C.5.2.16. Table 'tbl_name' doesn'texist

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 existCan'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 13.7.5, "SHOW Syntax".