What is the easy way to import large database to mysql using phpmyadmin?

前端 未结 4 735
后悔当初
后悔当初 2020-12-21 02:42

I need to import an database(sql file) which is about 120M is size, but in phpmyAdmin, it is not allowed to import more than 8 MB.

How to solve this?

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-21 03:44

    I don't have direct access to server, so successfully used BigDump istead. You upload it via FTP together with big SQL file. Then BigDump imports the local file on server, avoiding any HTTP/PHP upload limits.

提交回复
热议问题