Oracle MySQL 8.0 Database Administrator - 1z1-908 模擬練習
Examine this command, which executes successfully:

Which two statements are true? (Choose two.)

Which two statements are true? (Choose two.)
正解: B,E
The mysqld instance has the connection control plugin enabled with these settings:
connection_control_min_connection_delay=1000 connection_control_max_connection_delay=2000 The minimum and maximum delays need to be increased to 3000 and 5000, respectively.
A command is executed:
mysql> SET GLOBAL connection_control_min_connection_delay=3000;
What is the result?
connection_control_min_connection_delay=1000 connection_control_max_connection_delay=2000 The minimum and maximum delays need to be increased to 3000 and 5000, respectively.
A command is executed:
mysql> SET GLOBAL connection_control_min_connection_delay=3000;
What is the result?
正解: D
Your MySQL server was upgraded from an earlier major version.
The sales database contains three tables, one of which is the transactions table, which has 4 million rows.
You are running low on disk space on the datadir partition and begin to investigate.
Examine these commands and output:

Which two statements are true? (Choose two.)
The sales database contains three tables, one of which is the transactions table, which has 4 million rows.
You are running low on disk space on the datadir partition and begin to investigate.
Examine these commands and output:

Which two statements are true? (Choose two.)
正解: C,E
Your MySQL instance is capturing a huge amount of financial transactions every day in the finance database.
Company policy is to create a backup every day.
The main tables being updated are prefixed with transactions-.
These tables are archived into tables that are prefixed with archives- each month. mysqlbackup
--optimistic-busy-tables="^finance\.transactions-.*" backup
Which optimization process best describes what happens with the redo logs?
Company policy is to create a backup every day.
The main tables being updated are prefixed with transactions-.
These tables are archived into tables that are prefixed with archives- each month. mysqlbackup
--optimistic-busy-tables="^finance\.transactions-.*" backup
Which optimization process best describes what happens with the redo logs?
正解: E
You wish to store the username and password for a client connection to MySQL server in a file on a local file system.
Which is the best way to encrypt the file?
Which is the best way to encrypt the file?
正解: D
Which two MySQL Shell commands are excluded from the InnoDB Cluster creation procedure? (Choose two.)
正解: A,E
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?
Which log will do this by default?
正解: A
Examine this statement, which executes successfully:

Now examine this query:

Which two statements can do this? (Choose two.)

Now examine this query:

Which two statements can do this? (Choose two.)
正解: C,E
How can mysql_multi be configured to allow MySQL instances to use the same port number?
正解: B
Examine this SQL statement:
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true? (Choose two.)
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true? (Choose two.)
正解: B,F
解説: (PassTest メンバーにのみ表示されます)