diff --git a/Example/logrotate_mysql b/Example/logrotate_mysql index 5e0bdf4..9d3bc35 100644 --- a/Example/logrotate_mysql +++ b/Example/logrotate_mysql @@ -1,5 +1,5 @@ /var/log/mysql/mysql.log -/var/log/mysql/mysql.err +/var/log/mysql/mysql-err.log /var/log/mysql/slow_query.log { daily diff --git a/Example/my.cnf b/Example/my.cnf index d6a2e86..2b58704 100644 --- a/Example/my.cnf +++ b/Example/my.cnf @@ -499,7 +499,7 @@ thread_stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - ft_min_word_len diff --git a/Example/my.cnf.HUGE.5.7 b/Example/my.cnf.HUGE.5.7 index 1cd7649..6e08399 100644 --- a/Example/my.cnf.HUGE.5.7 +++ b/Example/my.cnf.HUGE.5.7 @@ -630,7 +630,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.HUGE.8.0 b/Example/my.cnf.HUGE.8.0 index ac629f4..1a92acf 100644 --- a/Example/my.cnf.HUGE.8.0 +++ b/Example/my.cnf.HUGE.8.0 @@ -629,7 +629,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.HUGE.MariaDB-10.3 b/Example/my.cnf.HUGE.MariaDB-10.3 index 093778d..2a7c2f4 100644 --- a/Example/my.cnf.HUGE.MariaDB-10.3 +++ b/Example/my.cnf.HUGE.MariaDB-10.3 @@ -609,7 +609,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.HUGE.MariaDB-10.5 b/Example/my.cnf.HUGE.MariaDB-10.5 index 9b6ab9d..b278da4 100644 --- a/Example/my.cnf.HUGE.MariaDB-10.5 +++ b/Example/my.cnf.HUGE.MariaDB-10.5 @@ -653,7 +653,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.MariaDB-10.5 b/Example/my.cnf.MariaDB-10.5 index 4e90b3e..1a3bbfc 100644 --- a/Example/my.cnf.MariaDB-10.5 +++ b/Example/my.cnf.MariaDB-10.5 @@ -661,7 +661,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.ND.5.7 b/Example/my.cnf.ND.5.7 index 46eb46f..7e8600a 100644 --- a/Example/my.cnf.ND.5.7 +++ b/Example/my.cnf.ND.5.7 @@ -538,7 +538,7 @@ thread-stack = 262144 ## - the server adds an extension of .err. ## - #log-error = /var/log/mysql/error.log -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - ft_min_word_len diff --git a/Example/my.cnf.VERY-HUGE.MariaDB-10.11 b/Example/my.cnf.VERY-HUGE.MariaDB-10.11 index 7e97f8c..0cb80ec 100644 --- a/Example/my.cnf.VERY-HUGE.MariaDB-10.11 +++ b/Example/my.cnf.VERY-HUGE.MariaDB-10.11 @@ -792,7 +792,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-error = /var/log/mysql/mysql-err.log ## - log files ## -------------- diff --git a/Example/my.cnf.VERY-HUGE.MariaDB-10.3 b/Example/my.cnf.VERY-HUGE.MariaDB-10.3 index 2bebf82..b65357b 100644 --- a/Example/my.cnf.VERY-HUGE.MariaDB-10.3 +++ b/Example/my.cnf.VERY-HUGE.MariaDB-10.3 @@ -599,7 +599,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.VERY-HUGE.MariaDB-10.5 b/Example/my.cnf.VERY-HUGE.MariaDB-10.5 index 60a7d2d..679e287 100644 --- a/Example/my.cnf.VERY-HUGE.MariaDB-10.5 +++ b/Example/my.cnf.VERY-HUGE.MariaDB-10.5 @@ -756,7 +756,7 @@ general_log = OFF ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## -------------- diff --git a/Example/my.cnf.WF-web0.5.7 b/Example/my.cnf.WF-web0.5.7 index e941acb..bca6ffd 100644 --- a/Example/my.cnf.WF-web0.5.7 +++ b/Example/my.cnf.WF-web0.5.7 @@ -593,7 +593,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.inoodb b/Example/my.cnf.inoodb index 22222c4..d1c0b0d 100644 --- a/Example/my.cnf.inoodb +++ b/Example/my.cnf.inoodb @@ -188,7 +188,7 @@ explicit_defaults_for_timestamp = true ## - Loggt Startup Messages und Fehler ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log ## - diff --git a/Example/my.cnf.oolm-db.MariaDB-10.3.11 b/Example/my.cnf.oolm-db.MariaDB-10.3.11 index 86eb017..aa05c45 100644 --- a/Example/my.cnf.oolm-db.MariaDB-10.3.11 +++ b/Example/my.cnf.oolm-db.MariaDB-10.3.11 @@ -574,7 +574,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log diff --git a/Example/my.cnf.oolm-db.MariaDB-10.3.24 b/Example/my.cnf.oolm-db.MariaDB-10.3.24 index 00501c5..91ee463 100644 --- a/Example/my.cnf.oolm-db.MariaDB-10.3.24 +++ b/Example/my.cnf.oolm-db.MariaDB-10.3.24 @@ -589,7 +589,7 @@ thread-stack = 262144 ## - name, MySQL uses host_name.err. If the file name has no extension, ## - the server adds an extension of .err. ## - -log-error = /var/log/mysql/mysql.err +log-error = /var/log/mysql/mysql-err.log ## - Query Log