7 lines
135 B
MySQL
7 lines
135 B
MySQL
|
-- https://dev.mysql.com/doc/refman/8.0/en/uninstall-plugin.html
|
||
|
|
||
|
/* UNINSTALL PLUGIN plugin_name */
|
||
|
|
||
|
|
||
|
UNINSTALL PLUGIN 'plugin_name';
|