~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Olaf van der Spek
  • Date: 2011-03-06 15:49:49 UTC
  • mto: (2226.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2227.
  • Revision ID: olafvdspek@gmail.com-20110306154949-zzso0l15mbwi60xb
Provide drizzle/drizzle.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MySQL Protocol
 
2
==============
 
3
 
 
4
The MySQL Protocol plugin allows MySQL compatible clients to connect to Drizzle.
 
5
 
 
6
Configuration
 
7
-------------
 
8
 
 
9
There are several server variables to control the MySQL Protocol.
 
10
 
 
11
.. program:: drizzled
 
12
 
 
13
.. option:: --mysql-protocol.port arg (=3306)
 
14
 
 
15
   The port number to use with MySQL connections (0 is the same as 3306)
 
16
 
 
17
.. option:: --mysql-protocol.connect-timeout arg (=10)
 
18
 
 
19
   Connection timeout in seconds
 
20
 
 
21
.. option:: --mysql-protocol.read-timeout arg (=30)
 
22
 
 
23
   Port read timeout in seconds
 
24
 
 
25
.. option:: --mysql-protocol.write-timeout arg (=60)
 
26
 
 
27
   Port write timeout in seconds
 
28
 
 
29
.. option:: --mysql-protocol.retry-count arg (=10)
 
30
 
 
31
   Retry count for the read and write timeout before killing the connection
 
32
 
 
33
.. option:: --mysql-protocol.buffer-length arg (=16384)
 
34
 
 
35
   Buffer length
 
36
 
 
37
.. option:: --mysql-protocol.bind-address arg
 
38
 
 
39
   Address to bind to
 
40
 
 
41
.. option:: --mysql-protocol.max-connections arg (=1000)
 
42
 
 
43
   Maximum simultaneous connections
 
44
 
 
45
.. option:: --mysql-protocol.admin-ip-addresses arg
 
46
 
 
47
   A comma seprated list of IP addresses for admin tools to connect from