summaryrefslogtreecommitdiffstatsabout
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-04-29 17:09:56 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-04-29 17:09:56 (GMT)
commitdad3d0d42210f448798a3171fafb6f731d53238a (patch)
tree8c81445d91a60a0a6ebc4fa65c88c8a79ea7b041
parent79570024b243cd23354059f84190b1b5fb219c3e (diff)
fixed documentation about LOgSQLloginInfo
-rw-r--r--Documentation/manual.xml4
1 files 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 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="/xslt/docbook.css" type="text/css"?> 2<?xml-stylesheet href="file://localhost/home/urkle/Documents/DocBook/docbook.css" type="text/css"?>
3<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "file:/usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-8/docbookx.dtd" [ 3<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "file:/usr/share/sgml/docbook/xml-dtd-4.1.2-1.0-8/docbookx.dtd" [
4<!ENTITY EmailContact "<email>urkle &lt;at&gt; outoforder &lt;dot&gt; cc</email>"> 4<!ENTITY EmailContact "<email>urkle &lt;at&gt; outoforder &lt;dot&gt; cc</email>">
5]> 5]>
@@ -282,7 +282,7 @@ mysql&gt; source create_tables.sql</screen>
282 <para>Use the <application>MySQL</application> 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.</para> 282 <para>Use the <application>MySQL</application> 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.</para>
283 <example> 283 <example>
284 <title>Basic Example</title> 284 <title>Basic Example</title>
285 <programlisting>LogSQLLoginInfo mysql://loguser;l0gg3r@dbmachine.foo.com/apachelogs 285 <programlisting>LogSQLLoginInfo mysql://loguser:l0gg3r@dbmachine.foo.com/apachelogs
286LogSQLCreateTables on</programlisting> 286LogSQLCreateTables on</programlisting>
287 </example> 287 </example>
288 <para>If your database resides on localhost instead of another host, specify the MySQL server's socket file as follows:</para> 288 <para>If your database resides on localhost instead of another host, specify the MySQL server's socket file as follows:</para>