To increase upload_max filesize in migrating database.
/etc/php5/apache2# gksudo gedit php.ini
upload_max_filesize = 10M
post_max_size = 10M ;not necessary just fun.
service apache2 restart
To increase upload_max filesize in migrating database.
/etc/php5/apache2# gksudo gedit php.ini
upload_max_filesize = 10M
post_max_size = 10M ;not necessary just fun.
service apache2 restart