This file is indexed.

/usr/share/doc/lire/user-manual/ch05.html is in lire-doc 2:2.1.1-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 5. Database Supported Log Formats</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire User's Manual"><link rel="up" href="pt02.html" title="Part II. Log Formats"><link rel="prev" href="pt02.html" title="Part II. Log Formats"><link rel="next" href="ch06.html" title="Chapter 6. Dialup Supported Log Format"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. Database Supported Log Formats</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt02.html">Prev</a> </td><th width="60%" align="center">Part II. Log Formats</th><td width="20%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter 5. Database Supported Log Formats"><div class="titlepage"><div><div><h2 class="title"><a name="chap:database-logs"></a>Chapter 5. Database Supported Log Formats</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch05.html#id382767"><span class="productname">MySQL</span>&#8482;'s Log</a></span></dt></dl></div><p><span class="application">Lire</span> currently only supports the query log of <span class="productname">MySQL</span>&#8482;.
        This log file contains all the connectinons and queries sent
        to your database server.
      </p><div class="section" title="MySQL&#8482;'s Log"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id382767"></a><span class="productname">MySQL</span>&#8482;'s Log</h2></div></div></div><p>The <span class="productname">MySQL</span>&#8482;'s log file will contain information about
          each start and shutdown of your database server, as
          well as all connections and queries processed by the
          database server during its session.
        </p><div class="example"><a name="id382787"></a><p class="title"><b>Example 5.1. Sample <span class="productname">MySQL</span>&#8482; Log File</b></p><div class="example-contents"><pre class="programlisting">

/usr/sbin/mysqld, Version: 3.23.43-debug-log, started with:
Tcp port: 3306  Unix socket: /var/run/mysqld/mysqld.sock
Time                 Id Command    Argument
011226 21:32:57       1 Connect     root@localhost on
011226 21:33:01       1 Query       show tables
011226 21:33:08       1 Query       show databases
011226 21:33:46       1 Quit
011226 21:34:32       2 Connect     Access denied for user: \
  'jdoe@localhost' (Using password: YES)
011226 21:34:42       3 Connect     Access denied for user: \
  'jdoe@localhost' (Using password: YES)
011226 21:35:59       6 Connect     jdoe@localhost on 
                    6 Init DB     nmrshiftdb
                    6 Query       SHOW VARIABLES
011226 21:36:00       6 Query       CREATE TABLE molecules \
  (molid INT, CMLcode TEXT)
                    6 Query       CREATE TABLE chemnames \
  (molid INT, autonom TEXT, name TEXT)

          </pre></div></div><br class="example-break"></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="pt02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch06.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part II. Log Formats </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 6. Dialup Supported Log Format</td></tr></table></div></body></html>