MySQL 8.0 Database Administrator Questions and Answers
Which step or set of steps can be used to rotate the error log?
You have an installation of MySQL 8 on Oracle Linux.
Consider the outputs:
Which statement is true about disk temporary tables for this installation?
Which statement is true about MySQL Enterprise Transparent Data Encryption (TDE)?
You have a MySQL client installed on your Linux workstation with a default installation. You have your admin login credentials to connect to a MySQL server running Microsoft Windows on remote host 192.0.2.1:3306. You wish to connect directly to the world database.
Which four options need to be specified to complete this task with a single command? (Choose four.)
You are using an existing server with a new configuration. MySQL Server fails to start.
Examine this snapshot of the error log:
Which action would allow the server to start?
Examine this SQL statement:
mysql> GRANT r_read@localhost TO mark WITH ADMIN OPTION;
Which two are true? (Choose two.)
Which two commands will display indexes on the parts table in the manufacturing schema? (Choose two.)
You issue this command:
SHOW SLAVE STATUS -
In the output, there is a value for Seconds_behind_master.
How is this time calculated?
Which three settings control global buffers shared by all threads on a MySQL server? (Choose three.)
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?
Which three requirements must be enabled for group replication? (Choose three.)
You have upgraded the MySQL binaries from 5.7.28 to 8.0.18 by using an in-place upgrade.
Examine the message sequence generated during the first start of MySQL 8.0.18:
Which step or set of steps will resolve the errors?
You want to check the values of the sort_buffer_size session variables of all existing connections.
Which performance_schema table can you query?
MySQL is installed on a Linux server with this configuration:
Which method sets the default authentication to SHA-256 hashing for authenticating user account passwords?
Examine this partial output for InnoDB Cluster status:
Which statement explains the state of the instance deployed on host2?
Where is the default data directory located after installing MySQL using RPM on Oracle Linux 7?
You are considering using file-system snapshots to back up MySQL.
Which three statements are true? (Choose three.)
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 want to log only the changes made to the database objects and data on the MySQL system.
Which log will do this by default?
Examine this command, which executes successfully:
mysqlpump -–user=root --password > full_backup.sql
Which two databases will be excluded from this dump? (Choose two.)
Which three are characteristics of a newly created role? (Choose three.)