# Review against available RAM and workload before placing under [mysqld].
[mysqld]
default_time_zone = '+00:00'
character_set_server = utf8mb4
collation_server = utf8mb4_unicode_ci
sql_mode = STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
innodb_buffer_pool_size = 2G
innodb_buffer_pool_instances = 2
innodb_flush_log_at_trx_commit = 1
sync_binlog = 1
binlog_expire_logs_seconds = 604800
max_connections = 150
max_allowed_packet = 32M
slow_query_log = ON
long_query_time = 1
log_queries_not_using_indexes = OFF
performance_schema = ON

[client]
default_character_set = utf8mb4
