From fc99316b846acd5b57b228c81eb563d912845794 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 15 Sep 2021 11:16:40 +0200 Subject: [PATCH] Listen to mysql and drop deprecated opts --- abra.sh | 2 +- my-tune.cnf | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/abra.sh b/abra.sh index bdcaa13..fba70fe 100644 --- a/abra.sh +++ b/abra.sh @@ -1,6 +1,6 @@ export FPM_TUNE_VERSION="v4" export NGINX_CONF_VERSION="v2" -export MY_CNF_VERSION="v2" +export MY_CNF_VERSION="v3" NC_APP_DIR="app:/var/www/html" diff --git a/my-tune.cnf b/my-tune.cnf index 3b6ca4c..935f14f 100644 --- a/my-tune.cnf +++ b/my-tune.cnf @@ -4,7 +4,6 @@ # https://mariadb.com/kb/en/library/performance-schema-overview/ [server] -innodb_buffer_pool_instances = 1 innodb_buffer_pool_size = 1G innodb_flush_log_at_trx_commit = 2 innodb_log_buffer_size = 32M @@ -29,7 +28,6 @@ slow_query_log_file = /var/log/mysql/slow.log table_cache = 64 table_open_cache = 2000 thread_cache_size = 8 -thread_concurrency = 10 thread_stack = 192K tmp_table_size = 64M @@ -42,7 +40,6 @@ collation_server = utf8mb4_general_ci transaction_isolation = READ-COMMITTED binlog_format = ROW innodb_large_prefix=on -innodb_file_format=barracuda innodb_file_per_table=1 [mariadb]