summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_mysql.html
diff options
context:
space:
mode:
authorIida, Masanari <masanari.iida@hp.com>2008-05-28 15:37:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-28 15:37:22 +0200
commit1644e9fabc0b8217233e8242d8f683df21c074ce (patch)
treea43da0a8546dd71b2d32da512498daee94c15fc3 /doc/rsyslog_mysql.html
parent3cacb9c5a4e452c390a7e7ea84ce15d902cf7fb8 (diff)
downloadrsyslog-1644e9fabc0b8217233e8242d8f683df21c074ce.tar.gz
rsyslog-1644e9fabc0b8217233e8242d8f683df21c074ce.tar.xz
rsyslog-1644e9fabc0b8217233e8242d8f683df21c074ce.zip
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 <rgerhards@adiscon.com>
Diffstat (limited to 'doc/rsyslog_mysql.html')
-rw-r--r--doc/rsyslog_mysql.html4
1 files changed, 2 insertions, 2 deletions
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:</p>
<blockquote>
-<p><code>*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :ommysql:127.0.0.1,syslog,syslogwriter,topsecret</code></p>
+<p><code>*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :ommysql:127.0.0.1,Syslog,syslogwriter,topsecret</code></p>
</blockquote>
<p>Save rsyslog.conf, restart rsyslogd - and you should see
syslog messages being stored in the "systemevents" table!</p>
@@ -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 <a href="http://www.gnu.org/copyleft/fdl.html">
http://www.gnu.org/copyleft/fdl.html</a>.</p>
-</body></html> \ No newline at end of file
+</body></html>