กำหนด innodb_file_per_table แล้ว โปรแกรม Hosxp ยังมีข้อความ INNODB WARNING ครับ
[mysqld]
innodb_file_per_table
# generic configuration options
port = 3306
socket = /var/lib/mysql/mysql.sock
key_buffer = 384M
max_allowed_packet = 16M
table_cache = 556
sort_buffer_size = 16M
read_buffer_size = 16M
read_rnd_buffer_size = 12M
myisam_sort_buffer_size = 264M
thread_cache = 8
query_cache_size= 64M
# Try number of CPU's*2 for thread_concurrency
thread_concurrency = 8
default-character-set=tis620
skip-name-resolve
init_connect = 'SET NAMES tis620'
skip-character-set-client-handshake
max_connections=1000