File: //proc/self/root/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-warnings = 0
log-error = /var/lib/mysql/emerald.serverdnsnetwork.com.err
performance-schema = 0
ft_min_word_len = 2
default-storage-engine = InnoDB
innodb_file_per_table = 1
innodb_buffer_pool_size = 25678M
innodb_buffer_pool_instances = 28
max_allowed_packet = 512M
sql-mode = NO_UNSIGNED_SUBTRACTION
local-infile = 0
socket = /var/lib/mysql/mysql.sock
# Connection Settings
max_connections = 250
max_user_connections = 100
interactive_timeout = 300
wait_timeout = 300
connect_timeout = 10
thread_cache_size = 256
# Table Cache
table_open_cache = 14336
table_definition_cache = 7168
open_files_limit=41000
# Buffers
sort_buffer_size = 4M
read_buffer_size = 2M
join_buffer_size = 8M
key_buffer_size = 64M
myisam_sort_buffer_size = 64M
# Temp Tables
tmp_table_size = 256M
max_heap_table_size = 256M
# Error Tuning
max_connect_errors = 1000
# This group is read both by the client and the server
# use it for options that affect everything
#
unix_socket=OFF
[client-server]
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d
[client-server]
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d