From 1644e9fabc0b8217233e8242d8f683df21c074ce Mon Sep 17 00:00:00 2001
From: "Iida, Masanari"
Date: Wed, 28 May 2008 15:37:22 +0200
Subject: fixed typo
Typo caused confusion, because the database name is
case sensitive, but case was used different in the sample
and the database create script.
Signed-off-by: Rainer Gerhards
---
doc/rsyslog_mysql.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/rsyslog_mysql.html')
diff --git a/doc/rsyslog_mysql.html b/doc/rsyslog_mysql.html
index 57a779d5..ad2850cc 100644
--- a/doc/rsyslog_mysql.html
+++ b/doc/rsyslog_mysql.html
@@ -172,7 +172,7 @@ such a password is NOT a good idea...). If your MySQL database is on
the local machine, your rsyslog.conf line might look like in this
sample:
-*.* :ommysql:127.0.0.1,syslog,syslogwriter,topsecret
+*.* :ommysql:127.0.0.1,Syslog,syslogwriter,topsecret
Save rsyslog.conf, restart rsyslogd - and you should see
syslog messages being stored in the "systemevents" table!
@@ -259,4 +259,4 @@ document under the terms of the GNU Free Documentation License, Version
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license can be viewed at
http://www.gnu.org/copyleft/fdl.html.
-