[client] port = 3306 socket = /tmp/mysql.sock [mysqld] event-scheduler=1 innodb_fast_shutdown=0 character-set-server=utf8 collation-server=utf8_general_ci port = 3306 socket = /tmp/mysql.sock back_log = 100 max_connections = 400 max_connect_errors = 99999 table_open_cache = 10000 table_definition_cache = 512 max_allowed_packet = 16M binlog_cache_size = 1M max_heap_table_size = 32M read_buffer_size = 8M read_rnd_buffer_size = 32M sort_buffer_size = 16M join_buffer_size = 4M thread_cache_size = 16 thread_concurrency = 8 query_cache_size = 32M query_cache_limit = 1M ft_min_word_len = 4 default-storage-engine = INNODB thread_stack = 384K transaction_isolation = REPEATABLE-READ tmp_table_size = 32M log-bin=mysql-bin sync_binlog=1 binlog_format=mixed slow_query_log log-queries-not-using-indexes long_query_time = 2 server-id = 1 key_buffer_size = 8M bulk_insert_buffer_size = 64M myisam_sort_buffer_size = 128M myisam_max_sort_file_size = 10G myisam_repair_threads = 1 myisam_recover innodb_open_files=4096 innodb_additional_mem_pool_size = 16M innodb_buffer_pool_size = 8G innodb_data_file_path = ibdata1:2000M;ibdata2:100M:autoextend innodb_data_home_dir = /var/db/mysql/ibdata innodb_write_io_threads = 8 innodb_read_io_threads = 8 innodb_thread_concurrency = 16 innodb_flush_log_at_trx_commit = 1 innodb_log_buffer_size = 4M innodb_log_file_size = 1G innodb_log_files_in_group = 3 innodb_log_group_home_dir = /var/db/mysql/iblogs innodb_max_dirty_pages_pct = 10 innodb_flush_method=O_DIRECT innodb_lock_wait_timeout = 120 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash [myisamchk] key_buffer_size = 512M sort_buffer_size = 512M read_buffer = 8M write_buffer = 8M [mysqlhotcopy] interactive-timeout [mysqld_safe] open-files-limit = 32768