[MDEV-16163] INSTALL PLUGIN is permanent Created: 2018-05-14  Updated: 2018-05-15  Resolved: 2018-05-15

Status: Closed
Project: MariaDB Server
Component/s: Documentation
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Nicolas Payart Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None


 Description   

Documentation about the Audit plugin installation says:

https://mariadb.com/kb/en/library/mariadb-audit-plugin-installation/

INSTALL PLUGIN server_audit 
SONAME 'server_audit.so';

The problem with this method of loading the plugin is that the plugin won't be re-enabled when the server restarts. It's better to load it at start-up.

Correct me if I'm wrong, but this is not true. INSTALL PLUGIN will add an entry to the mysql.plugin table and the plugin will be correctly loaded at server restart... Isn't it?



 Comments   
Comment by Sergei Golubchik [ 2018-05-14 ]

You're right. The manual is wrong. We'll fix it, thanks.

Generated at Thu Feb 08 08:26:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.