Advertisement
arieonline

/etc/my.cnf

May 30th, 2011
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [mysqld]
  2. datadir=/var/lib/mysql
  3. socket=/var/lib/mysql/mysql.sock
  4. user=mysql
  5. old_passwords=1
  6.  
  7. low_priority_updates=1
  8. concurrent_insert=2
  9. max_heap_table_size=128M
  10. tmp_table_size=128M
  11. table_cache=1024
  12. open_files_limit=1536
  13. query_cache_size=8M
  14. query_cache_limit=8MB
  15. thread_cache_size=8
  16. join_buffer_size=1MB
  17. max_connections = 512
  18. max_allowed_packet=6MB
  19.  
  20.  
  21. [mysqld_safe]
  22. log-error=/var/log/mysqld.log
  23. pid-file=/var/run/mysqld/mysqld.pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement