<br><br><div class="gmail_quote">On Mon, Mar 30, 2009 at 12:40 PM, Andy McGarty <span dir="ltr"><<a href="mailto:andy@mac1systems.com">andy@mac1systems.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 30 Mar 2009 12:08:31 +0100, william pink <<a href="mailto:will.pink@gmail.com">will.pink@gmail.com</a>><br>
wrote:<br>
<div><div></div><div class="h5"><br>
> Hi,<br>
><br>
> I have had a bit of a search and I couldn't find any information google<br>
> that<br>
> I was after,<br>
><br>
> My Mysql replication broke not so long ago so I have decided to<br>
> reconfigure<br>
> it from scratch the only problem I have is the site is quite a high<br>
> traffic<br>
> site and a Mysqldump is going  to take far to long wait for, I have a<br>
> dump<br>
> from this morning that I could use and and from what I can see the slave<br>
> should catch up on the days changes to the same point as the Master is<br>
> this<br>
> an ideal approach to take?<br>
><br>
> Thanks,<br>
> Will<br>
</div></div>As long as you know where it was in the master when you did the copy then<br>
it should be ok.  The slave should catch up quite quickly.  You can<br>
monitor it by looking at how many seconds the slave is behind the master.<br>
If it starts to increase then you are in trouble :(<br>
<br>
<br>
Andy<br>
<font color="#888888"><br>
--<br>
Gllug mailing list  -  <a href="mailto:Gllug@gllug.org.uk">Gllug@gllug.org.uk</a><br>
<a href="http://lists.gllug.org.uk/mailman/listinfo/gllug" target="_blank">http://lists.gllug.org.uk/mailman/listinfo/gllug</a></font></blockquote><div><br>Ah now theres a problem I don't know the position of the master at the time of the dump, looks like I have to write a script to send me the master status at the time of the dump then and do it tomorrow night.  <br>
</div></div><br><br>Thanks Andy<br><br>Will<br>