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-.*" backupWhich optimization process best describes what happens with the redo logs?
You issue this command:SHOW SLAVE STATUS -In the output, there is a value for Seconds_behind_master.How is this time calculated?
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.)
You are considering using file-system snapshots to back up MySQL.Which three statements are true? (Choose three.)
Examine this snippet from the binary log file named binlog.000036:The rental table was accidentally dropped, and you must recover the table.You have restored the last backup, which corresponds to the start of the binlog.000036 binary log.Which command will complete the recovery?
You want to dump all databases with names that start with "db".Which command will achieve this?