...
No change :-/
More research....
...
Try #? — Import using the SQL tab?
Let's drop the DB first--
Interesting:
The details didn't help... running the pasted SQL—this is with the hope that if it errors out, we have a detailed (which line in the script it failed on error) info:
Yea... no dice:
Looking at the SQL file, we know that the import always fails on cache_menu after inserting 7 records and so what's the 8th record? Check this out:
Yea... I am sure that is above the max setting... getting rid of that insert and trying the import again:
Note: removing that one query alone dropped the file size by a good chunk... Also note, we are not too worried about that one record — because it's a cache record anyways... so the system should be able to rebuild it.
AND..... .SUCCESSSSSS! We have the DB imported:
Now, comes the code....