Is it possible to leave the mysql slave 1 hour behind? I would like to create an script wich stops the slave when I markup some hacks such as big drop tables and stuff, to make this work I would like to stop the slave when this happens.
|
feedback
|
|
Look at the BTW: When working with mysql you really want to know/use the maatkit tools. Get them, now! | |||||
|
feedback
|
|
You slave does everything that your master does - so you'll just be moving the transactions back an hour - What exactly are you trying to achieve? | |||
feedback
|