MAMP Pro on Windows, edit php.ini
NickName:rugbert Ask DateTime:2016-07-20T02:38:39

MAMP Pro on Windows, edit php.ini

I just installed MAMP Pro on a Windows 10 machine but I can't seem to update my php.ini file correctly.

I set the php version to 5.6.0 and then found the php.ini file (C://MAMP/conf/php5.6.0/php.ini) and adjusted the max_upload_size and max_post_size to 200M but that does not get reflected in phpmyadmin. So I can't upload my sql file.

I have restarted the server several times double checked that file (the values are persistent) but phpmyadmin still shows a max upload size of 32M.

What do I need to do to change those values ?

Copyright Notice:Content Author:「rugbert」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38466129/mamp-pro-on-windows-edit-php-ini

More about “MAMP Pro on Windows, edit php.ini” related questions

MAMP Pro on Windows, edit php.ini

I just installed MAMP Pro on a Windows 10 machine but I can't seem to update my php.ini file correctly. I set the php version to 5.6.0 and then found the php.ini file (C://MAMP/conf/php5.6.0/php.i...

Show Detail

Change the php.ini file MAMP Pro uses?

Can I change the php.ini file MAMP Pro uses? By default, MAMP Pro uses this php.ini: Configuration File (php.ini) Path /Applications/MAMP/bin/php/php7.4.2/conf Is there a way to use: Configuration

Show Detail

SSH2 extension on MAMP PRO for Windows

I just cannot get the extension to work. I've downloaded the libssh2.dll and placed it into: C:\MAMP\bin\php\php7.4.16 I've downloaded php_ssh2.dll and php_ssh2.pdb and placed them into: C:\MAMP\b...

Show Detail

php.ini resetting on MAMP server restart

I am trying to change display_errors = Off to display_errors = On in my php.ini. I ran phpinfo() and verified the Loaded Configuration File (it is located here: /Library/Application Support/appsolute/

Show Detail

php.ini resetting on MAMP server restart

I am trying to change display_errors = Off to display_errors = On in my php.ini. I ran phpinfo() and verified the Loaded Configuration File (it is located here: /Library/Application Support/appsolute/

Show Detail

Use MAMP Pro php.ini instead of OSX php

I'm having a problem running a command in php using APC in my mac. In the MAMP Pro i have it on but looks like my mac is not using MAMP's php but using osx'. Any idea about how to tell my mac to ...

Show Detail

Set PHP path correctly for MAMP Pro

MAMP Pro makes you edit a php.ini template through the application and it creates the file in /Library/Application Support/appsolute/MAMP PRO/conf/php.ini each time MAMP Pro is started. How do I ge...

Show Detail

How do you change php.ini values in MAMP Pro?

MAMP Pro has separate php.ini files for each PHP version but when I edit the file and restart the server nothing has actually changed. Specifically I'm trying to change PHP upload values: post_ma...

Show Detail

Manually edit virtual hosts with MAMP pro?

I have used MAMP Pro to handle my virtual hosts entries. I now need to edit these as code. I can see them at the file path below, but editing them doesn't seem to affect my web server. When I rest...

Show Detail

Where does MAMP keep its php.ini?

I have recently got a mac an am not used to developing on a mac at all. I have MAMP Pro 1.9.6.1. I did a locate on php.ini and got this: $ locate php.ini /Applications/MAMP/conf/php5.2/php.ini /

Show Detail