MySQL Forums
Forum List  »  Data Recovery

Table doesn't exist? ERROR 1146
Posted by: Brian O'Brien
Date: September 30, 2013 10:48AM

Does this make sence to anyone?

mysql> show tables;
+------------------------------------+
| Tables_in_DeIdentificationDatabase |
+------------------------------------+
| Access |
| JobIDs |
| Jobs |
| ResearchAgreementInformation |
| StudiesRequested |
| Users |
| temp |
+------------------------------------+
7 rows in set (0.00 sec)

mysql> select * from ResearchAgreementInformation;
ERROR 1146 (42S02): Table 'DeIdentificationDatabase.ResearchAgreementInformation' doesn't exist
mysql>

I'm running on MAC OS X 10.8.5
Server version: 5.5.10 MySQL Community Server (GPL)

Options: ReplyQuote


Subject
Views
Written By
Posted
Table doesn't exist? ERROR 1146
2601
September 30, 2013 10:48AM
1150
October 31, 2013 12:03PM


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.