1Z0-888 Exam Question 51

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

    Consider these global status variables:

    Which two conclusions can be made from the output? (Choose two.)
  • 1Z0-888 Exam Question 53

    Which two statements are true about InnoDB auto-increment locking?
  • 1Z0-888 Exam Question 54

    Which two statements are true regarding MySQL security? (Choose two.)
  • 1Z0-888 Exam Question 55

    Consider that local disk files are accessible via MySQL with commands such as:
    mysql> LOAD DATA LOCAL INFILE '/etc/passwd' INTO TABLE mypasswords;
    What change could be made to stop any breach via this insecurity?