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

Which two statements are true about the mysql_config_editor program? (Choose two.)

You have configured GTID-based asynchronous replication with one master and one slave.
A user accidentally updated some data on the slave.
To fix this, you stopped replication and successfully reverted the accidental changes. Examine the current GTID information:

You must fix GTID sets on the slave to avoid replicating unwanted transactions in case of failover. Which set of actions would allow the slave to continue replicating without erroneous transactions?

Which three settings control global buffers shared by all threads on a MySQL server? (Choose three.)

正解:C,D,F 解答を投票する
You are upgrading a MySQL instance to the latest 8.0 version.
Examine this output:

You plan to add this parameter to the configuration: innodb_directories='/innodb_extras' Which statement is true?

解説: (GoShiken メンバーにのみ表示されます)
You encountered an insufficient privilege error in the middle of a long transaction.
The database administrator is informed and immediately grants the required privilege:
GRANT UPDATE ON world.city TO 'user1';
How can you proceed with your transaction with the least interruption?

You are backing up raw InnoDB files by using mysqlbackup.
Which two groups of files will be backed up during a full backup? (Choose two.)

Examine this output:

Which change should optimize the number of buffer pool instances for this workload?

How can mysql_multi be configured to allow MySQL instances to use the same port number?

Four nodes are configured to use circular replication.
Examine these configuration parameters for each node:

Which statement is true?

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

解説: (GoShiken メンバーにのみ表示されます)