To import databases larger then 2MB you need to edit /etc/php5/<flavour>/php.ini.
Edit the existing parameters in php.ini, if they does not exists add them at the end of the file:
post_max_size = 50M
upload_max_filesize = 50M
Restart the webserver. If you are using Apache: sudo /etc/init.d/apache2 restart
Leave a Reply