# # 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/spo-rbr10.dizinc.com.err performance-schema=0 innodb_buffer_pool_size=134217728 max_allowed_packet=268435456 open_files_limit=48000 innodb_file_per_table=1 unix_socket=OFF #Restore MySQL 10.3 antigo key-buffer-size=384M query_cache_size=192M read_buffer_size=8M thread_cache_size=32 connect_timeout=10 sort_buffer_size=8M max_connections=300 max_user_connections=35 table_open_cache=2048 wait_timeout=80 net_read_timeout=60 net_write_timeout=80 sql_mode=NO_ENGINE_SUBSTITUTION plugin-load-add=auth_socket.so [mysqldump] quick max_allowed_packet=16M [mysqlhotcopy] interactive-timeout [mysql] no-auto-rehash ############