Can't import database through phpmyadmin file size too large xampp
Here is what I've done:
Gone to my XAMPP installed directoy C:\xampp\php
Open the "Configuration Settings" file named php.ini using your text editor, preferably you can also you Notepad for Windows machine.
Somewhere nearby on line no 886, please update it to upload_max_filesize = 128M
Similarly on line no 735 post_max_size = 128M
On line no 442 max_execution_time = 300
On line no 452 max_input_time = 60
Restart your Apache from either XAMPP Control Panel or using CMD in Windows https://stackoverflow.com/a/6723485/969092
Done!
Source: here
Gone to my XAMPP installed directoy C:\xampp\php
Open the "Configuration Settings" file named php.ini using your text editor, preferably you can also you Notepad for Windows machine.
Somewhere nearby on line no 886, please update it to upload_max_filesize = 128M
Similarly on line no 735 post_max_size = 128M
On line no 442 max_execution_time = 300
On line no 452 max_input_time = 60
Restart your Apache from either XAMPP Control Panel or using CMD in Windows https://stackoverflow.com/a/6723485/969092
Done!
Source: here
Comments
Post a Comment