MySQL Forums
Forum List  »  Data Recovery

Re: innodb recovery
Posted by: addision philip
Date: June 20, 2012 09:27PM

The error message indicates that table is does not exist but in some cases table does exist and MySQL show this error message becasue you are reffering table incorrectly:

MySQL uses directories & files to store tables & databases. Name of tables & databases are case sensitive, if they are stored on a file system then file names are case sensitive.

On windows, file systems are not case sensitive all references to a given table within a query must use the same lettercase.

Options: ReplyQuote


Subject
Views
Written By
Posted
2826
June 13, 2012 05:10PM
Re: innodb recovery
1570
June 20, 2012 09:27PM


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.