File: //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-error=/var/lib/mysql/vmi2287357.contaboserver.net.err
performance-schema=0
innodb_buffer_pool_size=2G
innodb_log_file_size=256M
max_allowed_packet=268435456
open_files_limit=40000
table_open_cache=4000
tmp_table_size=64M
max_heap_table_size=64M
thread_cache_size=64
innodb_file_per_table=1
plugin-load-add=auth_socket.so
unix_socket=OFF