Hi!

>>>>> "Chung" == Chung Ha-nyung <[EMAIL PROTECTED]> writes:

Chung>  It is seems that "RESET SLAVE" query sholud not be done while 
Chung> replication is working. Slave forget its replication position and cannot
Chung> continue replication since it tries to do the queries already executed.
Chung>  Do I need to do "SLAVE STOP" before "RESET SLAVE"? Or any
Chung> other means to delete replication logs during replication?

Which log files is it that you want to delete ?
(Please give an example for this)

If you have a problem that old relay logs are not deleted, try to
upgrade to MySQL 4.0.4 ;  We recently fixed a bug in this code.

If you want to delete all old binary log files, then the command is
RESET MASTER.

Regards,
Monty

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Michael Widenius <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, CTO
/_/  /_/\_, /___/\___\_\___/   Helsinki, Finland
       <___/   www.mysql.com

---------------------------------------------------------------------
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