mysql_unix_socket_protocol implements the MySQL UNIX socket protocol.
This plugin is loaded by default, but it may need to be configured. See the plugin’s Configuration and Variables.
To stop the plugin from loading by default, start drizzled with:
--plugin-remove=mysql_unix_socket_protocol
See also
Plugin Options for more information about adding and removing plugins.
These command line options configure the plugin when drizzled is started. See Command Line Options for more information about specifying command line options.
Default: | |
---|---|
Variable: | mysql_unix_socket_protocol_clobber |
Clobber socket file if one is there already.
Default: | 1000 |
---|---|
Variable: | mysql_unix_socket_protocol_max_connections |
Maximum simultaneous connections.
Default: | /tmp/mysql.socket |
---|---|
Variable: | mysql_unix_socket_protocol_path |
Path used for MySQL UNIX Socket Protocol.
These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.
mysql_unix_socket_protocol_clobber
Scope: Global Dynamic: No Option: Clobber socket file if one is there already.
mysql_unix_socket_protocol_max_connections
Scope: Global Dynamic: No Option: --mysql-unix-socket-protocol.max-connections Maximum simultaneous connections.
mysql_unix_socket_protocol_path
Scope: Global Dynamic: No Option: --mysql-unix-socket-protocol.path Path used for MySQL UNIX Socket Protocol.
Sorry, there are no examples for this plugin.
Brian Aker
This documentation applies to mysql_unix_socket_protocol 0.3.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='mysql_unix_socket_protocol'