I'm using MAMP 3.0.3 and have phpmyadmin 4.1.9 installed. I have changed the php.ini files in all locations within: /Applications/MAMP/bin/php/php5.X.X/conf
to all have:
post_max_size = 200M
upload_max_filesize = 200M
max_input_time = 600
memory_limit = 256M
When I restart the server the limit still remains at 32M. Even in MAMPs webstart page it says 32M.
I've updated both reported php.ini files that its loading too:
Configuration File (php.ini) Path: /Applications/MAMP/bin/php/php5.3.28/conf
Loaded Configuration File: /Library/Application Support/appsolute/MAMP PRO/conf/php.ini
Nothing's working.