diff options
author | Edward Rudd | 2004-04-29 17:09:56 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-29 17:09:56 +0000 |
commit | dad3d0d42210f448798a3171fafb6f731d53238a (patch) | |
tree | 8c81445d91a60a0a6ebc4fa65c88c8a79ea7b041 | |
parent | 79570024b243cd23354059f84190b1b5fb219c3e (diff) |
fixed documentation about LOgSQLloginInfo
-rw-r--r-- | Documentation/manual.xml | 4 |
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 <at> outoforder <dot> cc</email>"> | 4 | <!ENTITY EmailContact "<email>urkle <at> outoforder <dot> cc</email>"> |
5 | ]> | 5 | ]> |
@@ -282,7 +282,7 @@ mysql> 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 |
286 | LogSQLCreateTables on</programlisting> | 286 | LogSQLCreateTables 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> |