MySQL Forums
Forum List  »  Replication

Rebooting replicated Master / Slave
Posted by: Rick Ozaccess
Date: August 08, 2015 04:10PM

Hello,

OS Debian 7
Mysql 5.5 replicated Master/Slave

I have updated the kernel on the master and slave and wish to beboot both servers.

Can someone advise on the proper proceedure?

I thought this may be correct:

On mysql slave:
STOP SLAVE;
FLUSH TABLES;

From OS on slave:
/etc/init.d/mysql stop

I would reboot both servers at this point and then after the system has booted:

On mysql slave (the mysql daemon is configured to start on boot):

START SLAVE;


But I have heard that it may not work post Mysql 5.1.


Looking for advise.
Thank you
Rick

Options: ReplyQuote


Subject
Views
Written By
Posted
Rebooting replicated Master / Slave
1925
August 08, 2015 04:10PM


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.