UNINSTALL PLUGIN
Descriptionβ
This statement is used to uninstall a plugin.
grammar:
UNINSTALL PLUGIN plugin_name;
plugin_name can be viewed with the SHOW PLUGINS;
command.
Only non-builtin plugins can be uninstalled.
Examplesβ
-
Uninstall a plugin:
UNINSTALL PLUGIN auditdemo;
Keywordsβ
UNINSTALL, PLUGIN