Guest User

Untitled

a guest
Jan 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. wait_timeout=28800
  2. interactive_timeout = 28800
  3.  
  4. post_max_size = 800M
  5. upload_max_filesize = 800M
  6. max_execution_time = 5000
  7. max_input_time = 5000
  8. memory_limit = 1000M
  9.  
  10.  
  11. Changing php.ini at C:\xampp\php\php.ini
  12.  
  13. max_execution_time = 600
  14. max_input_time = 600
  15. memory_limit = 1024M
  16. post_max_size = 1024M
  17. Changing my.ini at C:\xampp\mysql\bin\my.ini
  18.  
  19. max_allowed_packet = 1024M
Add Comment
Please, Sign In to add comment