How to import large sql file in phpmyadmin

前端 未结 20 1425
一向
一向 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:54

    I have made a PHP script which is designed to import large database dumps which have been generated by phpmyadmin. It's called PETMI and you can download it here [project page] [gitlab page]. It has been tested with a 1GB database.

提交回复
热议问题