MySQL Forums
Forum List  »  Backup

Re: Dump& redump NO data inserted
Posted by: Scott Nemes
Date: July 13, 2012 11:53AM

You are attemping to reload data using mysqldump, which will not work. You need to use the MySQL client for the reload portion:

mysql -u root -p my_crm < /home/backups/my_crm.sql

--
Scott Nemes
MySQL DBA

http://www.linkedin.com/in/scottnemes
http://www.twitter.com/ScottNemes

Options: ReplyQuote


Subject
Views
Written By
Posted
2901
July 13, 2012 03:44AM
Re: Dump& redump NO data inserted
1495
July 13, 2012 11:53AM


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.