MySQL Forums
Forum List  »  MyISAM

Re: 1146 error
Posted by: Chis Florinel
Date: September 05, 2005 07:16AM

The error is quite clear:
#
Error: 1146 SQLSTATE: 42S02 (ER_NO_SUCH_TABLE)
Message: Table '%s.%s' doesn't exist

Believe it or not it actually means that:
REFER_PLUS_TABLE from database workfrom_phpbb1, does not exist...

Check if table exists, maybe something is wrong (corrupt, etc...), maybe is located in another database, config file is wrong...

Options: ReplyQuote


Subject
Views
Written By
Posted
11123
September 04, 2005 05:35AM
4109
September 05, 2005 03:39AM
Re: 1146 error
4167
September 05, 2005 07:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.