~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart's dead code removal

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
 
**mysql-protocol.port** arg (=3306)
12
 
  The port number to use with MySQL connections (0 is the same as 3306)
13
 
 
14
 
**mysql-protocol.connect-timeout** arg (=10)
15
 
  Connection timeout in seconds
16
 
 
17
 
**mysql-protocol.read-timeout** arg (=30)
18
 
  Port read timeout in seconds
19
 
 
20
 
**mysql-protocol.write-timeout** arg (=60)
21
 
  Port write timeout in seconds
22
 
 
23
 
**mysql-protocol.retry-count** arg (=10)
24
 
  Retry count for the read and write timeout before killing the connection
25
 
 
26
 
**mysql-protocol.buffer-length** arg (=16384)
27
 
  Buffer length
28
 
 
29
 
**mysql-protocol.bind-address** arg
30
 
  Address to bind to
31
 
 
32
 
**mysql-protocol.max-connections** arg (=1000)
33
 
  Maximum simultaneous connections
34
 
 
35
 
**mysql-protocol.admin-ip-addresses** arg
36
 
  A comma seprated list of IP addresses for admin tools to connect from