Cloudkul Support

How to resolve file size error while restoring mysql backup using phpmyadmin ?

When we try to restore mysql backup from phpmyadmin,it shows us that file upload limit is 2Mb. If our database size is greater than 2Mb,we can not restore the database. To resolve this issue, we need to increase the file upload limit in php configuration.

open /etc/php5/apache2/php.ini and change the following parameter.
(php.ini may be located at different place depending upon different php versions)

upload_max_filesize = 400M #

After the change restart the apache service.

service apache2 restart

Now,I can restore mysql backup up to 400Mb

Is this article is helpful?

People like and 1 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home