Re: Replication incompleteness problem

2002-04-11 Thread Marc Prewitt
A couple of questions below: Wendell Dingus wrote: > > ... > > cron entries: > - > Server2: > > 20 4 * * * /etc/rc.d/init.d/mysql stop 1>/dev/null 2>/dev/null > # > 25 4 * * * /bin/rm -f /var/lib/mysql/master.info 1>/dev/null 2>/dev/null Why are you deleting master.info?

Replication incompleteness problem

2002-04-10 Thread Wendell Dingus
Folks, I've got a problem with a straight-forward master->slave replication setup that has failed to replicate some data to the second server (or so it appears). Below is a bunch of info including the last few lines of mysqld.log from both servers, specs of the boxes, cron entries, etc... The odd