Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [mysqld]
  2. key_buffer_size = 512M
  3.  
  4. innodb_buffer_pool_size = 1024M
  5. innodb_additional_mem_pool_size = 20M
  6.  
  7. innodb_flush_log_at_trx_commit = 2
  8.  
  9. # from mysqltuner.pl
  10. query_cache_size = 256M
  11. query_cache_limit = 10M
  12. join_buffer_size = 4M
  13. tmp_table_size = 512M
  14. max_heap_table_size = 256M
  15. table_cache = 4096