ลอง Restore ด้วย Hosxp ปกติ แล้วมันขึ้นแบบนี้ครับไม่ทราบว่าเกิดจากอะไรเหรอครับ
เท่าที่ลอง เซิชดูในกู๊กเกิ้ล เห็นบอกว่าเกิดจากตาราง innodb มันเต็ม ต้องแก้ตัว innodb_data_file_path ผมก็ลองแก้เป็น 15gb ก็ยังขึ้นเหมือนเดิมอยู่ดี แต่ไม่ใช่ที่ตารางเดิม
Spec Server cpu xenon*2 ram 32gb
my.cnf ตั้งไว้ประมาณนี้ครับ
[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 = 3211M
max_allowed_packet = 1024M
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 1M
myisam_sort_buffer_size = 128M
thread_cache = 8
query_cache_size= 512M
query_cache_type=2
thread_concurrency = 8
character-set-server=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_heap_table_size = 1605M
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M;ibdata2:15000M:autoextend
innodb_log_files_in_group=2
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 20G
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 = 3000
innodb_locks_unsafe_for_binlog=1
myisam-recover=FORCE,BACKUP
innodb_file_format = Barracuda
innodb_flush_method=O_DIRECT
join_buffer_size = 2M
concurrent_insert = 2
max_connections=300
table_cache = 1500
thread_cache_size = 1500
event_scheduler = 0
big-tables
[mysqldump]
quick
max_allowed_packet = 1024M
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
แล้วถ้าไม่ Restore แบบปกติ แต่ใช้ BmsXtrabackup ข้อมูลที่ได้จะ 100% ไม๊ครับ ?