From dad3d0d42210f448798a3171fafb6f731d53238a Mon Sep 17 00:00:00 2001
From: Edward Rudd
Date: Thu, 29 Apr 2004 17:09:56 +0000
Subject: fixed documentation about LOgSQLloginInfo
---
Documentation/manual.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/manual.xml b/Documentation/manual.xml
index 0490cc6..c45f204 100644
--- a/Documentation/manual.xml
+++ b/Documentation/manual.xml
@@ -1,5 +1,5 @@
-
+
urkle <at> outoforder <dot> cc">
]>
@@ -282,7 +282,7 @@ mysql> source create_tables.sql
Use the MySQL database called "apachelogs" running on "dbmachine.foo.com". Use username "loguser" and password "l0gg3r" to authenticate to the database. Permit the module create tables for us.
Basic Example
- LogSQLLoginInfo mysql://loguser;l0gg3r@dbmachine.foo.com/apachelogs
+ LogSQLLoginInfo mysql://loguser:l0gg3r@dbmachine.foo.com/apachelogs
LogSQLCreateTables on
If your database resides on localhost instead of another host, specify the MySQL server's socket file as follows:
--
cgit