Import file size limit in PHPMyAdmin

后端 未结 27 2613
遇见更好的自我
遇见更好的自我 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:35

    I think if your php version is above 5.5, let say it is 5.6, then your php.ini file is in following folder

    /etc/php/5.6/apache2
    

    so you have to apply your changes like post_max_size, upload_max_filesize and memory_limit there.

    Hope it will help you.

提交回复
热议问题