1Z0-888 Exam Question 46

What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)
  • 1Z0-888 Exam Question 47

    You have installed MySQL Server for the first time on your system. However, the data directory along with the tables in the mysql system database are missing. Which step do you perform to create the contents of the data directory?
  • 1Z0-888 Exam Question 48

    Consider the key buffer in a MySQL server. Which two statements are true about this feature?
  • 1Z0-888 Exam Question 49

    What is the best method for monitoring Group Replication conflict resolution?
  • 1Z0-888 Exam Question 50

    You have a config file for a running DB with this excerpt:
    [mysqld]
    tmp_table_size=16M
    sort_buffer_size=256k
    To address a query performance problem of connecting to the DB from an application on another host, you log in and make these changes to the DB:
    mysql> SET GLOBAL tmp_table_size=32000000;
    mysql> SET sort_buffer_size=2000000;
    This solves the problem with your queries. However, later the DB instance is restarted and the performance problem returns.
    Which three best describe this scenario?