Oracle
1Z0-883 · Question #37
Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile: [mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the…
The correct answer is B. The audit_log.so library does not exist. C. The audit_log.so library is in a location that is different from that defined by the plugin_dir option. See the full explanation below for the reasoning.
Question
Consider the MySQL Enterprise Audit plugin, You add the following lines to the my.cnf configuration tile:
[mysqld] Plugin-load=audit_log.so Audit-log=FORCE_PLUS_PERMANENT You attempt to start up the MySQL service and notice that it fails to start. Which two statements would explain why the service did not start?
Options
- AFORCE_PLUS_PERMANENT is not valid for the audit-log option.
- BThe audit_log.so library does not exist.
- CThe audit_log.so library is in a location that is different from that defined by the plugin_dir option.
- DThe audit plugin must be loaded dynamically by using the INSTALL PLUGIN command.
- EThe audit log file does not exist in which to write audit events.
- FThe audit_log.so library is not an executable file.
How the community answered
(37 responses)- A14% (5)
- B78% (29)
- D5% (2)
- E3% (1)
Community Discussion
No community discussion yet for this question.