mysql uninstall plugins 詳細說明
UNINSTALL PLUGIN plugin_name
This statement removes an installed plugin. You cannot uninstall a plugin if any table that uses it is open.
plugin_name must be the name of some plugin that is listed in the mysql.plugin table. The server executes the plugin's deinitialization function and removes the row for the plugin from the mysql.plugin table, so that subsequent server restarts will not load and initialize the plugin. UNINSTALL PLUGIN does not remove the plugin's shared library file.
To use UNINSTALL PLUGIN, you must have the DELETE privilege for the mysql.plugin table.
Plugin removal has implications for the use of associated
tables. For example, if a full-text parser plugin is associated
with a FULLTEXT index on the table,
uninstalling the plugin makes the table unusable. Any attempt to
access the table results in an error. The table cannot even be
opened, so you cannot drop an index for which the plugin is
used. This means that uninstalling a plugin is something to do
with care unless you do not care about the table contents. If
you are uninstalling a plugin with no intention of reinstalling
it later and you care about the table contents, you should dump
the table with mysqldump and remove the
WITH PARSER clause from the dumped
CREATE TABLE statement so that
you can reload the table later. If you do not care about the
table, DROP TABLE can be used
even if any plugins associated with the table are missing.
from :http://dev.mysql.com/doc/refman/5.1/en/uninstall-plugin.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-623473/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql processlist詳細說明MySql
- mysql replace into用法詳細說明MySql
- MySQL mysqldump命令的引數詳細說明MySql
- nginx 詳解 – 詳細配置說明Nginx
- nginx 詳解 - 詳細配置說明Nginx
- MySQL引數DELAY_KEY_WRITE的詳細說明MySql
- mysqldump引數詳細說明MySql
- redis info命令詳細說明Redis
- Emacs詳細使用說明(轉)Mac
- memset函式詳細說明函式
- Flask-Limit使用詳細說明FlaskMIT
- Linux sed命令詳細說明Linux
- VNC安裝配置詳細說明VNC
- Nginx配置檔案詳細說明Nginx
- CocoaPods | iOS詳細使用說明iOS
- session的詳細說明和用法Session
- 總帳介面表詳細說明
- linux安裝mysql的步驟和方法詳細說明LinuxMySql
- winscp操作說明,winscp操作說明的詳細解讀
- 流量控制工具TC詳細說明
- sql server系統表詳細說明SQLServer
- jpa 方法 命名規則 詳細說明
- JQuery Datatables Columns API 引數詳細說明jQueryAPI
- 寬頻路由器的詳細說明路由器
- Oracle RAC中Srvctl命令詳細說明(轉)Oracle
- sql server系統表詳細說明(zt)SQLServer
- mydumper備份資料庫詳解(已詳細說明)資料庫
- R語言-Knitr包的詳細使用說明R語言
- linux系統vi命令詳細使用說明Linux
- Android清單AndroidManifest詳細說明Android
- 詳細說明搜尋引擎優化的過程優化
- 網路交換機功能和原理的詳細說明
- php中的var_dump()方法的詳細說明PHP
- Intellij IDEA 使用svn非常詳細的說明IntelliJIdea
- Oracle 高階複製配置步驟詳細說明Oracle
- redis配置檔案redis.conf詳細說明Redis
- mysql 版本說明MySql
- 前端meta標籤內容定義及使用說明,meta詳細說明,meta標籤使用前端