GNU Info

Info Node: (mysql.info)Cannot find table

(mysql.info)Cannot find table


Next: Cannot initialize character set Prev: Ignoring user Up: Common errors
Enter node , (file) or (file)node

`Table 'xxx' doesn't exist' Error
---------------------------------

If you get the error `Table 'xxx' doesn't exist' or `Can't find file:
'xxx' (errno: 2)', this means that no table exists in the current
database with the name `xxx'.

Note that as MySQL uses directories and files to store databases and
tables, the database and table names are *case sensitive*!  (On Windows
the databases and tables names are not case sensitive, but all
references to a given table within a query must use the same case!)

You can check which tables you have in the current database with `SHOW
TABLES'. Note: `SHOW'.


automatically generated by info2www version 1.2.2.9