|
With any DB of mine, if I export everything, including data, if I have an empty database and run that code, there's always issues. I use innodb, so normally it's something like they create a table that has a foreign key of another table that hasn't been created yet....why doesn't it export it in a manner that it can be imported cleanly?
|