[client]
port = 3306
socket = /tmp/mysql.sock
#basedir = /var/lib/mysql
#datadir = /var/lib/mysql/data
default-character-set=tis620
[mysqld]
port = 3306
socket = /tmp/mysql.sock
default-storage-engine=INNODB
#skip-locking
skip-external-locking
key_buffer = 256M
max_allowed_packet = 512M
table_cache = 3000
tmp_table_size = 128M
sort_buffer_size = 2M
read_buffer_size = 1M
read_rnd_buffer_size = 2M
join_buffer_size = 1M
max_heap_table_size = 128M
myisam_sort_buffer_size = 128M
myisam_max_sort_file_size = 256M
thread_cache = 8
query_cache_limit = 1M
query_cache_size= 128M
query_cache_type = 1
slow_query_log_file = 1
log_bin_trust_function_creators = 1
thread_concurrency = 8
thread_cache_size = 40
#default-character-set=tis620
character-set-server = tis620
collation-server = tis620_thai_ci
#log_bin_trust_function_creators = 1
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
max_connections = 100
######################################## cpu multicore
#innodb_thread_concurrency = 1
########################################
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:20M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
############################# mysql 5.1.X
#innodb_log_arch_dir = /var/lib/mysql/
#############################
#############################
# add rc.local ---> ulimit -n 30000
#############################
innodb_buffer_pool_size = 1000M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 256M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_locks_unsafe_for_binlog=1
innodb_flush_method=O_DIRECT
innodb_doublewrite =1
innodb_support_xa =1
innodb_open_files = 1000
#innodb_adaptive_checkpoint = 1
innodb_io_capacity = 500
innodb_write_io_threads = 16
innodb_read_io_threads = 16
innodb_thread_concurrency = 0
[mysqldump]
quick
max_allowed_packet = 1024M
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 64M
write_buffer = 64M
[myisamchk]
key_buffer = 256M
sort_buffer_size = 256M
read_buffer = 64M
write_buffer = 64M
[mysqld_safe]
open-files-limit = 50000
[mysqlhotcopy]
interactive-timeout
มีความหมายเดียวกันครับผม
MySQL>SET GLOBAL log_bin_trust_function_creators = 1;
ถ้าเราไปใส่ ใน my.cnf ว่า
[mysqld]
Log_bin_trust_function_creators=1 my.cnf ลองใช้ตามนี้นะครับเป็น begin 4GB ลองปรับเพิ่มลดในส่วน performance ครับ
ขออนุญาตสอบถามคุณ dotAtainer นิดนึ่งครับ
MySQL>SET GLOBAL log_bin_trust_function_creators = 1;
ถ้าเราไปใส่ ใน my.cnf ว่า
[mysqld]
Log_bin_trust_function_creators=1
มันเหมือนกัน หรือมันต่างกันยังไงครับ อธิบาย คำสั่ง SET GLOBAL ให้ฟังสั้นๆก็ได้ครับ ขอขอบคุณครับ
ปล** Link http://61.19.69.141/my.cnf8G.rtf ผมเข้าไม่ได้ครับ