Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [mysqld]
  2. default-storage-engine = myisam
  3. key_buffer = 8M
  4. query_cache_size = 8M
  5. query_cache_limit = 4M
  6. max_connections=25
  7. thread_cache=1
  8. skip-innodb
  9. query_cache_min_res_unit=0
  10. tmp_table_size = 4M
  11. max_heap_table_size = 4M
  12. table_cache=256
  13. concurrent_insert=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement