Question 16

You have created a new user with this statement:
CREATE USER `erika'@'localhost' IDENTIFIED BY `first#1Pass' PASSWORD EXPIRE; What is the outcome?
  • Question 17

    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 18

    On a master server that is using statement-based replication, a table of log data has become very large.
    You decide to delete 100,000 rows.
    Which two methods can be independently invoked to ensure that the delete is properly propagated to the slave? (Choose two.)
  • Question 19

    What is the order of tables shown in an EXPLAIN output?
  • Question 20

    Examine the mysqldumpslow output:

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