1Z0-888 Exam Question 56

A simple master-to-slave replication is currently being used. This information is extracted from the SHOW SLAVE STATUS output:

You execute a 'SHOW CREATE TABLE mytable" on the slave:

The table mytable on the slave contains:

You have issued a STOP SLAVE command. You have determined that it is safe to skip the transaction in this case. One or more statements are required before you can issue a START SLAVE command to resolve the duplicate key error. Which statement should be used?
  • 1Z0-888 Exam Question 57

    When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file?
  • 1Z0-888 Exam Question 58

    Due to an authentication plug-in that is used on the server, passwords are required to be sent as clear text as opposed to the usual encrypted format.
    Which two methods would allow the mysql client to connect to the server and send clear text passwords?
  • 1Z0-888 Exam Question 59

    You have a MySQL instance with the following variables in the /etc/my.cnf file:

    You issue these statements:
    USE prices;
    UPDATE sales.january SET amount=amount+1000;
    An hour after excluding the statements, you realize that you made a mistake and you want to go to the binary log and look at the statements again.
    Which statement is true? (Choose two.)
  • 1Z0-888 Exam Question 60

    You created a backup of the worlddatabase with this command:
    shell> mysqldump --opt world > dump.sql
    Which two will import the data from dump.sql? (Choose two.)