1Z0-908 Exam Question 41

Which two are valid uses for binary logs on a MySQL instance? (Choose two.)
  • 1Z0-908 Exam Question 42

    Your MySQL server is running on the Microsoft Windows platform.
    Which three local connection protocols are available to you? (Choose three.)
  • 1Z0-908 Exam Question 43

    Examine Joe's account:
    CREATE USER 'joe'@'%' IDENTIFIED BY '*secret*'
    GRANT ALL PRIVILEGES ON *.* TO 'joe'@'%'
    All existing connections for joe are killed.
    Which two commands will stop joe establishing access to the MySQL instance? (Choose two.)
  • 1Z0-908 Exam Question 44

    Which two are contained in the InnoDB system tablespace (ibdata1) by default? (Chose two.)
  • 1Z0-908 Exam Question 45

    Which four connection methods can MySQL clients specify with the --protocol option when connecting to a MySQL server? (Choose four.)