File: //proc/thread-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-error=/var/lib/mysql/sardonoharjo.idweb.host.err
performance-schema=0
max_allowed_packet=268435456
open_files_limit=80000
innodb_file_per_table=1
unix_socket=OFF
innodb_buffer_pool_size = 4G
key_buffer_size = 1G
innodb_log_file_size = 256M
innodb_flush_method = O_DIRECT
innodb_max_dirty_pages_pct = 20
innodb_doublewrite = 0
innodb_flush_log_at_trx_commit = 2
innodb_flush_neighbors = 1
thread_cache_size = 160
table_open_cache = 4000
innodb_log_buffer_size = 16M
innodb_io_capacity = 2000
join_buffer_size = 256K
sort_buffer_size = 256K
sort_buffer_size = 4M
read_buffer_size = 2M
max_heap_table_size = 64M
tmp_table_size = 64M
max_user_connections=25
sql_mode=NO_ENGINE_SUBSTITUTION
wait_timeout=240
# default_authentication_plugin = caching_sha2_password
plugin-load-add=auth_socket.so