Listen to mysql and drop deprecated opts
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-09-15 11:16:40 +02:00
parent 63741bb0a7
commit fc99316b84
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 4 deletions

View File

@ -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"

View File

@ -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]