Re: binlog and replication stuff

2002-04-11 Thread Marc Prewitt
FLUSH LOGS safely rotates the binlog. Davide Giunchi wrote: You are right, but my master generate about 150Mb of binlog x day, i a slave fail after 4 day it will reexec a lot of query and take some time. how can i safely rotate the log in master+slaves without restarting them? The Mysql

Re: binlog and replication stuff

2002-04-11 Thread Marc Prewitt
- From: Davide Giunchi [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 5:37 PM To: Marc Prewitt Cc: [EMAIL PROTECTED] Subject:Re: binlog and replication stuff You are right, but my master generate about 150Mb

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 master generate about

Re: binlog and replication stuff

2002-04-11 Thread Marc Prewitt
Yes. Davide Giunchi wrote: 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

RE: binlog and replication stuff

2002-04-10 Thread RBRoa
]] Sent: Wednesday, April 10, 2002 5:37 PM To: Marc Prewitt Cc: [EMAIL PROTECTED] Subject:Re: binlog and replication stuff You are right, but my master generate about 150Mb of binlog x day, i a slave fail after 4 day it will reexec a lot

Re: binlog and replication stuff

2002-04-09 Thread Marc Prewitt
When a slave crashes or reboots, it should start replicating from where it left off--at least ours do work that way. The current replication state is saved in master.info on the slave and when it starts up again, it should read that file and resume reading the binlog on the master where it left

binlog and replication stuff

2002-04-08 Thread Davide Giunchi
Hello. I'm using MySQL-3.23.38 on 5 RedHat 7.1/7.2 servers composed by one master and 4 mysql slave, every write is made on the master and then replicated to the slave. The problem is that if one client crash or must be rebooted i've to: - on the mysql master stop mysql, delete binlogfile, tar