[client] #user = root #password = 123456 port = 3306 socket = /data/MariaDB10/mysqld.sock [mysqld] port = 3306 socket = /data/MariaDB10/mysqld.sock #user = haieradmin basedir = /data/MariaDB10 datadir = /data/MariaDB10/DBdata log-error = /data/MariaDB10/log/mysql5.err pid-file = /data/MariaDB10/mysql5.pid skip-external-locking key_buffer_size = 256M max_allowed_packet = 1M table_open_cache = 800 sort_buffer_size = 1M read_buffer_size = 1M read_rnd_buffer_size = 16M myisam_sort_buffer_size = 64M thread_cache_size = 64 #innodb_force_recovery = 2 #innodb_purge_threads = 0 thread_concurrency = 16 slow_query_log=ON max_connections = 3000 max_connect_errors = 6000 table_cache = 614 external-locking = FALSE max_allowed_packet = 160M sort_buffer_size = 8M join_buffer_size = 8M thread_cache_size = 300 thread_concurrency = 8 query_cache_size = 256M query_cache_limit = 4M query_cache_min_res_unit = 2k default-storage-engine = MyISAM thread_stack = 192K transaction_isolation = READ-COMMITTED tmp_table_size = 256M max_heap_table_size = 256M long_query_time = 2 binlog_cache_size = 4M max_binlog_cache_size = 8M max_binlog_size = 512M bulk_insert_buffer_size = 64M myisam_sort_buffer_size = 128M myisam_max_sort_file_size = 10G myisam_repair_threads = 1 myisam_recover skip-name-resolve lower_case_table_names = 1 log_bin_trust_function_creators=1 event_scheduler =1 wait_timeout=3000 query_cache_type=1 server-id = 1 #innodb_additional_mem_pool_size = 16M innodb_buffer_pool_size = 2048M innodb_file_io_threads = 4 innodb_thread_concurrency = 8 innodb_flush_log_at_trx_commit = 2 innodb_log_buffer_size = 16M innodb_log_file_size = 256M innodb_log_files_in_group = 3 innodb_max_dirty_pages_pct = 90 innodb_lock_wait_timeout = 120 innodb_file_per_table = 1 expire_logs_days = 7 key_buffer_size = 2048M log-bin=mysql-bin binlog_format=mixed auto_increment_increment=2 auto_increment_offset=1 log-slave-updates=1 sync_binlog=1 #binlog-do-db=vipCode #binlog-ignore-db=mysql #binlog-ignore-db=sys #binlog-ignore-db=information_schema #binlog-ignore-db=performance_schema relay-log=relay-log-bin [mysqldump] quick max_allowed_packet = 160M [mysql] no-auto-rehash #user = root #password = 123456 socket = /data/MariaDB10/mysqld.sock [myisamchk] key_buffer_size = 128M sort_buffer_size = 128M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout