MySQL Forums
Forum List  »  Replication

Re: Replication activation
Posted by: Scott Nemes
Date: July 18, 2012 04:21PM

If the master already has binary logging enabled and has been assigned a unique server ID, then yes you can setup a slave without restarting the master. If those two things are not already configured on the master, then you'll have to restart the master to do so.

The MySQL manual has a pretty in-depth guide on setting up replication, so I would recommending reading that for additional details.

http://dev.mysql.com/doc/refman/5.5/en/replication-howto.html

--
Scott Nemes
MySQL DBA

http://www.linkedin.com/in/scottnemes
http://www.twitter.com/ScottNemes

Options: ReplyQuote


Subject
Views
Written By
Posted
1669
July 18, 2012 10:58AM
Re: Replication activation
973
July 18, 2012 04:21PM
1166
July 19, 2012 08:07AM
746
July 29, 2012 08:41AM


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.