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?  It's my understanding that this is
where the replication position is stored.  The slave will loose it's
position if you do this, I believe.

> #
> 30 4 * * * /etc/rc.d/init.d/mysql start 1>/dev/null 2>/dev/null
> 
> Server1:
> --------
> 0 4 * * * /usr/bin/mysql -uroot -pxxxxx </var/lib/mysql/fl 1>/dev/null
> 2>/dev/null
> Note: File "fl" contains "flush master;"

Are you sure the command you are using is flush master and not PURGE
MASTER LOGS TO {logname}

That is normally how the old master logs are deleted.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to