MySQL Forums
Forum List  »  InnoDB

Re: table does not exist
Posted by: Rick James
Date: July 24, 2015 03:23PM

> the table and its columns were listed in the directory tree.

Do you mean that there is a .ibd and a .frm file?

Do you have "autoextend" in my.cnf for the ibdata1 file definition?

Have you run out of disk space?

> trying to access a table through PHPMyAdmin

Which command(s) were you doing that elicited the error?

Does these command work?
SHOW CREATE TABLE business_users;
SHOW TABLE STATUS LIKE 'business_users';
Let's see the output.

Options: ReplyQuote


Subject
Views
Written By
Posted
4497
July 21, 2015 11:24AM
Re: table does not exist
1164
July 24, 2015 03:23PM
1131
July 27, 2015 02:17PM
842
July 27, 2015 04:22PM
818
July 28, 2015 03:05PM
848
July 29, 2015 09:43AM


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.