Guest User

Untitled

a guest
Jul 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. [mysqld]
  2. default-storage-engine=MyISAM
  3. performance-schema=0
  4. max_allowed_packet=512M
  5. thread_cache_size=256K
  6. tmp_table_size=1G
  7. max_heap_table_size=1G
  8. open_files_limit=1000
  9. max_connections=300
  10. interactive_timeout=180
  11. wait_timeout=180
  12. key_buffer_size=400M
  13. slow_query_log = ON
Add Comment
Please, Sign In to add comment