my-huge.cnf.sh
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 3k
Category:

MySQL

Development Platform:

Visual C++

  1. # Example mysql config file for very large systems.
  2. #
  3. # This is for large system with memory of 1G-2G where the system runs mainly
  4. # MySQL.
  5. #
  6. # You can copy this file to
  7. # /etc/mf.cnf to set global options,
  8. # mysql-data-dir/my.cnf to set server-specific options (in this
  9. # installation this directory is @localstatedir@) or
  10. # ~/.my.cnf to set user-specific options.
  11. #
  12. # One can in this file use all long options that the program supports.
  13. # If you want to know which options a program support, run the program
  14. # with --help option.
  15. # The following options will be passed to all MySQL clients
  16. [client]
  17. #password = your_password
  18. port = @MYSQL_TCP_PORT@
  19. socket = @MYSQL_UNIX_ADDR@
  20. # Here follows entries for some specific programs
  21. # The MySQL server
  22. [mysqld]
  23. port = @MYSQL_TCP_PORT@
  24. socket = @MYSQL_UNIX_ADDR@
  25. skip-locking
  26. set-variable = key_buffer=384M
  27. set-variable = max_allowed_packet=1M
  28. set-variable = table_cache=512
  29. set-variable = sort_buffer=2M
  30. set-variable = record_buffer=2M
  31. set-variable = thread_cache=8
  32. # Try number of CPU's*2 for thread_concurrency
  33. set-variable = thread_concurrency=8
  34. set-variable = myisam_sort_buffer_size=64M
  35. log-bin
  36. server-id = 1
  37. # Point the following paths to different dedicated disks
  38. #tmpdir = /tmp/
  39. #log-update  = /path-to-dedicated-directory/hostname
  40. # Uncomment the following if you are using BDB tables
  41. #set-variable = bdb_cache_size=384M
  42. #set-variable = bdb_max_lock=100000
  43. # Uncomment the following if you are using Innobase tables
  44. #innobase_data_home_dir = @datadir@
  45. #innobase_log_group_home_dir = @datadir@
  46. #innobase_log_arch_dir = @datadir@
  47. #innobase_data_file_path = ibdata1:25M;ibdata2:37M;ibdata3:100M;ibdata4:300M
  48. #set-variable = innobase_mirrored_log_groups=1
  49. #set-variable = innobase_log_files_in_group=3
  50. #set-variable = innobase_log_file_size=5M
  51. #set-variable = innobase_log_buffer_size=8M
  52. #innobase_flush_log_at_trx_commit=1
  53. #innobase_log_archive=0
  54. #set-variable = innobase_buffer_pool_size=16M
  55. #set-variable = innobase_additional_mem_pool_size=2M
  56. #set-variable = innobase_file_io_threads=4
  57. #set-variable = innobase_lock_wait_timeout=50
  58. [mysqldump]
  59. quick
  60. set-variable = max_allowed_packet=16M
  61. [mysql]
  62. no-auto-rehash
  63. # Remove the next comment character if you are not familiar with SQL
  64. #safe-updates
  65. [isamchk]
  66. set-variable = key_buffer=256M
  67. set-variable = sort_buffer=256M
  68. set-variable = read_buffer=2M
  69. set-variable = write_buffer=2M
  70. [myisamchk]
  71. set-variable = key_buffer=256M
  72. set-variable = sort_buffer=256M
  73. set-variable = read_buffer=2M
  74. set-variable = write_buffer=2M
  75. [mysqlhotcopy]
  76. interactive-timeout