~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/clients/drizzleadmin.rst

  • Committer: Mark Atwood
  • Date: 2011-06-05 15:07:40 UTC
  • mfrom: (2313.4.2 xtrabackup)
  • Revision ID: me@mark.atwood.name-20110605150740-q3bsq3kt33rwfc9u
Tags: 2011.06.19
mergeĀ lp:~olafvdspek/drizzle/xtrabackup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Drizzle Admin Commandline Client
 
2
================================
 
3
 
 
4
The :program:`drizzleadmin` command line client is the primary program for
 
5
connecting to and manipulating a Drizzle database with an administrative user rights.
 
6
 
 
7
The :program:`drizzleadmin` tool can only connect using the 'root' user and
 
8
only on IP addresses defined by drizzle-protocol.admin-ip-addresses or 
 
9
mysql-protocol.admin-ip-addresses.  At the moment the :program:`drizzleadmin` 
 
10
tool is only to be used to bypass the protocol's max-connections setting to do
 
11
tasks such as killing queries or clients.  Eventually more administrative
 
12
features will be added.
 
13
 
 
14
.. seealso::
 
15
   :doc:`drizzle`