All pages
Powered by GitBook
1 of 1

Loading...

SHOW PLUGINS

List installed server plugins. View the name, status, type, and library file for each active plugin.

Syntax

Description

SHOW PLUGINS displays information about installed . The Library column indicates the plugin library - if it is NULL, the plugin is built-in and cannot be uninstalled.

The table in the information_schema database contains more detailed information.

For specific information about storage engines (a particular type of plugin), see the table and the statement.

Examples

See Also

This page is licensed: GPLv2, originally from

SHOW PLUGINS;
INFORMATION_SCHEMA.ALL_PLUGINS Table (all plugins, installed or not)
  • INSTALL SONAME

  • UNINSTALL PLUGIN

  • UNINSTALL SONAME

  • plugins
    PLUGINS
    information_schema.ENGINES
    SHOW ENGINES
    List of Plugins
    Plugin Overview
    INFORMATION_SCHEMA.PLUGINS Table
    INSTALL PLUGIN
    fill_help_tables.sql
    SHOW PLUGINS;
    +----------------------------+----------+--------------------+-------------+---------+
    | Name                       | Status   | Type               | Library     | License |
    +----------------------------+----------+--------------------+-------------+---------+
    | binlog                     | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | mysql_native_password      | ACTIVE   | AUTHENTICATION     | NULL        | GPL     |
    | mysql_old_password         | ACTIVE   | AUTHENTICATION     | NULL        | GPL     |
    | MRG_MyISAM                 | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | MyISAM                     | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | CSV                        | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | MEMORY                     | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | FEDERATED                  | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | PERFORMANCE_SCHEMA         | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | Aria                       | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | InnoDB                     | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | INNODB_TRX                 | ACTIVE   | INFORMATION SCHEMA | NULL        | GPL     |
    ...
    | INNODB_SYS_FOREIGN         | ACTIVE   | INFORMATION SCHEMA | NULL        | GPL     |
    | INNODB_SYS_FOREIGN_COLS    | ACTIVE   | INFORMATION SCHEMA | NULL        | GPL     |
    | SPHINX                     | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | ARCHIVE                    | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | BLACKHOLE                  | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | FEEDBACK                   | DISABLED | INFORMATION SCHEMA | NULL        | GPL     |
    | partition                  | ACTIVE   | STORAGE ENGINE     | NULL        | GPL     |
    | pam                        | ACTIVE   | AUTHENTICATION     | auth_pam.so | GPL     |
    +----------------------------+----------+--------------------+-------------+---------+