# # 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/cg.mitralhost.com.err performance-schema=0 innodb_file_per_table=1 unix_socket=OFF max_allowed_packet=268435456 max_connections=200 open_files_limit=80000 plugin-load-add=auth_socket.so