Linux - Xampp import file size increase limit , Increase upload_max_filesize to import file
Xampp import file size increase limit
When you try to import files fore than 10 MB, the xampp will not allow you to import such database or it will allow to upload more than 10MB. To increase the upload or import option you have to edit php.ini option.Step 1: In terminal,
# vi /opt/lampp/etc/php.iniStep 2: To edit in php.ini,
file_uploads = On upload_max_filesize = 20M
Step3: To Restart Xampp,
# /opt/lampp/lampp restart
Step 4:
Now open Phpmyadmin in Browser and import file upto 20MB.
The topic on Linux - Xampp import file size increase limit is posted by - Math
Hope you have enjoyed, Linux - Xampp import file size increase limit Thanks for your time