I try to import a large file to my Database (WordPress), it shows some error like this:
Error
Static analysis:
1 errors were found during analysis.
Un
I had the same problem when trying to import a Wordpess MySQL dump to a new server. In the end after an hour debugging I had to manually remove the following tables from the .sql file:
wp_cf7dbplugin_st wp_cf7dbplugin_submits
There were some really large values (possibly PDF files) stored in some of the fields which were causing a problem.
Imported fine after I removed the tables from the script.