Initial LisgloSIPS V2 implementation
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[mysqld]
|
||||
bind-address = 127.0.0.1
|
||||
mysqlx-bind-address = 127.0.0.1
|
||||
skip_name_resolve = ON
|
||||
local_infile = OFF
|
||||
server_id = 1
|
||||
log_bin = /var/log/mysql/mysql-bin
|
||||
binlog_format = ROW
|
||||
binlog_expire_logs_seconds = 604800
|
||||
sync_binlog = 1
|
||||
innodb_flush_log_at_trx_commit = 1
|
||||
innodb_buffer_pool_size = 1G
|
||||
max_connections = 200
|
||||
default_time_zone = +00:00
|
||||
character_set_server = utf8mb4
|
||||
collation_server = utf8mb4_0900_ai_ci
|
||||
slow_query_log = ON
|
||||
long_query_time = 1
|
||||
slow_query_log_file = /var/log/mysql/mysql-slow.log
|
||||
Reference in New Issue
Block a user