mysql_plugin (1) Linux Manual Page
mysql_plugin – configure MySQL server plugins Synopsis mysql_plugin [options] plugin {ENABLE|DISABLE}Description Note mysql_plugin is deprecated as of MySQL 5.7.11 and removed in MySQL 8.0. Alternatives include loading plugins at server startup using the –plugin-load or –plugin-load-add option, or at runtime using the INSTALL PLUGIN statement. The mysql_plugin utility enables MySQL administrators to manage which plugins…
