Error:
Master >install plugin audit_log soname 'audit_log.so';
ERROR 1123 (HY000): Can't initialize function 'audit_log'; Plugin initialization function failed.
Workaround:
Add below lines on my.cnf file and restart mysql services
plugin-load=audit_log.so
audit-log=FORCE_PLUS_PERMANENT
Master >install plugin audit_log soname 'audit_log.so';
ERROR 1123 (HY000): Can't initialize function 'audit_log'; Plugin initialization function failed.
Workaround:
Add below lines on my.cnf file and restart mysql services
plugin-load=audit_log.so
audit-log=FORCE_PLUS_PERMANENT
No comments:
Post a Comment