LOAD PLUGIN

Syntax

LOAD PLUGIN plugin_name

Privileges

PLUGIN

Description

In a running server, the LOAD PLUGIN command forces plugin_name to be loaded in the core services. A loaded plugin is also enabled by default and will be registered in newly established connections.

Return

OK string or error value (see SCSP protocol).

Example

> LOAD PLUGIN sample.plugin
OK