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

后端 未结 8 1931
野的像风
野的像风 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条回答
  •  南笙
    南笙 (楼主)
    2020-12-23 12:14

    1. Goto XAMPP control panel>
    2. Stop Apache and MySql services>
    3. Click on Config of Apache>select php.ini and change the followings:
      max_execution_time = 600
      max_input_time = 600
      memory_limit = 1024M
      post_max_size = 1024M

    4. Click on Config button of MySql and select my.ini and change:
      max_allowed_packet = 1024M

    5. Again Start the services and try.. i hope it will work.

提交回复
热议问题