Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [mysqld]
  2. key_buffer = 786M
  3. max_allowed_packet = 64M
  4. table_cache = 1024
  5. join_buffer_size = 10M
  6. sort_buffer_size = 4M
  7. read_buffer_size = 4M
  8. read_rnd_buffer_size = 2M
  9. myisam_sort_buffer_size = 128M
  10. tmp_table_size = 128M
  11. query_cache_size = 128M
  12. query_cache_type = 1
  13. thread_cache_size = 64
  14. max_connections = 400
  15. wait_timeout = 288000
  16. skip-name-resolve
Add Comment
Please, Sign In to add comment