~ubuntu-branches/ubuntu/trusty/drizzle/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# to enable the mysql-protocol-plugin, comment the following line and uncomment the second-next line
plugin-remove=mysql_protocol
#plugin-add=mysql_protocol

# Options for the mysql-protocol plugin
# Uncomment the values you want to edit. (The values given are the default-values)

#mysql-protocol.bind-address=localhost
#mysql-protocol.buffer-length=16384
#mysql-protocol.connect-timeout=10
#mysql-protocol.max-connections=1000
#mysql-protocol.port=3306
#mysql-protocol.read-timeout=30
#mysql-protocol.retry-count=10
#mysql-protocol.write-timeout=60