#
# 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]
log-error=/var/lib/mysql/vmi376429.contaboserver.net.err
performance-schema=0
innodb_buffer_pool_size=134217728
max_allowed_packet=268435456
open_files_limit=40000
innodb_file_per_table=1
query_cache_type=1
query_cache_limit=1M
query_cache_min_res_unit=2k
query_cache_size=128M
innodb_buffer_pool_size=2G
tmp_table_size=64M
max_heap_table_size=64M
|