Thursday, October 22, 2015

RaspberryPi apache2 server; Increase upload size in your php.ini

If you are using Raspbian and try to upload bigger file through phpmyadmin. Below instruction will help you, how to do it:

For this you need to be sudo premission:
-sudo su
-nano  /etc/php5/apache2/php.ini
-ctrl+w (for search) : upload_max_filesize --> change to 2000M
-ctrl+w  (for search) : post_max_size --> change to 2000M

No comments:

Post a Comment