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

An employee cannot access the company database. You check the connection variables:

A look at the user privileges shows:

What is a valid for why one of the users is unable to connect to the database?

What two statements are true regarding FLUSH TABLES FOR EXPORT?

Consider:

Which statement best describes the meaning of the values in the ref columns?

You will configure a MySQL Server to act as a replication master. Which two options must be configured correctly to allow this?

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

Which statement best describes the meaning of the value for the key_len column?

When you examine a new MySQL installation with default configuration, you find a file called ibdata1 in the database directory. Which two statements are true about this file?

解説: (GoShiken メンバーにのみ表示されます)
A particular government's security policy is to have very strict data encryption and safety settings. This is done by restricting access based on their own CA authority and limiting access to particular users within a department. Which method could be used to restrict access as required?

Consider that local disk files are accessible via MySQL with commands such as:
mysql> LOAD DATA LOCAL INFILE `/etc/passwd' INTO TABLE mypasswords; What change could be made to stop any breach via this insecurity?

Group Replication uses global transaction identifiers to track executed transactions and are fundamental in avoiding transaction conflict. Which additional three steps help in avoiding conflicts in group replication?

正解:B,E,G 解答を投票する
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?