How does the InnoDB storage engine handle deadlocks when they are detected?
Correct Answer:C
The MySQL error log shows:
InnoDB: Warning: a long semaphore wait:
The relevant parts of the InnoDB monitor output shows:
Which two options would help avoid the long wait in the future?
Correct Answer:BF
Which three statements correctly describe MySQL InnoDBCluster?
Correct Answer:BDF
A particular government’s security policy is to have very strict data encryption and safety settings. This is done by restricting access based on their own CA authority and limiting access to particular users within a department. Which method could be used to restrict access as required?
Correct Answer:A
What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)
Correct Answer:ACD
Which two statements are true about InnoDB auto-increment locking?
Correct Answer:DE