Error (near “ON” at position 25) while importing Table for WORDPRESS ( A foreign key Error)

后端 未结 8 1918
野的像风
野的像风 2020-12-23 12:00

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         


        
8条回答
  •  Happy的楠姐
    2020-12-23 12:10

    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.

提交回复
热议问题