Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DB FINALLY IMPORTED!!!!!

...

No change :-/


More research....


...


Try #? — Import using the SQL tab?


Let's drop the DB first--

Image Added


Image Added


Interesting:

Image Added


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:

Image Added


Yea... no dice:

Image Added


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:

Image Added


Image Added


Yea... I am sure that is above the max setting... getting rid of that insert and trying the import again:

Image Added

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:

Image Added


Now, comes the code....