mysql show plugins_MySQL 5.1 英文手册 :: 12.4.5.27 SHOW PLUGINS Syntax

12.4.5.27. SHOW PLUGINS Syntax

SHOW PLUGINS

SHOW PLUGINS displays information

about server plugins.

mysql> SHOW PLUGINS\G

*************************** 1. row ***************************

Name: binlog

Status: ACTIVE

Type: STORAGE ENGINE

Library: NULL

License: GPL

*************************** 2. row ***************************

Name: CSV

Status: ACTIVE

Type: STORAGE ENGINE

Library: NULL

License: GPL

*************************** 3. row ***************************

Name: MEMORY

Status: ACTIVE

Type: STORAGE ENGINE

Library: NULL

License: GPL

*************************** 4. row ***************************

Name: MyISAM

Status: ACTIVE

Type: STORAGE ENGINE

Library: NULL

License: GPL

...

SHOW PLUGINS returns the

following columns:

Name is the name used to refer to the

plugin in statements such as INSTALL

PLUGIN and UNINSTALL

PLUGIN.

Status indicates the plugin status, one

of ACTIVE, INACTIVE,

DISABLED, or DELETED.

Type indicates the type of plugin, such

as STORAGE ENGINE or

INFORMATION_SCHEMA.

Library is the name of the plugin shared

object 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.

Licensed indicates 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 table.

For information about plugin data structures that form the basis

of the information displayed by SHOW

PLUGINS, see Section 22.2, “The MySQL Plugin API”.

Plugin information is also available in the

INFORMATION_SCHEMA.PLUGINS table. See

Section 20.17, “The INFORMATION_SCHEMA PLUGINS Table”.

SHOW PLUGIN was added in MySQL 5.1.5 and

renamed to SHOW PLUGINS in 5.1.9.

SHOW PLUGIN is deprecated as of 5.1.9 and

generates a warning, and is removed in MySQL 5.5.)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值