Question 61

A MySQL database uses all InnoDB tables and is configured as follows;

You will be setting up a replication slave by using mysqldump. You will need a consistent backup taken from your running production server. The process should have minimal impact to active database connections.
Which two arguments will you pass to mysqldump to achieve this? (Choose two.)
  • Question 62

    What three are correct statements about MySQL backups? (Choose three.)
  • Question 63

    Consider:

    What does the range value in the type column mean?
  • Question 64

    A master-slave replication setup has the slave showing this error:

    On the master server, the binary logs show:

    What could explain this error? (Choose two.)
  • Question 65

    A MySQL server was initialized with separate UNDO tablespaces. Users complain that when they roll back large transactions, the time to process the request takes too long. The DBA would like to move the MySQL InnoDB UNDO tablespace to a solid-state drive (SSD) for better performance. Is this possible and how?