initial commit

This commit is contained in:
root
2025-12-14 18:27:38 +01:00
commit ad8f074f87
4 changed files with 78 additions and 0 deletions

7
db-config/my.cnf Normal file
View File

@@ -0,0 +1,7 @@
[mysqld]
innodb_buffer_pool_size = 1G
innodb_log_file_size = 256M
innodb_flush_log_at_trx_commit = 2
innodb_flush_method = O_DIRECT
query_cache_size = 0
query_cache_type = 0