~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/configuration/index.rst

  • Committer: Mark Atwood
  • Date: 2011-10-27 05:06:56 UTC
  • mfrom: (2425.2.6 docs71)
  • Revision ID: me@mark.atwood.name-20111027050656-ksehy1w5rmksauao
mergeĀ lp:~daniel-nichter/drizzle/7.1-docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. _configuring_drizzle:
 
3
 
 
4
Configuring Drizzle
 
5
===================
 
6
 
 
7
Drizzle is configured by familiar methods: command line options and runtime
 
8
variables.  Options are specified when starting :program:`drizzled`, the
 
9
Drizzle server daemon, and variables are queried and set once Drizzle is
 
10
running, usually with the :ref:`drizzle_command_line_client`.
 
11
 
 
12
.. toctree::
 
13
   :maxdepth: 2
 
14
 
 
15
   options
 
16
   variables
 
17
   values