9
9
There are several server variables to control the MySQL Protocol.
11
**mysql-protocol.port** arg (=3306)
12
The port number to use with MySQL connections (0 is the same as 3306)
14
**mysql-protocol.connect-timeout** arg (=10)
15
Connection timeout in seconds
17
**mysql-protocol.read-timeout** arg (=30)
18
Port read timeout in seconds
20
**mysql-protocol.write-timeout** arg (=60)
21
Port write timeout in seconds
23
**mysql-protocol.retry-count** arg (=10)
24
Retry count for the read and write timeout before killing the connection
26
**mysql-protocol.buffer-length** arg (=16384)
29
**mysql-protocol.bind-address** arg
32
**mysql-protocol.max-connections** arg (=1000)
33
Maximum simultaneous connections
35
**mysql-protocol.admin-ip-addresses** arg
36
A comma seprated list of IP addresses for admin tools to connect from
13
.. option:: --mysql-protocol.port arg (=3306)
15
The port number to use with MySQL connections (0 is the same as 3306)
17
.. option:: --mysql-protocol.connect-timeout arg (=10)
19
Connection timeout in seconds
21
.. option:: --mysql-protocol.read-timeout arg (=30)
23
Port read timeout in seconds
25
.. option:: --mysql-protocol.write-timeout arg (=60)
27
Port write timeout in seconds
29
.. option:: --mysql-protocol.retry-count arg (=10)
31
Retry count for the read and write timeout before killing the connection
33
.. option:: --mysql-protocol.buffer-length arg (=16384)
37
.. option:: --mysql-protocol.bind-address arg
41
.. option:: --mysql-protocol.max-connections arg (=1000)
43
Maximum simultaneous connections
45
.. option:: --mysql-protocol.admin-ip-addresses arg
47
A comma seprated list of IP addresses for admin tools to connect from