Cara Upload Database besar di xampp
How to big size database sql to xampp ( big dump )
Make changes in xampp\php\php.ini
Look for the following:
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:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
Restart your XAMPP after making the changes, if you are still seeing the same error – try restarting your computer.
Enjoy...... Sumber https://qway-info.blogspot.com/
0 comments
Post a Comment