How to import large sql file in phpmyadmin

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

    PHPmyadmin also accepts compressed files in gzip format, so you can gzip the file (Use 7Zip if you don't have any) and upload the zipped file. Since its a text file, it will have a good compress ratio.

提交回复
热议问题