~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Drizzle Admin Commandline Client
================================

The :program:`drizzleadmin` command line client is the primary program for
connecting to and manipulating a Drizzle database with an administrative user.

The :program:`drizzleadmin` tool can only connect using the 'root' user and
only on IP addresses defined by drizzle-protocol.admin-ip-addresses or 
mysql-protocol.admin-ip-addresses.  At the moment the :program:`drizzleadmin` 
tool is only to be used to bypass the protocol's max-connections setting to do
tasks such as killing queries or clients.  Eventually more administrative
features will be added.

.. seealso::
   :doc:`drizzle`