A valid raw backup of the shop.customers MyISAM table was taken.
You must restore the table. You begin with these steps:
1.Confirm that secure_file_priv=’/var/tmp’
2.mysql> DROP TABLE shop.customers;
3.shell> cp /backup/customers.MY* /var/lib/mysql/shop/
Which two actions are required to complete the restore? (Choose two.)
How can mysql_multi be configured to allow MySQL instances to use the same port number?
The data in this instance is transient; no backup or replication will be required. It is currently under performing.
After profiling the system, you highlight these MySQL status and global variables:
The OS metrics indicate that disk is a bottleneck. Other variables retain their default values.
Which three changes will provide the most benefit to the instance? (Choose three.)
Which two statements are true about raw binary backups? (Choose two.)
Which three requirements must be enabled for group replication? (Choose three.)
What is the correct syntax for using transparent data encryption with an existing InnoDB table?
Examine this command, which executes successfully:
Which statement is true?
MySQL programs look for option files in standard locations.
Which method will show the option files and the order in which they are read?
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?
You wish to protect your MySQL database against SQL injection attacks.
Which method would fail to do this?
Examine this MySQL Shell command:
dba.rebootClusterFromCompleteOutage()
Which two statements are true? (Choose two.)
A clean shutdown was performed with innodb_fast_shutdown=0.
While you were manipulating files, all files were accidentally deleted from the top-level data directory.
Which two files must be restored from backup to allow the DB to restart cleanly? (Choose two.)
Which three are types of information stored in the MySQL data dictionary? (Choose three.)
Examine these statements and output:
Which statement is true?
Which three statements are true about MySQL replication? (Choose three.)
Four nodes are configured to use circular replication.
Examine these configuration parameters for each node:
Which statement is true?
Examine this list of MySQL data directory binary logs:
binlog.000001 binlog.000002
.....
binlog.000289
binlog.000300
binlog.000301
binlog.index
Now examine this command, which executes successfully:
mysqldump --delete-master-logs --all-databases > /backup/db_backup.sql
Which two are true? (Choose two.)
Which statement is true about MySQL Enterprise Transparent Data Encryption (TDE)?
Which two statements are true about InnoDB data-at-rest encryption? (Choose two.)
Examine this output:
Which change should optimize the number of buffer pool instances for this workload?
Which two tools are available to monitor the global status of InnoDB locking? (Choose two.)