Question 21

Consider:

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

    Which statement best describes a "warm" backup?
  • Question 23

    Which three options are most likely to be changed for production form their default values?
  • Question 24

    You have the following in your my.cnf configuration file:
    [mysqld]
    default_authentication_plugin=sha256_password
    You want to create a new user who will be connecting from the IP address 192.0.2.10, and you want to use the authentication plug-in that implements SHA-256 hashing for user account passwords.
    Which two statements would create a user named webdesign for this IP address with the password of imbatman using a SHA_256 password hash?
  • Question 25

    An existing master-slave setup is currently using a delayed replication of one hour. The master has crashed and the slave must be "rolled forward" to provide all the latest data.
    The SHOW SLAVE STATUSindicates these values:
    * RELAY_LOG_FILE=hostname-relay-bin.00004
    * RELAY_LOG_POS=1383
    Which command set would make the slave current?
    STOP SLAVE; SET GLOBAL master_delay=0; START SLAVE;