mysql_protocol implements the MySQL network 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_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: | localhost |
---|---|
Variable: | mysql_protocol_bind_address |
Address to bind to.
Default: | 16384 |
---|---|
Variable: | mysql_protocol_buffer_length |
Buffer length.
Default: | 10 |
---|---|
Variable: | mysql_protocol_connect_timeout |
Connect Timeout.
Default: | 1000 |
---|---|
Variable: | mysql_protocol_max_connections |
Maximum simultaneous connections.
Default: | 3306 |
---|---|
Variable: | mysql_protocol_port |
Port number to use for connection or 0 for default to with MySQL
Default: | 30 |
---|---|
Variable: | mysql_protocol_read_timeout |
Read Timeout.
Default: | 10 |
---|---|
Variable: | mysql_protocol_retry_count |
Retry Count.
Default: | 60 |
---|---|
Variable: | mysql_protocol_write_timeout |
Write Timeout.
These variables show the running configuration of the plugin. See variables for more information about querying and setting variables.
mysql_protocol_bind_address
Scope: Global Dynamic: No Option: --mysql-protocol.bind-address Address to bind to.
mysql_protocol_buffer_length
Scope: Global Dynamic: No Option: --mysql-protocol.buffer-length Buffer length.
mysql_protocol_connect_timeout
Scope: Global Dynamic: No Option: --mysql-protocol.connect-timeout Connect Timeout.
mysql_protocol_max_connections
Scope: Global Dynamic: No Option: --mysql-protocol.max-connections Maximum simultaneous connections.
mysql_protocol_port
Scope: Global Dynamic: No Option: --mysql-protocol.port Port number to use for connection or 0 for default to with MySQL
mysql_protocol_read_timeout
Scope: Global Dynamic: No Option: --mysql-protocol.read-timeout Read Timeout.
mysql_protocol_retry_count
Scope: Global Dynamic: No Option: --mysql-protocol.retry-count Retry Count.
mysql_protocol_write_timeout
Scope: Global Dynamic: No Option: --mysql-protocol.write-timeout Write Timeout.
Sorry, there are no examples for this plugin.
Eric Day
This documentation applies to mysql_protocol 0.1.
To see which version of the plugin a Drizzle server is running, execute:
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='mysql_protocol'