~sinha/drizzle/trunk-bug-621856

« 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:28:49 UTC
  • mfrom: (2220.1.2 build)
  • Revision ID: kalebral@gmail.com-20110305192849-y9qiehdsit5jtl9j
Merge Andrew - 729425: mysql-unix-socket-protocol plugin needs documenting      
Merge Andrew - 729340: Need drizzledump to output InnoDB replication log information for slave provisioning

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