From: Ananda Kumar Date: August 26 2010 1:23pm Subject: Re: master-slave replication sync problems. List-Archive: http://lists.mysql.com/mysql/222690 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e659f4d8d535b9048eb9e67e --0016e659f4d8d535b9048eb9e67e Content-Type: text/plain; charset=ISO-8859-1 True, But some times, this does not work and u need to know the master bin-log file and position to start, so that there is no loss of data. regards anandkl On Thu, Aug 26, 2010 at 6:39 PM, wrote: > That is really bad, you will loose changes. > > You shouldnt have to do anything when rebooting either the master or slave. > If the master is down, then the slave recieves no updates. If the slave is > down, when it comes back up it checks the master log pos and plays thro any > changes that are necessary to bring it up to date... > > > > > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=anandkl@stripped > > --0016e659f4d8d535b9048eb9e67e--