MySQL Forums
Forum List  »  Backup

how to ignore errors loading a dump
Posted by: Andrea Franceschini
Date: March 24, 2006 03:58PM

I want to import a dump from a text file (containing MySql DDL instructions) to my MYSQL database

I'm able to do this using the following command:
>> mysql -u user -p database < c:/....directory..../dump.mysql

The only problem is that if the procedure stops as it detects an error.
I would like the procedure ignore the errors and continue anyway. How can I do this ?

Thankyou very much
Andrea Franceschini

Options: ReplyQuote


Subject
Views
Written By
Posted
how to ignore errors loading a dump
87956
March 24, 2006 03:58PM
45622
March 26, 2006 03:06PM
34705
February 21, 2008 04:20PM


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.