6
.. _json_server_loading:
11
To load this plugin, start :program:`drizzled` with::
13
--plugin-add=json_server
15
Loading the plugin may not enable or configure it. See the plugin's
16
:ref:`json_server_configuration` and :ref:`json_server_variables`.
18
.. seealso:: :doc:`/options` for more information about adding and removing plugins.
20
.. _json_server_configuration:
25
These command line options configure the plugin when :program:`drizzled`
26
is started. See :doc:`/configuration` for more information about specifying
31
.. option:: --json-server.port ARG
34
:Variable: :ref:`json_server_port <json_server_port>`
36
Port number to use for connection or 0 for default (port 8086)
38
.. _json_server_variables:
43
These variables show the running configuration of the plugin.
44
See `variables` for more information about querying and setting variables.
48
* ``json_server_port``
52
:Option: :option:`--json-server.port`
54
Port number to use for connection or 0 for default (port 8086)
56
.. _json_server_examples:
61
Sorry, there are no examples for this plugin.
63
.. _json_server_authors:
70
.. _json_server_version:
75
This documentation applies to **json_server 0.1**.
77
To see which version of the plugin a Drizzle server is running, execute:
81
SELECT MODULE_VERSION FROM DATA_DICTIONARY.MODULES WHERE MODULE_NAME='json_server'