Monday 1 June 2009

Increase size limit to Import larger mysql database with phpMyAdmin

Assumption: apache2 and php5

> sudo gedit /etc/php5/apache2/php.ini

Modify
a) post_max_size
b) memory_limit
c) upload_max_filesize

In an order memory_limit > post_max_size (size greater than required DB) > upload_max_filesize Restart apache.



No comments: