# # 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/160-22-78-242.cprapid.com.err innodb_buffer_pool_size=134217728 open_files_limit=2048 plugin-load-add=auth_socket.so unix_socket=OFF symbolic-links=0 performance-schema=0 default-storage-engine=MyISAM innodb_file_per_table=1 max_allowed_packet=468435456 open_files_limit=40000 max_user_connections=2000 max_connections=2000 interactive_timeout=500 #wait_timeout=500 connect_timeout=500 sql_mode="" log-error=/var/log/mysqld.log # pid-file=/var/run/mysqld/mysqld.pid unix_socket=OFF [mysqldump] max_allowed_packet=786M #wait_timeout = 1200