~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/administration/getting_started.rst

  • Committer: Daniel Nichter
  • Date: 2011-10-23 16:01:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2448.
  • Revision ID: daniel@percona.com-20111023160137-7ac3blgz8z4tf8za
Add Administration Getting Started and Logging.  Capitalize SQL clause keywords.

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.