You need to dump the data from the master server and import it into a new slave server.
Which mysqldump option can be used when dumping data from the master server in order to
include the master server’s binary log information?
A.
Include-master-info
B.
Master-binlog
C.
Include-log-file
D.
Master-data
Explanation:
D
http://www.sitepoint.com/mysql-master-slave-replication-starting-replication/
D