Question 21

Which two are true about binary logs used in asynchronous replication? (Choose two.)
  • Question 22

    Which two MySQL Shell commands are excluded from the InnoDB Cluster creation procedure? (Choose two.)
  • Question 23

    Which two commands will display indexes on the partstable in the manufacturing schema? (Choose two.) \
  • Question 24

    Consider this shell output and executed commands:
    [root@oel7 ~]# ps aux | grep mysqld
    mysql 2076 3.5 24.6 1386852 372572 ? Ssl 12:01 0:01 /usr/sbin/mysqid
    [root@oel7 ~]# kill -15 2076
    Which statement is true about MySQL server shutdown?
  • Question 25

    You wish to protect your MySQL database against SQL injection attacks.
    Which method would fail to do this?