เรื่องของเรื่อง เปลี่ยน SERVER ใหม่ ระบบ OK แล้ว เหลือตรง my.cnf ที่ปรับยังไง Mysql Workload ตัว * สีชมพู ก็ไม่หาย ทำไงครับผมต้องไปแก้ หรือเพื่มอะไรอีกมั้ยครับ รบกวนผู้รู้ แนะนำผมหน่อยครับผม ขอบพระคุณครับ
CenOS 6.2 RAM 10G MySQL 5.5.32-31.0
[client]
port= 3306
socket= /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port= 3306
socket= /var/lib/mysql/mysql.sock
skip-external-locking
default-storage-engine=INNODB
key_buffer = 1024M
max_allowed_packet = 1024M
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 394M
thread_concurrency = 16
character-set-server=tis620
skip-name-resolve
event_scheduler = 1
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_heap_table_size = 1024M
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_files_in_group=2
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 3936M
innodb_additional_mem_pool_size = 20M
innodb_thread_concurrency = 0
innodb_log_file_size = 256M
innodb_log_buffer_size = 32M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_doublewrite=0
innodb_support_xa = 0
innodb_open_files = 1500
innodb_locks_unsafe_for_binlog=1
innodb_file_format = Barracuda
innodb_flush_method=O_DIRECT
join_buffer_size = 2M
concurrent_insert = 2
big-tables
max_connections=1000
[mysqldump]
quick
max_allowed_packet = 2048M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
[mysqld_safe]
open-files-limit=8192