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?
include-log-file
master-binlog
include-master-info
master-data
Submit