Import file size limit in PHPMyAdmin

You need to edit your php.ini and increase the upload_max_filesize and post_max_size limit.

nano /etc/php5/apache2/php.ini

restart apache

service apache2 restart

 

One thought on “Import file size limit in PHPMyAdmin

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.