This file is indexed.

/usr/share/doc/refdb/refdb-manual/ch05.html is in refdb-doc 1.0.2-3ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Chapter 5. refdbd administration</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="pt02.html" title="Part II. Administrator manual" /><link rel="prev" href="ch04s11.html" title="Install the PHP interface" /><link rel="next" href="ch05s02.html" title="Delete a database" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. refdbd administration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s11.html">Prev</a> </td><th width="60%" align="center">Part II. Administrator manual</th><td width="20%" align="right"> <a accesskey="n" href="ch05s02.html">Next</a></td></tr></table><hr /></div><div class="chapter"><div class="titlepage"><div><div><h2 class="title"><a id="chapter-refdbd-administration"></a>Chapter 5. refdbd administration</h2></div></div></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="sect1"><a href="ch05.html#sect1-create-database">Create a database</a></span></dt><dt><span class="sect1"><a href="ch05s02.html">Delete a database</a></span></dt><dt><span class="sect1"><a href="ch05s03.html">Add or remove a user</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch05s03.html#sect2-add-users-to-db">Add users</a></span></dt><dt><span class="sect2"><a href="ch05s03.html#idp64471584">Remove users</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch05s04.html">Configure the application server</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch05s04.html#idp64479504">Configuration at startup</a></span></dt><dt><span class="sect2"><a href="ch05s04.html#idp64482336">Reconfiguring a running refdbd process</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch05s05.html">Add, edit, or delete bibliography styles</a></span></dt><dt><span class="sect1"><a href="ch05s06.html">Logging data</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch05s06.html#idp64514304">What to log</a></span></dt><dt><span class="sect2"><a href="ch05s06.html#idp64520400">Destinations</a></span></dt><dt><span class="sect2"><a href="ch05s06.html#sect2-log-level">Log levels</a></span></dt><dt><span class="sect2"><a href="ch05s06.html#idp64561120">Interpreting the log information</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch05s07.html">Security issues</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch05s07.html#idp64580640">Passwords</a></span></dt><dt><span class="sect2"><a href="ch05s07.html#sect-database-server-access-control">Database server access control</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch05s08.html">How to run several refdb instances</a></span></dt><dt><span class="sect1"><a href="ch05s09.html">Backup your data</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch05s09.html#idp64155504">Creating a risx dump</a></span></dt><dt><span class="sect2"><a href="ch05s09.html#idp64160896">Creating a SQL dump</a></span></dt></dl></dd></dl></div><p>This chapter will explain the usage of refdba for the administration of refdbd. Please refer to the reference chapter about <a class="link" href="re06.html#refdba-synopsis" title="Synopsis">refdba</a> to learn about command-line switches and interactive commands of this application.</p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="sect1-create-database"></a>Create a database</h2></div></div></div><p>Create new databases with the refdba command <a class="link" href="re06.html#app-a-command-createdb" title="createdb"><span class="command"><strong>createdb foo</strong></span></a>. The new database will be empty initially. If you start adding datasets, the first dataset will have the ID 1.</p><p>In order to access the new database, users need to have their <a class="link" href="ch05s03.html#sect2-add-users-to-db" title="Add users">access rights</a> set accordingly.</p><p>Due to restrictions of the database servers and of the way database names are encoded in refdb SGML/XML/LaTeX documents, the names of the databases should be treated as case-insensitive and should not contain colons (':').</p><p>Some database engines support different character encodings. In this case you can use the <code class="option">-E</code> option to select an appropriate encoding. See the documentation of your database engine for available encodings.</p><div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>Your SQL database server may manage more databases than your refdb databases. In this case it may be prudent to use a common prefix for all refdb reference databases that you create. By providing a simple regular expression to the <a class="link" href="re11.html#app-c-command-listdb" title="listdb"><span class="command"><strong>listdb</strong></span></a> command, the execution time may drop considerably.</p></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s11.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="ch05s02.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Install the PHP interface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Delete a database</td></tr></table></div></body></html>