Looks like it was one of the statements in my dumped/converted .sql file that was inserting a very l

Looks like it was one of the statements in my dumped/converted .sql file that was inserting a very long binary blob and this was throwing the error. If I skipped that insert statement, the rest of it imported alright
Was this page helpful?