Updated to correct logging option

pull/2247/head
Holston 2018-10-03 09:02:38 +01:00 committed by sebres
parent d67e42efa2
commit 5d6a84ba78
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld]: # To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld]:
# log-error=/var/log/mysqld.log # log-error=/var/log/mysqld.log
# log-warning = 2 # log-warnings = 2
# #
# If using mysql syslog [mysql_safe] has syslog in /etc/my.cnf # If using mysql syslog [mysql_safe] has syslog in /etc/my.cnf

View File

@ -736,7 +736,7 @@ maxretry = 10
# To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or # To log wrong MySQL access attempts add to /etc/my.cnf in [mysqld] or
# equivalent section: # equivalent section:
# log-warning = 2 # log-warnings = 2
# #
# for syslog (daemon facility) # for syslog (daemon facility)
# [mysqld_safe] # [mysqld_safe]