1
MySQL Unix Socket Protocol
2
==========================
4
The MySQL Unix Socket Protocol plugin allows MySQL compatible clients which
5
use the unix socket file to connect to Drizzle.
10
There are several server variables to control the MySQL Unix Socket Protocol.
14
.. option:: --mysql-unix-socket-protocol.path (=/tmp/mysql.socket)
16
The path used for the socket file
18
.. option:: --mysql-unix-socket-protocol.clobber
20
Remove the socket file if one already exists
22
.. option:: --mysql-unix-socket-protocol.max-connections (=1000)
24
The maximum simultaneous connections via. the unix socket protocol