You enable binary logging on MySQL Server with the configuration: binlog-format=STATEMENT log-bin
Which database updates are logged on the master server to the binary log by default?
Correct Answer:
D
What is the best method for monitoring Group Replication conflict resolution?
Correct Answer:
A
Consider the CHECK TABLE command.
In which two situations should this command be used? (Choose two.)
Correct Answer:
BE
The CHECK TABLE statement performs an integrity check on table structure and contents. It works for MyISAM and InnoDB tables. For MyISAM tables, it also updates the index statistics. If the table is a view, CHECK TABLE verifies the view definition. If the output from CHECK TABLE indicates that a table has problems, the table should be repaired.
Examine the mysqldumpslow output:<>
Correct Answer:
AE
You have a MySQL instance with the following variables in the /etc/my.cnf file:<>>>>
Correct Answer:
DE