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

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.63 KB  |  hits: 31  |  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. Recommended Values for my.cnf - VPS: 2.33GHz, 1GB RAM
  2. [mysqld]
  3. datadir=/var/lib/mysql
  4. socket=/var/lib/mysql/mysql.sock
  5. user=mysql
  6. # Default to using old password format for compatibility with mysql 3.x
  7. # clients (those using the mysqlclient10 compatibility package).
  8. old_passwords=1
  9.  
  10. # Disabling symbolic-links is recommended to prevent assorted security risks;
  11. # to do so, uncomment this line:
  12. # symbolic-links=0
  13.  
  14. key_buffer = 16K
  15. max_allowed_packet = 1M
  16. thread_stack = 64K
  17. table_cache = 4
  18. sort_buffer = 64K
  19. net_buffer_length = 2K
  20. bind-address = 127.0.0.1
  21.  
  22. [mysqld_safe]
  23. log-error=/var/log/mysqld.log
  24. pid-file=/var/run/mysqld/mysqld.pid