I am trying to upload a webproject i was working on and I want to dump the test db to a sql file and import it into the production db.
I use mysqldump to export the tables but when i try to import the tables it fails because of foreign key errors.
when you do mysqldump it outputs the table in alphabetical order instead of order based on foreign keys.
any ideas how to import an innodb table?