Skip to content

MAMP PRO Changing php.ini, phpMyAdmin, File Upload Size

This content will be shown before all post

I was racking my brain trying to figure out how to edit the php.ini file on MAMP PRO to allow for larger PHP file sizes.  We all know it’s max_file_upload and post_max_size but where to change these values?!

Because MAMP PRO uses templates for it’s config file, we need to change the values in the template as every time the servers restart, it’s current php.ini (as displayed doing a phpinfo() ) gets overwritten.

Enter this handy editor found in the menu structure of MAMP PRO.  Thanks!

This content will be shown after all post