How to Import Large Database Files in XAMPP / Laragon / WAMP
Make changes in php\php.ini
Look for the following:
1 2 3 4 5 | post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 max_input_time = 60 memory_limit = 8M |
then replace the lines with the following:
1 2 3 4 5 | post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M |
Restart your XAMPP / Laragon / WAMP after making the changes, if you are still seeing the same error – try restarting your computer.
Do you need help with a project? or have a new project in mind that you need help with?
Contact Me