1Z0-908 Exam Question 41

You must configure the MySQL command-line client to provide the highest level of trust and security when connecting to a remote MySQL Server.
Which value of --ssl-mode will do this?
  • 1Z0-908 Exam Question 42

    Where is the default data directory located after installing MySQL using RPM on Oracle Linux 7?
  • 1Z0-908 Exam Question 43

    You have just installed MySQL on Oracle Linux and adjusted your /etc/my.cnf parameters to suit your installation.
    Examine the output:

    What statement is true about the start attempt?
  • 1Z0-908 Exam Question 44

    Examine this statement and output:

    You must try to reduce query execution time.
    Which two queries should you focus on? (Choose two.)
  • 1Z0-908 Exam Question 45

    Examine this SQL statement:
    mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
    Which two are true? (Choose two.)