Skip to content

Instantly share code, notes, and snippets.

@coder618
Created January 21, 2019 17:39
Show Gist options
  • Save coder618/d12eed830f114afde11b9e267698a49f to your computer and use it in GitHub Desktop.
Save coder618/d12eed830f114afde11b9e267698a49f to your computer and use it in GitHub Desktop.
My SQL error fix
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