You are here

How to extend limit of import file in phpmyadmin

You need to three changes in php.ini file.

nano /etc/php5/apache2/php.ini

memorylimit
postmaxsize
uploadmaxfilesize
e.g: memorylimit 128M
postmaxsize 12M
uploadmaxfilesize 10M
Don't forget to restart apache service.

code type: