1z0-883 MySQL 5.6 Database Administrator

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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?

Select all that apply, then click Submit answer.

  • FORCE_PLUS_PERMANENT is not valid for the audit-log option.

  • The audit_log.so library does not exist.

  • The audit_log.so library is in a location that is different from that defined by the plugin_dir option.

  • The audit plugin must be loaded dynamically by using the INSTALL PLUGIN command.

  • The audit log file does not exist in which to write audit events.

  • The audit_log.so library is not an executable file.

Question 5

What are three actions performed by the mysql_secure_installation tool?

Select all that apply, then click Submit answer.

  • It prompts you to set the root user account password.

  • It checks whether file permissions are appropriate within datadir.

  • It asks to remove the test database, which is generated at installation time.

  • It can delete any anonymous accounts.

  • It verifies that all users are configuration with the longer password hash.

Question 6

Following a server crash, the automatic recovery of InnoDB fails.

How would you begin to manually repair the InnoDB tables?

Select an option, then click Submit answer.

  • Start the server with the – innodb_force_recovery option set to a non-zero value.

  • Start the server as usual, and then execute the REPAIR TABLE command.

  • Start the server as usual, and then execute the CHECK TABLE command.

  • Start the server with the – innodb_recover_options option set to FORCE.