How to import large sql file in phpmyadmin

前端 未结 20 1427
一向
一向 2020-11-29 17:04

I want to import a sql file of approx 12 mb. But its causing problem while loading. Is there any way to upload it without splitting the sql file ?

20条回答
  •  一整个雨季
    2020-11-29 17:52

    the answer for those with shared hosting. Best to use this little script which I just used to import a 300mb DB file to my server. The script is called Big Dump.

    provides a script to import large DB's on resource-limited servers

提交回复
热议问题