MySQL Forums
Forum List  »  Data Recovery

ERROR 1146 (42S02) Table 'DataBase.MyTable' doesn't exist.
Posted by: Carlo Valencia
Date: June 12, 2017 10:40PM

Hi

I try to restore mysql Database. First create the DataBase using:

mysqladmin -u user -p create DataBase

It's Run OK and create the DataBase, BUT when i restore the Database:

mysql -u user -p DataBase < MyFile.sql

Show a message like:


ERROR 1146 (42S02) Table 'DataBase.MyTable' doesn't exist.

Note.- SO Linux Centos realease 6.9 & MySQL 5.1.73-log in the both servers.

Can somebody help me?
THANKS

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1146 (42S02) Table 'DataBase.MyTable' doesn't exist.
1238
June 12, 2017 10:40PM


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.