JustPaste.it

└──╼ cat /etc/my.cnf
[mysqld]
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
innodb_doublewrite=0
innodb_flush_log_at_trx_commit=0
innodb_io_capacity=13000
innodb_log_file_size=1G
innodb_log_files_in_group=30 # you will want to change this later!
performance_schema=0
log_bin=0
slow_query_log=0
general_log=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid