BF/ENH: mysql jail - rename to mysql-syslog to be consistent with 0.8.13. Add port to syslog defination. Document mysql configuration required for mysql jails

pull/453/head
Daniel Black 2013-11-30 10:00:59 +11:00
parent 3f4d179612
commit 04438cd1a1
1 changed files with 7 additions and 2 deletions

View File

@ -599,7 +599,8 @@ logpath = /var/log/asterisk/messages
maxretry = 10
# To log wrong MySQL access attempts add to /etc/my.cnf:
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or
# equivalent section:
# log-error=/var/log/mysqld.log
# log-warning = 2
[mysqld-auth]
@ -609,8 +610,12 @@ logpath = /var/log/mysqld.log
maxretry = 5
[mysqld-syslog-iptables]
# This requires my.cnf to contain (check the mysql version supports this)
# [mysqld_safe]
# syslog
[mysqld-syslog]
port = 3306
filter = mysqld-auth
logpath = /var/log/daemon.log
maxretry = 5