Question 106

Which two statements are true regarding MySQL security? (Choose two.)
  • Question 107

    You are using replication and the binary log files on your master server consume a lot of disk space. Which two steps should you perform to safely remove some of the older binary log files? (Choose two.)
  • Question 108

    How does the InnoDB storage engine handle deadlocks when they are detected?
  • Question 109

    The /myfolder/my.cnf file has option set:
    [mysqld]
    skip-log-bin
    /myfolder2/my.cnf has this option set:
    [mysqld]
    log-bin = /valid/path/to/mysqlbinlog
    All mentioned paths are accessible to the account that you are currently using. Assume that any other options mentioned in either file are valid and legal option definitions.
    You start an instance by using this command line:
    mysqld --defaults-file=/myfolder/my.cnf --defaults-extra-file=/myfolder2/my.cnf What is the outcome?
  • Question 110

    Which three allocate memory per thread in MySQL? (Choose three.)