Rev 192 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# This logname can be set in /etc/my.cnf# by setting the variable "log-error"# in the [mysqld] section as follows:## [mysqld]# log-error=/var/log/mariadb/mariadb.log/var/log/mariadb/mariadb.log {create 600 mysql mysqlnotifemptydailyrotate 3missingokcompresspostrotate# just if mysqld is really runningif [ -e /run/mariadb/mariadb.pid ]thenkill -1 $(</run/mariadb/mariadb.pid)fiendscript}