# 查看mysql的插件

show plugins \G

# 安装mysql 插件

INSTALL PLUGIN spartan SONAME 'ha_spartan.so';

# 卸载

UNINSTALL PLUGIN spartan;

# 查看插件目录

show variables like  'plugin_dir'

 

posted on 2019-02-20 20:52  kisstherain8231  阅读(221)  评论(0编辑  收藏  举报