Import file size limit in PHPMyAdmin

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

    I found the problem and am post hete if anyone followed some blog post out there to create the sort of enviromment I have (win 7 host with ubuntu and zend server ce on virtual box).

    The thing is that MySQL is running on Lighttpd, not under Apache. So I had to change the php.ini file under that webserver as well which is in the path:

    /usr/local/zend/gui/lighttpd/etc/php-fcgi.ini

    In the end, you were right about the files, of course, but I was wrong on what file I had to change :)

提交回复
热议问题