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 ## --------------