Comments - SQL Error Log Plugin

8 years, 4 months ago Ed Thomas

After turning it off with:

uninstall plugin SQL_ERROR_LOG;

It cannot be turned back on with:

MariaDB [information_schema]> install plugin SQL_ERROR_LOG soname 'sql_errlog';

ERROR 1125 (HY000): Function 'SQL_ERROR_LOG' already exists

An entry remains in INFORMATION_SCHEMA.PLUGINS.

Anyone know a way around this without restarting mysql?

 
8 years, 4 months ago Sergei Golubchik

Disconnect all connections that were active when a plugin was loaded. When you won't longer see it in INFORMATION_SCHEMA.PLUGINS, then you can load the plugin again.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.