From f7a2aa412ce16dfe8f425f683a928d83d3d6cfb3 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 30 Mar 2024 05:04:19 +0100 Subject: [PATCH] Some minor changes in example files. --- Example/my.cnf.HUGE.MariaDB-10.11 | 2 +- Example/my.cnf.MariaDB-10.11 | 2 +- Example/my.cnf.VERY-HUGE.MariaDB-10.11 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/my.cnf.HUGE.MariaDB-10.11 b/Example/my.cnf.HUGE.MariaDB-10.11 index 3c173a7..2aa439e 100644 --- a/Example/my.cnf.HUGE.MariaDB-10.11 +++ b/Example/my.cnf.HUGE.MariaDB-10.11 @@ -931,7 +931,7 @@ long-query-time = 1 ## - ## - Vorgabewert ist -slow.log ## - -slow-query-log-file = /var/log/mysql/slow_query.log +slow-query-log-file = /var/log/mysql/mysql-slow.log ## - log-queries-not-using-indexes diff --git a/Example/my.cnf.MariaDB-10.11 b/Example/my.cnf.MariaDB-10.11 index a16662c..6bc461f 100644 --- a/Example/my.cnf.MariaDB-10.11 +++ b/Example/my.cnf.MariaDB-10.11 @@ -927,7 +927,7 @@ long-query-time = 1 ## - ## - Vorgabewert ist -slow.log ## - -slow-query-log-file = /var/log/mysql/slow_query.log +slow-query-log-file = /var/log/mysql/mysql-slow.log ## - log-queries-not-using-indexes diff --git a/Example/my.cnf.VERY-HUGE.MariaDB-10.11 b/Example/my.cnf.VERY-HUGE.MariaDB-10.11 index b585ca3..167ea89 100644 --- a/Example/my.cnf.VERY-HUGE.MariaDB-10.11 +++ b/Example/my.cnf.VERY-HUGE.MariaDB-10.11 @@ -795,7 +795,7 @@ general_log = OFF ## - /etc/mysql/conf.d/mariadb.conf.d/50-mysqld_safe.cnf ## - Enable this if you want to have error logging into a separate file ## - -log-error = /var/log/mysql/mysql-err.log +log-error = /var/log/mysql/error.log ## - log files ## --------------