รบกวนอาจารย์ทุกท่าน ช่วย แก้ไข my.cnf สำหรับ server IBM x3250 m4 ram16 G ผมลองตั้งค่าแล้วบางส่วนแต่ไม่แน่ใจว่าจะถูกต้องหรือยังครับ
Cent OS 5.6 + MySQL-percona-5.1.42
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking
key_buffer = 512M
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 512M
max_allowed_packet = 3072M
table_open_cache = 1600
thread_cache = 8
query_cache_size= 128M
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
innodb_file_per_table = 1
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_connections = 300
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 2048M
innodb_additional_mem_pool_size = 256M
innodb_log_file_size = 256M
innodb_log_buffer_size = 10M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
innodb_thread_concurrency = 0
innodb_flush_method= O_DIRECT
innodb_doublewrite= 0
innodb_support_xa = 0
innodb_open_files = 1600
innodb_locks_unsafe_for_binlog = 1
join_buffer_size = 2M
concurrent_insert = 2
max_heap_table_size = 512M
log_bin_trust_function_creators = 1
[mysqldump]
quick
max_allowed_packet = 1024M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M