PDF (A4) - 40.5Mb
Man Pages (TGZ) - 259.5Kb
Man Pages (Zip) - 366.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
SHOW PLUGINSSHOW PLUGINS displays information about server plugins.
Example ofSHOW PLUGINS output:
mysql> SHOW PLUGINS\G*************************** 1. row *************************** Name: binlog Status: ACTIVE Type: STORAGE ENGINELibrary: NULLLicense: GPL*************************** 2. row *************************** Name: CSV Status: ACTIVE Type: STORAGE ENGINELibrary: NULLLicense: GPL*************************** 3. row *************************** Name: MEMORY Status: ACTIVE Type: STORAGE ENGINELibrary: NULLLicense: GPL*************************** 4. row *************************** Name: MyISAM Status: ACTIVE Type: STORAGE ENGINELibrary: NULLLicense: GPL...SHOW PLUGINS output has these columns:
NameThe name used to refer to the plugin in statements such as
INSTALL PLUGINandUNINSTALL PLUGIN.StatusThe plugin status, one of
ACTIVE,INACTIVE,DISABLED,DELETING, orDELETED.TypeThe type of plugin, such as
STORAGE ENGINE,INFORMATION_SCHEMA, orAUTHENTICATION.LibraryThe name of the plugin shared library file. This is the name used to refer to the plugin file in statements such as
INSTALL PLUGINandUNINSTALL PLUGIN. This file is located in the directory named by theplugin_dirsystem variable. If the library name isNULL, the plugin is compiled in and cannot be uninstalled withUNINSTALL PLUGIN.LicenseHow the plugin is licensed (for example,
GPL).
For plugins installed withINSTALL PLUGIN, theName andLibrary values are also registered in themysql.plugin system table.
For information about plugin data structures that form the basis of the information displayed bySHOW PLUGINS, seeThe MySQL Plugin API.
Plugin information is also available from theINFORMATION_SCHEMA.PLUGINS table. SeeSection 28.3.22, “The INFORMATION_SCHEMA PLUGINS Table”.
PDF (A4) - 40.5Mb
Man Pages (TGZ) - 259.5Kb
Man Pages (Zip) - 366.7Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb