binlog and replication stuff

2002-04-08 Thread Davide Giunchi
kup script that get all the data from the the master (like mysqlhotcopy) without restart nothing, but what about the binlog file? i could FLUSH them in the server but then other slave will loose the sync I appreciate any help or suggestion. Best Regards. -- Davide Giunchi. Mem

Re: binlog and replication stuff

2002-04-10 Thread Davide Giunchi
ary to restart replication. > > In you case, does the slave give you any error messages in it's error log > about why it couldn't resume replication? If it doesn't try to start > replication, have you tried doing a 'slave start' on the slave after it > reboots?

Re: binlog and replication stuff

2002-04-11 Thread Davide Giunchi
FLUSH LOGS in the master and all is ok? binlog will be rotate and slaves will see it, continue to work and update master.info? Regads Il 15:31, giovedì 11 aprile 2002, hai scritto: > FLUSH LOGS safely rotates the binlog. > > Davide Giunchi wrote: > > You are right, but my