ผู้เขียน หัวข้อ: ช่วยดู my.cnf ให้หน่อยครับ ตั้งค่า default_storage_engine=INNODB แล้วไม่ทำงาน  (อ่าน 4878 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ shogoon

  • Newbie
  • *
  • กระทู้: 40
  • Respect: 0
    • ดูรายละเอียด
ช่วยดู my.cnf ให้หน่อยครับ ตั้งค่า default_storage_engine=INNODB แล้ว mysql start ไม่ได้
ลอง high Performance แล้วก็ไม่ได้ครับ  server ibm x3650 m2  xeon 2 cpu ram 16 Gb + CentOS 5.5 64bit +percona 5.1.49-rel12

[client]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620

[mysqld]
default_storage_engine=INNODB  <=== ถ้า comment ไว้ start ได้
default_table_type = INNODB       <=== ถ้า comment ไว้ start ได้
port      = 3306
socket      = /var/lib/mysql/mysql.sock
skip-locking
back_log = 50
key_buffer =2G
max_allowed_packet = 2024M
binlog_cache_size = 1024M
table_cache = 1500
sort_buffer_size = 1024M
read_buffer_size = 1024M
read_rnd_buffer_size = 128M
join_buffer_size = 20M
concurrent_insert = 2
bulk_insert_buffer_size = 512M
max_heap_table_size = 512M
myisam_sort_buffer_size = 512M
myisam_max_sort_file_size = 2024M
myisam_max_extra_sort_file_size = 2024M
myisam_repair_threads = 1
myisam_recover
big-tables
thread_cache_size = 1000
query_cache_size= 1024M
thread_cache_size = 8
thread_concurrency = 8
default-character-set=tis620
max_connections = 300
max_connect_errors = 10
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 = 512M
#log-bin=mysql-bin
#binlog_format=mixed
log_bin_trust_function_creators = 1
slow_query_log
long_query_time = 2
log_long_format
innodb_file_per_table
innodb_data_home_dir = /var/lib/mysql/
#interactive_timeout = 600
#wait_timeout = 1200
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_files_in_group = 3
innodb_log_group_home_dir = /var/lib/mysql/
innodb_max_dirty_pages_pct = 90
#innodb_doublewrite = 0
#############################   mysql 5.1.X
#innodb_log_arch_dir = /var/lib/mysql/
#############################
innodb_buffer_pool_size = 6072M
innodb_additional_mem_pool_size = 1024M
innodb_log_file_size = 5000M
innodb_log_buffer_size = 512M
innodb_file_io_threads = 4
innodb_thread_concurrency = 0
innodb_flush_log_at_trx_commit = 2
innodb_fast_shutdown = 0
innodb_flush_method = O_DIRECT
innodb_doublewrite = 0
innodb_lock_wait_timeout = 50
innodb_support_xa = 0
innodb_open_files = 2000
innodb_locks_unsafe_for_binlog = 1

####percona####
innodb_adaptive_checkpoint = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16
####percona####

innodb_checksums = 0
innodb_max_dirty_pages_pct = 15
table_open_cache = 1500
low_priority_updates = 1

[xtrabackup]
target_dir=/mybackup
datadir=/var/lib/mysql

[mysqldump]
quick
max_allowed_packet = 512M
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 = 400M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[mysqld_safe]
open-files-limit = 8192

Siraphob เวชสถิติ รุ่น 22
SERVER IBM X3650 M2 XEON 2 CPU
LINUX    centos5.5 64bit
MySQL  Percona  5.1.49-rel-11.3+XtraDB 10.2
RAM 16 Gb
client  spec C2D P7500 RAM 2GB
เริ่มใช้ 2546

ออฟไลน์ James011

  • Hero Member
  • *****
  • กระทู้: 1,743
  • Respect: +16
    • ดูรายละเอียด
[client]
port      = 3306
socket      = /var/lib/mysql/mysql.sock
default-character-set=tis620

[mysqld]
#default_storage_engine=INNODB 
default_table_type = INNODB       
port      = 3306
socket      = /var/lib/mysql/mysql.sock
skip-locking
back_log = 50
key_buffer =2G
max_allowed_packet = 2024M
binlog_cache_size = 1024M
table_cache = 1500
sort_buffer_size = 1024M
read_buffer_size = 1024M
read_rnd_buffer_size = 128M
join_buffer_size = 20M
concurrent_insert = 2
bulk_insert_buffer_size = 512M
max_heap_table_size = 512M
myisam_sort_buffer_size = 512M
myisam_max_sort_file_size = 2024M
myisam_max_extra_sort_file_size = 2024M
myisam_repair_threads = 1
myisam_recover
big-tables
thread_cache_size = 1000
query_cache_size= 1024M
thread_cache_size = 8
thread_concurrency = 8
default-character-set=tis620
max_connections = 300
max_connect_errors = 10
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 = 512M
#log-bin=mysql-bin
#binlog_format=mixed
log_bin_trust_function_creators = 1
slow_query_log
long_query_time = 2
log_long_format
innodb_file_per_table
innodb_data_home_dir = /var/lib/mysql/
#interactive_timeout = 600
#wait_timeout = 1200
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_files_in_group = 3
innodb_log_group_home_dir = /var/lib/mysql/
innodb_max_dirty_pages_pct = 90
#innodb_doublewrite = 0
#############################   mysql 5.1.X
#innodb_log_arch_dir = /var/lib/mysql/
#############################
innodb_buffer_pool_size = 6072M
innodb_additional_mem_pool_size = 1024M
innodb_log_file_size = 5000M
innodb_log_buffer_size = 512M
innodb_file_io_threads = 4
innodb_thread_concurrency = 0
innodb_flush_log_at_trx_commit = 2
innodb_fast_shutdown = 0
innodb_flush_method = O_DIRECT
innodb_doublewrite = 0
innodb_lock_wait_timeout = 50
innodb_support_xa = 0
innodb_open_files = 2000
innodb_locks_unsafe_for_binlog = 1

####percona####
innodb_adaptive_checkpoint = 1
innodb_io_capacity = 10000
innodb_write_io_threads = 16
innodb_read_io_threads = 16
####percona####

innodb_checksums = 0
innodb_max_dirty_pages_pct = 15
table_open_cache = 1500
low_priority_updates = 1

[xtrabackup]
target_dir=/mybackup
datadir=/var/lib/mysql

[mysqldump]
quick
max_allowed_packet = 512M
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 = 400M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[mysqld_safe]
open-files-limit = 8192


  #comment เฉพาะตัวแดงผ่านป่าว

ออฟไลน์ shogoon

  • Newbie
  • *
  • กระทู้: 40
  • Respect: 0
    • ดูรายละเอียด
ไม่ครับ ต้อง coment #default_storage_engine=INNODB 
                               #default_table_type = INNODB     
สองบรรทัดนี้ถึงจะ start wได้ 
Siraphob เวชสถิติ รุ่น 22
SERVER IBM X3650 M2 XEON 2 CPU
LINUX    centos5.5 64bit
MySQL  Percona  5.1.49-rel-11.3+XtraDB 10.2
RAM 16 Gb
client  spec C2D P7500 RAM 2GB
เริ่มใช้ 2546

ออฟไลน์ dotAtainer

  • Hero Member
  • *****
  • กระทู้: 1,256
  • กระบี่กรียุค
  • Respect: +3
    • ดูรายละเอียด
    • http://www.nondindeang.com
 ;D ;D ;D ไม่แน่ใจนะครับแต่ผมก็ไม่เคยใส่เลยสองบรรทัดนี้ อาจจะป็นเพราะว่า mysql รุ่นใหม่ๆไม่รองรับสองฟังค์ชั่นนี้แล้วเหมือนกับจำพวก skip-locking,skip-name-resolve น่ะครับ

ไม่ครับ ต้อง coment #default_storage_engine=INNODB 
                               #default_table_type = INNODB    
สองบรรทัดนี้ถึงจะ start wได้ 
สวัสดีครับ ผม Admin จากโรงพยาบาลโนนดินแดง จังหวัดบุรีรัมย์ ยินดีที่ได้รู้จักทุกท่านและขอบคุณสำหรับคำแนะนำจากผู้รู้ทุกท่านในอนาคตอันใกล้ครับ T_T
server>>>> IBM  Cpu  Xeon  Ram 12 GB   SCSI  136 GB For Marter&slav
Hosxp  เวอร์ชั่นพิมพ์นิยม
<>Server Master : OS freebsd 8.1 : Mysql5.5.8
<>Server slav: OS freebsd 8.1 : Mysql 5.5.8
ขึ้นระบบ:ขึ้นระบบเอง:จากคำแนะนำของทีมงาน BMS
ตอนนี้ใช้ Unix เป็นชีวิตจิตใจครับ
:ปัญหาคือที่มาของประสบการณ์:พรแสวงไม่ทำให้ใครเสียแรงเปล่า
dotatainer@hotmail.com
http://www.nondindeang.com
http://www.facebook.com/dotatainer
ความใฝ่ฝันที่ทำได้แค่ฝันใฝ่
http://www.musicatm.com/indy/%E0%B8%A3%E0%B8%B1%E0%B8%81%E0%B9%80%E0%B8%98%E0%B8%AD%E0%B8%AA%E0%B8%B8%E0%B8%94%E0%B8%AB%E0%B8%B1%E0%B8%A7%E0%B9%83%E0%B8%88-14296.html

http://www.musicatm.com/indy/%E0%B8%A7%E0%B9%88%E0%B8%B2%E0%B8%87%E0%B9%80%E0%B8%9B%E0%B8%A5%E0%B9%88%E0%B8%B2-11276.html