config root man

Current Path : /home/usr.opt/mysql57/mysql-test/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : /home/usr.opt/mysql57/mysql-test/r/test_security_context.result

INSTALL PLUGIN test_security_context SONAME 'test_security_context.so';
SELECT PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS
WHERE PLUGIN_NAME='test_security_context';
PLUGIN_STATUS
ACTIVE
SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root";
SELECT "OK";
OK
OK
SET @@test_security_context_get_field = "user", @@test_security_context_get_value = "root-err";
SELECT "FAIL";
ERROR HY000: Aborted by Audit API ('MYSQL_AUDIT_COMMAND_START';1).
SET @@test_security_context_get_field = "host", @@test_security_context_get_value = "localhost";
SELECT "OK";
OK
OK
SET @@test_security_context_get_field = "ip";
SELECT "OK";
OK
OK
SET @@test_security_context_get_field = "priv_user", @@test_security_context_get_value = "root";
SELECT "OK";
OK
OK
SET @@test_security_context_get_field = "priv_host", @@test_security_context_get_value = "localhost";
SELECT "OK";
OK
OK
SET @@test_security_context_get_field = "sec_ctx_test";
SELECT "OK";
OK
OK
UNINSTALL PLUGIN test_security_context;
Warnings:
Warning	1620	Plugin is busy and will be uninstalled on shutdown

Man Man