MySQL Forums
Forum List  »  Replication

Replication config lost after server´s restart
Posted by: Maurício Santos
Date: September 10, 2013 08:51AM

Hello guys,
I´ve been in trouble with mysql repliacation.
Every time I restart the service, the server loses the replication config.


Every time the service restart, I have to type the follow lines:

CHANGE MASTER TO MASTER_HOST=10.1.1.1', MASTER_USER='replicador', MASTER_PASSWORD='mypassword', MASTER_LOG_FILE='mysql-bin.006', MASTER_LOG_POS=134;
SLAVE START;

What can I do to leave the manual labour job and make this automatic?

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication config lost after server´s restart
1570
September 10, 2013 08:51AM


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.