~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _configuring_drizzle:

Configuring Drizzle
===================

Drizzle is configured by familiar methods: command line options and runtime
variables.  Options are specified when starting :program:`drizzled`, the
Drizzle server daemon, and variables are queried and set once Drizzle is
running, usually with the :ref:`drizzle_command_line_client`.

.. toctree::
   :maxdepth: 2

   options
   variables
   values