Created
January 21, 2019 17:39
-
-
Save coder618/d12eed830f114afde11b9e267698a49f to your computer and use it in GitHub Desktop.
My SQL error fix
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
wait_timeout=28800 | |
interactive_timeout = 28800 | |
post_max_size = 800M | |
upload_max_filesize = 800M | |
max_execution_time = 5000 | |
max_input_time = 5000 | |
memory_limit = 1000M | |
Changing php.ini at C:\xampp\php\php.ini | |
max_execution_time = 600 | |
max_input_time = 600 | |
memory_limit = 1024M | |
post_max_size = 1024M | |
Changing my.ini at C:\xampp\mysql\bin\my.ini | |
max_allowed_packet = 1024M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment