Question 71

How does the InnoDB storage engine handle deadlocks when they are detected?
  • Question 72

    The MySQL installation includes the mysql_config_editor utility for managing login paths stored in a
    .mylogin.cnf file.
    Which two are true about the login path feature? (Choose two.)
  • Question 73

    An existing master-slave setup is currently using a delayed replication of one hour. The master has crashed and the slave must be "rolled forward" to provide all the latest data.
    The SHOW SLAVE STATUS indicates these values:
    RELAY_LOG_FILE=hostname-relay-bin.00004
    RELAY_LOG_POS=1383
    Which command set would make the slave current?
  • Question 74

    After rebooting the host, you attempt to start the mysqld service. You get the following error:
    Can't start the server: Bind on TCP/IP port: Address already in use
    What is the most likely cause of this error?
  • Question 75

    Which two statements are true regarding the creating of new MySQL physical and logical backups?
    (Choose two.)