#
# 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]
sql_mode=ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
log-error=/var/lib/mysql/kirby.nocdirect.com.err
performance-schema=0
innodb_buffer_pool_size=16G
max_allowed_packet=268435456
open_files_limit=80000
max_connections=250
max_user_connections=50
innodb_file_per_table=1
unix_socket=OFF
plugin-load-add=auth_socket.so
