ผมได้ทำServer ใหม่ ตามขั้นตอนมาตลอด จนถึงการลง mysql โดยใช้เวอร์ตามรูป Screenshot-1 ได้ไม่มีปัญหา สั่ง Stop mysql ก็ได้ หลังจากนั้นได้ ไปลบ ld* ที่ var/lib/mysql แล้วลง my.cnf ที่ปรับใช้กับ RAM 4GB ที่ etc แล้ว มาลอง Restart mysql ปรากฏว่า ฟ้อง อย่างรูป Screenshot ครับ ผมทำผิดตรงไหน หรือจะเป็นที่ my.cnf ครับ (ลองกับ CentOS 5.4 และ 5.5 ก็เป็นทั้งคู่ครับ)
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620 ตรงนี้ลองปรับเป็น character-set-server=tis620 ก็ไม่ได้
[mysqld]
default-storage-engine=INNODB
default_table_type = INNODB
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-locking ลองลบแล้ว ก็ไม่ได้
back_log = 50
max_connections = 200
max_connect_errors = 5
key_buffer = 512M
max_allowed_packet = 1024M
binlog_cache_size = 4M
table_cache = 1500
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
join_buffer_size = 4M
bulk_insert_buffer_size = 32M
max_heap_table_size = 1024M
myisam_sort_buffer_size = 512M
myisam_max_sort_file_size = 512M
myisam_max_extra_sort_file_size = 512M
myisam_repair_threads = 1
myisam_recover
thread_cache_size = 1200
query_cache_size= 1024M
thread_cache_size = 16
thread_concurrency = 16
default-character-set=tis620
skip-name-resolve
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
ft_min_word_len = 4
thread_stack = 192K
transaction_isolation = REPEATABLE-READ
tmp_table_size = 32M
log-bin=mysql-bin
log_bin_trust_function_creators = 1
binlog_format=mixed
slow_query_log
long_query_time = 2
log_long_format
innodb_file_per_table = 1
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_max_dirty_pages_pct = 90
innodb_doublewrite = 0
innodb_buffer_pool_size = 2048M
innodb_additional_mem_pool_size = 24M
innodb_log_file_size = 512M
innodb_log_buffer_size = 2M
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 1
innodb_flush_method = O_DIRECT
innodb_doublewrite = 0
innodb_lock_wait_timeout = 50
innodb_thread_concurrency = 0
innodb_support_xa = 0
innodb_locks_unsafe_for_binlog = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16
[xtrabackup]
target_dir=/mysqlbackup
datadir=/var/lib/mysql
[mysqldump]
quick
max_allowed_packet = 2048M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 1024M
sort_buffer_size = 1024M
read_buffer = 4M
write_buffer = 4M
[myisamchk]
key_buffer = 1500M
sort_buffer_size = 1024M
read_buffer = 4M
write_buffer = 4M
[mysqlhotcopy]
interactive-timeout
[mysqld_safe]
open-files-limit = 8192