Join WhatsApp ChannelJoin Now

increase db import size phpmyadmin

In this article, we will show you increase db import size phpmyadmin. This article will give you simple example of increase db import size. you will learn increase db import size phpmyadmin.

You need to just follow bellow step to incrase the database import size limit increase. So let’s do bellow steps.

This article will give you simple example of I have changed all the php.ini parameters I know: upload_max_filesize, post_max_size.

increase db import size

Step 1:- Open your php.ini file

Step 2:- Upgrading Memory Limit

memory_limit = 300M

Step 3:- Upgrading Maximum size to post:

post_max_size = 300M

Step 4:- Upgrading Maximum file-size to upload

upload_max_filesize = 300M

Step 5:- Upgrading Maximum Execution Time:

max_execution_time = 10000

Step 6:- Upgrading Maximum Input Time:

max_input_time = 5000

After saving the file, restart apache (e.g. sudo /etc/init.d/apache2 restart) and you are set.

Don’t forget to Restart Apache Services for changes to be applied.

For further details

Recommended Posts