Created
June 7, 2014 17:20
-
-
Save dejanmarkovic/bf9590982a0371a76485 to your computer and use it in GitHub Desktop.
Can't import database through phpmyadmin file size too large
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Go to my XAMPP installed directoy C:\xampp\php | |
2. Open the "Configuration Settings" file named php.ini using your text editor, preferably you can also you Notepad for Windows machine. | |
3. Somewhere nearby on line no 886, please update it to upload_max_filesize = 128M | |
4. Similarly on line no 735 post_max_size = 128M | |
5. On line no 442 max_execution_time = 300 | |
6. On line no 452 max_input_time = 60 | |
7. Restart your Apache from either XAMPP Control Panel or using CMD in Windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment