File: //proc/self/root/etc/my.cnf
#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d
[mysqld]
innodb_write_io_threads=8
innodb_read_io_threads=8
innodb_io_capacity=2000
thread_cache_size=32
table_open_cache=4096
max_connections=300
innodb_buffer_pool_instances=4
log-error=/var/lib/mysql/10-0-2-15.cprapid.com.err
performance-schema=0
innodb_buffer_pool_size=6G
max_allowed_packet=268435456
open_files_limit=65000
innodb_file_per_table=1
unix_socket=OFF
plugin-load-add=auth_socket.so