Hello All, I'm trying to restore a 500+ MB SQL database using BigDump, however it keeps getting caught up on many SQL errors in the .sql file I wish to restore and thus never finishes the database import. Anyone know of a way that I can either force bigdump to ignore SQL syntax errors or set something on the database / PHPMyAdmin so that I can run SQL queries on the DB regardless of the correctness of the syntax / ignore syntax errors? Any help would be much appreciated. BMR777
I would suggest to export schema first then export data of table one by one . This way you could ignore the error
SQL, or mySQL? Not familiar with bigdump but in mysql you can force. http://bashcurescancer.com/man/cmd/mysqlimport -f --force