PEHLA KALMA

PEHLA KALMA
Sanaullah Sajid

how changing the upload limit size in php 2MB to 110MB in linux

This works with easyphp, phpmyadmin, mysql and apache setup in wordpress.org but will probably work with others.

1.Edit php.ini. You can find it here \apache\apache2.4

2.Use Find tool and search for each of these separately and change.

post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
memory_limit = 8M

Change to::

post_max_size = 110M {see the sql statement filesize above}
upload_max_filesize = 110M
max_execution_time = 128M {based on RAM}

Save php.ini

3.Edit my.ini, find it here, \mysql\my.ini

4.Use find tool

maz_allowed_pocket = 110M
Save my.ini

5.Restart your server or restart your apache (if use linux mint 17 use command 'sudo service apache2 restart')