Categories: Tech

Increase the import file size limit in phpmyAdmin/Xampp/Wamp

Share

If there is a limit on the files size which has to be uploaded from server end (for ex: uploading a file through an HTML form) we must increase the threshold value of the file size capacity. By default, file size limit is 2MB or the import size in PHPMyAdmin, that makes it difficult to import larger files. We can increase the upload file capacity by editing php.ini configuration file.

The values to change are:

post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 128M

Usually in Xampp php.ini configuration file is located in xampp/php/php.ini (Type of file: Configuration settings). We must ensure that post_max_size is the same or larger than upload_max_filesize. Find the following parameters (CTRL+F) and change their values to more than your database size for ex:

post_max_size = 800M
upload_max_filesize = 800M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

After changing the values, remember to restart your web server.

Note:
» phpMyAdmin is a free and open source and cross platform tool for the administration of MySQL or MariaDB via a web browser.
» Xampp is an acronym for X (any Operating System), Apache(Web server), MySQL Database, PHP Language and PERL.
» WAMP is an acronym for Windows (OS), Apache (web-server), MySQL (database), PHP (language).

Pavan Patil

Published by
Pavan Patil

Recent Posts

IPL 2022 Preview – RCB

Season after season, RCB fans await the start of the tournament with renewed vigor hoping their team will finally lift…

1 year ago

IPL Auction Dynamics

Are some of these cricketers really worth that amount? If not, why did the teams blow their purses on some…

3 years ago

Knock Knock! At the doors of the BCCI on the International Women’s Day

The Melebourne Cricket Ground! The biggest cricketing hub of the globe was on its feet to host the very big…

3 years ago

Pep Guardiola’s Masterplan at Manchester City

Author: Adarsh Nim Pep Guardiola has done wonders at Barcelona following the Johan Cruyff philosophy of football, and the same…

4 years ago

The Unorthodox Arsenal

Author: Adarsh Nim After Mikel Arteta's take over as new Arsenal boss in December 2019, Arsenal are looking like a…

4 years ago

This Tweet from Ben Stokes has made everyone’s day.

Virat Kohli's use of cuss word in Hindi has led to some boisterously merry on social media. Virat Kohli's use…

4 years ago

This website uses cookies.