Created
June 15, 2017 23:23
-
-
Save mdcallag/8e95145af837972a937de798ca323795 to your computer and use it in GitHub Desktop.
5.0.96 i5 nuc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mysqld] | |
sql_mode=no_engine_substitution,no_unsigned_subtraction | |
#default_tmp_storage_engine=MyISAM | |
tmpdir=/data/m/my | |
query_cache_size=0 | |
query_cache_type=0 | |
long_query_time=5 | |
log_bin=/data/m/my/binlogs/bl | |
max_binlog_size=128M | |
sync_binlog=0 | |
server_id=77 | |
datadir=/data/m/my/data | |
innodb_max_dirty_pages_pct=75 | |
innodb_file_per_table=1 | |
innodb_flush_log_at_trx_commit=2 | |
innodb_flush_method=O_DIRECT | |
innodb_doublewrite=1 | |
innodb_buffer_pool_size=12G | |
innodb_data_home_dir=/data/m/my/data | |
innodb_data_file_path=ibdata1:512M:autoextend | |
innodb_log_group_home_dir=/data/m/my/txlogs | |
[mysqld_safe] | |
malloc-lib=/usr/lib/x86_64-linux-gnu/libjemalloc.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment