I'm trying to upload my db dump file through adminer, but it is limited to 2MB uploads, even though I went to the php.ini file and chenged it to 35MB.
I'm using a vagrant php environment generated by puphpet.com.
I tried calling phpinfo() to check that I was editing the currently loaded php.ini. I was (/etc/php5/fpm/php.ini). I checked all of the "additional .ini files parsed" for an upload_max_filesize entry with no results. Still, the phpinfo tells me that the file-size is set to 2MB - no matter what directory on my webserver I run it from.
How might this be solved?