1Z0-888試験無料問題集「Oracle MySQL 5.7 Database Administrator 認定」

You are receiving complaints from your application administrators that they are seeing periodic stalls in database response (no queries to any table are returning results for several seconds or longer). You monitor your system and notice that the durations of those stalls correspond to peaks in disk I/O.
Which 2 things should you investigate?

You back up by using mysqldump.
Which configuration is required on the MySQL Server to allow point-in-time recovery?

解説: (GoShiken メンバーにのみ表示されます)
A MySQL database uses all InnoDB tables and is configured as follows;

You will be setting up a replication slave by using mysqldump. You will need a consistent backup taken from your running production server. The process should have minimal impact to active database connections.
Which two arguments will you pass to mysqldump to achieve this?

What is the best method for monitoring Group Replication conflict resolution?

解説: (GoShiken メンバーにのみ表示されます)
What are three methods to reduce MySQL server exposure to remote connections? (Choose three.)

正解:B,C,D 解答を投票する
A master-slave replication setup has the slave showing this error:

On the master server, the binary logs show:

What could explain this error? (Choose two.)

Which statement best describes a "warm" backup?

解説: (GoShiken メンバーにのみ表示されます)
You have set innodb_stats_auto_recalc to OFF.
For tables using persistent statistics, what is the outcome of this change?

解説: (GoShiken メンバーにのみ表示されます)
You have created a new user with this statement:
CREATE USER `erika'@'localhost' IDENTIFIED BY `first#1Pass' PASSWORD EXPIRE; What is the outcome?

解説: (GoShiken メンバーにのみ表示されます)
Recently, users on mostly-write MySQL database have been complaining of slowdowns or stalls in their applications.
Which option is most likely to have a positive effect on the server's health and performance?