~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/getting_started.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
Getting Started
 
2
===============
 
3
 
 
4
Drizzle is a unique database server because most of its functionality is
 
5
provided by plugins.  In fact, the primary job of :program:`drizzled`,
 
6
the Drizzle server daemon, is simply executing queries.
 
7
 
 
8
Administering Drizzle requires knowledge of several plugins for each
 
9
administration topic.  Don't worry though!  This does not mean administering
 
10
Drizzle is complex; rather, it means that you have options and flexibility.
 
11
 
 
12
Furthermore, the plugins are organized into discrete administrative
 
13
tasks (authorization, logging, etc.), so you do not have to learn
 
14
everything at once.  The following topics introduce you to the major
 
15
administration topics of Drizzle and which plugins are available for each.
 
16
 
 
17
If you have questions, :ref:`help` is available.