Does the MariaDB server_audit plugin support MySQL 8.0 community edition?

0

I Copied the server_audit.so file from MariaDB 5.5.60 server plugin directory to a MySQL 8.0.16 community server plugin directory (on the same base CentOS 7 digital ocean servers)

I typed the following command in MySQL monitor command line utility:

install plugin server_audit soname 'server_audit.so'

Then I Received the following output:

ERROR 1126 (HY000): Can't open shared library '/usr/lib64/mysql/plugin/server_audit.so' (errno: 2 /usr/lib64/mysql/plugin/server_audit.so: undefined symbol: my_printf_error)

I did manage to get it working on a MySQL 5.7.X server on my Apple MacBook Pro.

Is the server_audit.so plugin compatible with MySQL 8.0.x + community server?

Leon Lombard

Posted 2019-04-26T12:51:03.003

Reputation: 1

No answers