What are two methods of taking a binary backup of a Mysql Server using InnoDB storage engine?

What are two methods of taking a binary backup of a Mysql Server using InnoDB storage engine?

What are two methods of taking a binary backup of a Mysql Server using InnoDB storage engine?

A.
Mysql Enterprise Backup

B.
Mysqldump with – binary-data option

C.
Mysqlhotcopy

D.
File system snapshots

E.
Mysqldumpslow

Explanation:
Reference: http://dev.mysql.com/doc/refman/5.5/en/innodb-backup.html



Leave a Reply 8

Your email address will not be published. Required fields are marked *


Sung Gyu Lee

Sung Gyu Lee

The answer are A, D

Jose

Jose

A and D.

Scripts mysqldump or others do not support binary.

Answers A and D

Rajareddy VN

Rajareddy VN

Answer Should be :A and D