Question 46

This output is from a SHOW SLAVE STATUS:

What would cause the SQL_Delay variable to have a value of 360?
  • Question 47

    After rebooting the host, you attempt to start the mysqldservice. 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 48

    A MySQL replication slave is set up as follows:
    Uses all InnoDB tables

    Receives ROW-based binary logs

    Has the read-only option

    The replication slave has been found in an error state.
    You check the MySQL error log file and find these entries:

    What are two possible causes for this error to occur? (Choose two.)
  • Question 49

    Consider the table people with this definition:

    The application uses a query such as:
    SELECT * FROM people WHERE YEAR(Birthday) = 1980;
    The query is not using an index.
    Which two methods can be used to allow the query to use an index? (Choose two.)
  • Question 50

    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?