php - Import file size limit in PHPMyAdmin - Stack Overflow
With apache2 and php5 installed you need to make three changes in the file sudo gedit /etc/php5/apache2/php.ini Search for entry post_max_size = 2M where you need to enter a larger number than the size of your database (15M in this case) i.e. 25M, next ed...