I dumped my database and was attempting to mirror it over to another server and I am getting an error
[code=mysql]ERROR1217: foreign key constraint[/code]
Since this is a dump file I do not want to restructure my entire database, so i was wondering if there was a way to re-arrange the dump so I can restore the table in a way that wont give me this error. Thanks.
[code=mysql]ERROR1217: foreign key constraint[/code]
Since this is a dump file I do not want to restructure my entire database, so i was wondering if there was a way to re-arrange the dump so I can restore the table in a way that wont give me this error. Thanks.