Question 51

The InnoDB tablespace is corrupted and you start the server with option --innodb_force_recover=4.
Which backup method would you use to reload the corrupted InnoDB tables?
  • Question 52

    What are two benefits of using the --tab option with mysqldump? (Choose two.)
  • Question 53

    Consider:

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

    The account [email protected] has been created with privileges, as shown in the output:

    The account [email protected] exists.
    The account [email protected] does not exist.
    Which three statements will succeed when executed by [email protected]? (Choose three.)
  • Question 55

    You have just executed a manual backup by using this command:
    mysqlbackup -u root -p --socket=/tmp/my.sock --backup-dir=/my/backup/ backup The operation completed without error.
    What is the state of this backup and operation required before it is ready to be restored?