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 types of information stored in the MySQL data dictionary? (Choose three.)
You want to check the values of the sort_buffer_size session variables of all existing connections.
Which performance_schema table can you query?
Examine this partial output for InnoDB Cluster status:
Which statement explains the state of the instance deployed on host2?
Your MySQL environment has asynchronous position based-replication with one master and one slave.
The slave instance had a disk I/O problem, so it was stopped.
You determined that the slave relay log files were corrupted and unusable, but no other files are damaged.
You restart MySQL Server.
How can replication be restored?
All MySQL Server instances belonging to InnoDB Cluster have SSL configured and enabled.
You must configure InnoDB Cluster to use SSL for group communication.
Which two statements are true? (Choose two.)