Choose the best answer.
You plan to take daily full backups, which include the ndbinfo and sys (internal) databases. Which command will back up the databases in parallel?
Amysqldump --all-databases > full-backup-$(date + %Y%m%d).sql
Bmysqlpump --include-databases=% > full-backup-$(date + %Y%m%d).sql
Cmysqlpump --all-databases > full-backup-$(date + %Y%m%d).sql
Dmysqldump --single-transaction > full-backup-$(date + %Y%m%d).sql
相关试题
-
Choose the best answer.You plan to take daily full backups, which include the ndbinfo and sys (inte
-
Choose the best answer. You execute this command: shell> mysqlpump --exclude-databases=% --users
-
Choose the best answer. Examine this command:shell> mysqldump --no-create-info --all-databases -
-
Choose the best answer.You use Row Based Replication and need to see pseudo-SQL statements for the r
-
Choose the best answer.You want to log only the changes made to the database objects and data on the