~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/mysql_unix_socket_protocol/docs/index.rst

  • Committer: Lee Bieber
  • Date: 2011-03-05 19:08:46 UTC
  • mfrom: (2220.2.1 trunk-bug-729425)
  • mto: This revision was merged to the branch mainline in revision 2221.
  • Revision ID: kalebral@gmail.com-20110305190846-egdigs2ap4cwxrkv
Merge Andrew - 729425: mysql-unix-socket-protocol plugin needs documenting      

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MySQL Unix Socket Protocol
 
2
==========================
 
3
 
 
4
The MySQL Unix Socket Protocol plugin allows MySQL compatible clients which
 
5
use the unix socket file to connect to Drizzle.
 
6
 
 
7
Configuration
 
8
-------------
 
9
 
 
10
There are several server variables to control the MySQL Unix Socket Protocol.
 
11
 
 
12
.. program:: drizzled
 
13
 
 
14
.. option:: --mysql-unix-socket-protocol.path (=/tmp/mysql.socket)
 
15
 
 
16
   The path used for the socket file
 
17
 
 
18
.. option:: --mysql-unix-socket-protocol.clobber
 
19
 
 
20
   Remove the socket file if one already exists
 
21
 
 
22
.. option:: --mysql-unix-socket-protocol.max-connections (=1000)
 
23
 
 
24
   The maximum simultaneous connections via. the unix socket protocol