#
# This group is read both both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# include all files from the config directory
#
!includedir /etc/my.cnf.d

[mysqld]
performance-schema=0
innodb_buffer_pool_size=134217728
max_allowed_packet=268435456
open_files_limit=40000
innodb_file_per_table=1


max_connections=200
interactive_timeout=101
connect_timeout=50
wait_timeout=120

key_buffer_size=64M
read_buffer_size=6M
join_buffer_size=4M
sort_buffer_size=4M

query_cache_limit=1M
query_cache_size=128M
query_cache_type=1

log_error = /var/log/mysql.log

