1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[mysqld] datadir=E:/DATA/MySQL port=3306 sql_mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION" default_storage_engine=innodb max_connections=2000 max_allowed_packet=256M tmp_table_size=1024M thread_cache_size=128 innodb_buffer_pool_size=4096M innodb_buffer_pool_instances=3 innodb_log_file_size=50M innodb_file_per_table=1 #host cache skip-host-cache skip-name-resolve [client] port=3306 |