Edit

UNINTALL PLUGIN

description

This statement is used to uninstall a plugin.

Syntax:

UNINSTALL PLUGIN plugin_name;

plugin_name can be viewed through SHOW PLUGINS command

Only non-builtin plugins can be uninstalled.

example

  1. Uninstall a plugin:

    UNINSTALL PLUGIN auditdemo;

keyword

UNINSTALL,PLUGIN