# # 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] max_connections = 200 max_user_connections = 25 wait_timeout = 20 interactive_timeout = 20 log-error=/var/lib/mysql/65-21-228-101.cprapid.com.err performance-schema=0 innodb_buffer_pool_size=134217728 max_allowed_packet=268435456 open_files_limit=80000 innodb_file_per_table=1 plugin-load-add=auth_socket.so unix_socket=OFF