UNINSTALL-PLUGIN

Name

UNINSTALL PLUGIN

Description

This statement is used to uninstall a plugin.

grammar:

  1. UNINSTALL PLUGIN plugin_name;

plugin_name can be viewed with the SHOW PLUGINS; command.

Only non-builtin plugins can be uninstalled.

Example

  1. Uninstall a plugin:

    1. UNINSTALL PLUGIN auditdemo;

Keywords

  1. UNINSTALL, PLUGIN

Best Practice