เพิ่มให้อีกหน่อยครับสำหรับ my.cnf
my.cnf
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
key_buffer = 720M
max_allowed_packet = 256M
max_heap_table_size = 512M
max_connections=1000
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
myisam_sort_buffer_size = 360M
thread_cache_size = 8
query_cache_size= 196M
thread_concurrency = 8
default-character-set=tis620
character-set-server = tis620 #>> ส่วนที่ต้องเพิ่ม
collation-server = tis620_thai_ci #>>> ส่วนที่ต้องเพิ่ม
init_connect = 'SET NAMES tis620' #>>ตัวนี้ตัดออกเลยได้ครับ
skip-name-resolve
skip-character-set-client-handshake
skip-locking
big-tables
default-storage-engine = INNODB
join_buffer_size = 2M
concurrent_insert = 2
join_buffer_size = 2M
concurrent_insert = 2
log_bin_trust_function_creators = 1
innodb_file_per_table
innodb_data_home_dir = /var/lib/mysql/
#interactive_timeout = 600
#wait_timeout = 1200
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
############################# mysql 5.1.X
#innodb_log_arch_dir = /var/lib/mysql/
#############################
innodb_buffer_pool_size = 860M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 196M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_thread_concurrency = 0
#ulimit -n 30000
innodb_support_xa=0
innodb_open_files = 2000
innodb_locks_unsafe_for_binlog=1
innodb_flush_method=O_DIRECT
innodb_doublewrite=0
innodb_adaptive_checkpoint = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16
[mysqldump]
quick
max_allowed_packet = 256M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M
[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout
แนะนำให้ลบไฟล์ ib_logfile0 , ib_logfile1 , ibdata1 ใน /var/lib/mysql ออกหลังจาก config ไฟล์ my.cnf ใหม่
จากนั้นสั่ง restart mysql จึงจะได้ผลครับ ทำใน server สำรองก่อนนะครับไม่แนะนำใน server หลัก อันตราย
และใช้วิธีนำข้อมูล backup มา restore จะสมบูรณ์กว่าครับเพราะถ้า server หลัก มีปัญหา mysql จริง
วิธี initail import ผมเคยทำแล้วไม่สมบูรณ์ครับ