1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| [mysql]
default-character-set=utf8
[mysqld]
port = 3306
max_connections=3000
character-set-server=utf8
default-storage-engine=INNODB
innodb_buffer_pool_size=40G
innodb_thread_concurrency=16
innodb_buffer_pool_instances=4
thread_cache_size=256
tmp_table_size=3G max_heap_table_size=6G
query_cache_size=1G
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
basedir=D:\MySQL56\MySQL\mysql-5.6.49-winx64
datadir=D:\MySQL56\MySQL\mysql-5.6.49-winx64\data
slow_query_log=ON long_query_time=5
|