Some minor changes in example files.

This commit is contained in:
Christoph 2024-03-30 05:04:19 +01:00
parent b78f128cbe
commit f7a2aa412c
3 changed files with 3 additions and 3 deletions

View File

@ -931,7 +931,7 @@ long-query-time = 1
## -
## - Vorgabewert ist <host-name>-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

View File

@ -927,7 +927,7 @@ long-query-time = 1
## -
## - Vorgabewert ist <host-name>-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

View File

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