#
# 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/india.myserverlogin.in.err
performance-schema=0
innodb_buffer_pool_size=14G
innodb_buffer_pool_instances=8
innodb_log_file_size=512M
innodb_flush_method=O_DIRECT
innodb_flush_log_at_trx_commit=2
query_cache_type=1
query_cache_size=128M
query_cache_limit=4M
max_connections=300
thread_cache_size=50
wait_timeout=300
tmp_table_size=256M
max_heap_table_size=256M
table_open_cache=4000
slow_query_log=1
slow_query_log_file=/var/log/mysql-slow.log
long_query_time=2
max_allowed_packet=268435456
open_files_limit=65535
innodb_file_per_table=1
unix_socket=OFF

[mysqld]
bind-address = 127.0.0.1
local-infile = 0
symbolic-links = 0

