簡體   English   中英

最佳my.cnf建議

[英]Optimal my.cnf recommendation

我想請任何有經驗的人對我當前的my.cnf設置以及應該進行哪些優化發表意見。

服務器規格為:

  • CPU:AMD Opteron™3280、8核,8個2.4 GHz
  • 內存:16 GB DDR3
  • 2個2,000 GB SATA II-HDD,7.2k-RAID 1軟件
  • 已安裝Cloudlinux + Cpanel
  • Apache + Mysql 5.5 + NginxCP + eAccelerator

當前的my.cnf文件是:

[client]
port=3306
socket="/var/lib/mysql/mysql.sock"

[mysqld]
innodb_additional_mem_pool_size=16M
innodb_buffer_pool_size=10G
innodb_file_per_table=1
innodb_log_buffer_size=4M
innodb_flush_log_at_trx_commit=2
log-bin=mysql-bin
myisam_sort_buffer_size=64M
expire_logs_days=7
query_cache_size=128M
thread_cache_size=12
max_allowed_packet=15M
skip-federated
table_definition_cache=2048
local-infile=0
table_cache=8192
max_connections=60
read_buffer_size=2M
slow_query_log=1
slow_query_log_file="/var/log/slow_queries.log"
thread_concurrency=16
sort_buffer_size=2M
port=3306
join_buffer_size=16M
key_buffer_size=600M
query_cache_limit=10M
socket="/var/lib/mysql/mysql.sock"
skip-external-locking
query-cache-type=1
long_query_time=5
default-storage-engine=InnoDB
tmp_table_size=384M
max_heap_table_size=384M

[myisamchk]
read_buffer=2M
key_buffer=256M
sort_buffer_size=256M
write_buffer=2M

[mysqldump]
max_allowed_packet=16M

建議DBA首先使用Percona向導或所有https://tools.percona.com/wizard

其次,遵循此指南: http : //www.percona.com/blog/2014/01/28/10-mysql-settings-to-tune-after-installation/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM