Question 51
Examine the mysqldumpslow output:

Which two options could explain the slow query? (Choose two.)

Which two options could explain the slow query? (Choose two.)
Question 52
You are using replication and the binary log files on your master server consume a lot of disk space.
Which two steps should you perform to safely remove some of the older binary log files? (Choose two.)
Which two steps should you perform to safely remove some of the older binary log files? (Choose two.)
Question 53
These details are shown when logged in to an account:

Which set of statements would match the accounts shown?

Which set of statements would match the accounts shown?
Question 54
Consider that local disk files are accessible via MySQL with commands such as:
mysql> LOAD DATA LOCAL INFILE '/etc/passwd' INTO TABLE mypasswords;
What change could be made to stop any breach via this insecurity?
mysql> LOAD DATA LOCAL INFILE '/etc/passwd' INTO TABLE mypasswords;
What change could be made to stop any breach via this insecurity?
Question 55
Which two statements describe how InnoDB recovery works? (Choose two.)