Not sure if anyone has tried MariaDB auditing option with MySQL 5.7.
I have MySQL 5.7 Community Edition installed and want to enable auditing. Since auditing option is not available with Community Edition I downloaded and installed MariaDB 10.1.11 and installed its audit plugin onto MySQL 5.7 server. After that I enabled audit options on the server (with SET GLOBAL commands) and verified that auditing work. However after I put audit parameter server_audit_logging=on in the config file and restarted the server it failed to start. The messages indicated that it did not recognise the parameter. I got the same problem with other auditing parameters.
Anyone have tried and had the same issue? Thanks.
I have MySQL 5.7 Community Edition installed and want to enable auditing. Since auditing option is not available with Community Edition I downloaded and installed MariaDB 10.1.11 and installed its audit plugin onto MySQL 5.7 server. After that I enabled audit options on the server (with SET GLOBAL commands) and verified that auditing work. However after I put audit parameter server_audit_logging=on in the config file and restarted the server it failed to start. The messages indicated that it did not recognise the parameter. I got the same problem with other auditing parameters.
Anyone have tried and had the same issue? Thanks.