1Z1-888 Exam Question 36

You are installing MySQL Server 5.7 from a tarball package. You have already set up the correct PATH environment variable and configured your /etc/my.cnf file.
Which command will correctly prepare a data directory?
  • 1Z1-888 Exam Question 37

    The MySQL error log shows:
    InnoDB: Warning: a long semaphore wait:
    The relevant parts of the InnoDB monitor output shows:

    Which two options would help avoid the long wait in the future? (Choose two.)
  • 1Z1-888 Exam Question 38

    Which statement best describes a "warm" backup?
  • 1Z1-888 Exam Question 39

    Where does MySQL Linux RPM install the mysqldbinary?
  • 1Z1-888 Exam Question 40

    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.)