Choose two.
Examine this command, which executes successfully:
Shell> mysqldump --master-data=2 --single-transaction --result-file=dump.sql mydb Which two statements are true?
AThis option uses the READ COMMITTED transaction isolation mode.
BIt enforces consistent backups for all storage engines.
CIt is a cold backup.
DThe backup created is a consistent data dump.
EIt executes flush tables with read lock.
相关试题
-
Choose two.Examine this command, which executes successfully:Shell> mysqldump --master-data=2 --s
-
Choose the best answer. Examine this command:shell> mysqldump --no-create-info --all-databases --
-
Choose two.Examine this command, which executes successfully: mysqlpump --user=root --password >
-
Choose the best answer.Examine the command, which executes successfully: shell> mysqld --initial
-
Choose two.You have an InnoDB Cluster configured with three servers. Examine this command, which exe