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

Examine these statements, which execute successfully:
CREATE ROLE r_world_rd;
GRANT SELECT ON world.* TO r_world_rd;
CREATE USER john IDENTIFIED BY 'P@ssw0rd';
GRANT r_world_rd TO john;
Examine these statements issued by user John:

What is the reason for the error?

Which two statements are true about MySQL Installer? (Choose two.)

There are five MySQL instances configured with a working group replication.
Examine the output of the group members:

Which two statements are true about network partitioning in the cluster? (Choose two.)

You plan to take daily full backups, which include the ndbinfo and sys (internal) databases.
Which command will back up the databases in parallel?

解説: (GoShiken メンバーにのみ表示されます)
Which two methods allow a DBA to reset a user's password? (Choose two.)

A user wants to connect without entering his or her username and password on the Linux command prompt.
Which three locations can be used to store the user's mysql credentials to satisfy this requirement? (Choose three.)

正解:A,D,G 解答を投票する
Examine this command, which executes successfully:

Which statement is true?

You have configured MySQL Enterprise Monitor to monitor your MySQL server.
Which four features are available? (Choose four.)

正解:C,D,F,G 解答を投票する
You execute this command:
shell> mysqlpump --exclude-databases=% --users
Which statement is true?

解説: (GoShiken メンバーにのみ表示されます)
You want to log only the changes made to the database objects and data on the MySQL system.
Which log will do this by default?