Question 1

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.)
  • Question 2

    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?
  • Question 3

    Which three are key advantages of standard MySQL replication? (Choose three.)
  • Question 4

    You have just created a replication slave from a backup of the master made with mysqldump:

    You try to log in to the slave with the application user, but fail as follows:

    The login works on the master.
    Which two changes to the process can fix the issue?
  • Question 5

    While attempting to set up a new replication slave on host `192.168.0.25' with the user `replication', you encounter this error:

    What should you do to resolve this error?