Import file size limit in PHPMyAdmin

后端 未结 27 2641
遇见更好的自我
遇见更好的自我 2020-11-27 08:46

I have changed all the php.ini parameters I know: upload_max_filesize, post_max_size.

Why am I still seeing 2MB?

Im using Zend Serv

27条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-27 09:36

    do the following things

    • increase upload_max_file_size in php.ini
    • gzip your sql file

    and then import the file

提交回复
热议问题