Initial release

This commit is contained in:
2021-04-28 16:03:38 +02:00
commit dd2eaf814f
15 changed files with 278 additions and 0 deletions

16
config/mysql/my.cnf Normal file
View File

@@ -0,0 +1,16 @@
[mysqld]
bind-address=0.0.0.0
skip-name-resolve=1
log_error =/var/log/mysql/mysql_error.log
general_log_file=/var/log/mysql/mysql.log
general_log =1
#slow_query_log =1
#slow_query_log_file=/var/log/mysql/mysql_slow.log
#long_query_time =2
#log_queries_not_using_indexes = 1
innodb_buffer_pool_instances = 2
innodb-buffer-pool-size=2G
wait_timeout = 28800
innodb_log_file_size = 256MB
max_allowed_packet = 128M
interactive_timeout = 28800