File: //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]
log-error=/var/lib/mysql/s1321.sgp1.mysecurecloudhost.com.err
performance-schema=0
max_allowed_packet=268435456
open_files_limit=80000
innodb_file_per_table=1
unix_socket=OFF
plugin-load-add=auth_socket.so
slow_query_log = 1
slow_query_log_file = /var/lib/mysql/s1321-slow.log
long_query_time = 25