No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

13.7.6.25 SHOW PLUGINS Syntax

  1. SHOW PLUGINS

SHOW PLUGINS displays information about server plugins.

Example of SHOW PLUGINS output:

  1. mysql> SHOW PLUGINS\G
  2. *************************** 1. row ***************************
  3.    Name: binlog
  4.  Status: ACTIVE
  5.    Type: STORAGE ENGINE
  6. Library: NULL
  7. License: GPL
  8. *************************** 2. row ***************************
  9.    Name: CSV
  10.  Status: ACTIVE
  11.    Type: STORAGE ENGINE
  12. Library: NULL
  13. License: GPL
  14. *************************** 3. row ***************************
  15.    Name: MEMORY
  16.  Status: ACTIVE
  17.    Type: STORAGE ENGINE
  18. Library: NULL
  19. License: GPL
  20. *************************** 4. row ***************************
  21.    Name: MyISAM
  22.  Status: ACTIVE
  23.    Type: STORAGE ENGINE
  24. Library: NULL
  25. License: GPL
  26. ...

SHOW PLUGINS output has these columns:

  • Name

    The name used to refer to the plugin in statements such as INSTALL PLUGIN and UNINSTALL PLUGIN.

  • Status

    The plugin status, one of ACTIVE, INACTIVE, DISABLED, DELETING, or DELETED.

  • Type

    The type of plugin, such as STORAGE ENGINE, INFORMATION_SCHEMA, or AUTHENTICATION.

  • Library

    The name of the plugin shared library file. This is the name used to refer to the plugin file in statements such as INSTALL PLUGIN and UNINSTALL PLUGIN. This file is located in the directory named by the plugin_dir system variable. If the library name is NULL, the plugin is compiled in and cannot be uninstalled with UNINSTALL PLUGIN.

  • License

    How the plugin is licensed (for example, GPL).

For plugins installed with INSTALL PLUGIN, the Name and Library values are also registered in the mysql.plugin system table.

For information about plugin data structures that form the basis of the information displayed by SHOW PLUGINS, see Section 29.2, “The MySQL Plugin API”.

Plugin information is also available from the INFORMATION_SCHEMA .PLUGINS table. See Section 25.18, “The INFORMATION_SCHEMA PLUGINS Table”.


Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph