MySQL Forums
Forum List  »  InnoDB

find MASTER_LOG_POS in binary log
Posted by: Helga Bechteler
Date: March 01, 2019 06:01AM

Hi,
i have lvm backup of my mysql DB, and i like to use this backup for slave in a master slave configuration.
Is it correct to use the last finding of end_log_pos in the binlog for the setup of the slave with:
CHANGE MASTER TO MASTER_HOST=, MASTER_PORT=3306, MASTER_USER='', MASTER_PASSWORD=, MASTER_LOG_FILE=, MASTER_LOG_POS=;

Thank you
Helga

Options: ReplyQuote


Subject
Views
Written By
Posted
find MASTER_LOG_POS in binary log
869
March 01, 2019 06:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.