Hi there,

I am working on the replication feature of MySQL. I am managed to replicate
the servers(both versions are 3.23.52 on Win 2K). Ay yhe my.ini file, the
bin-log files are declared as log-bin=c:\mysql\log_files.bin and as I FLUSH
LOGS the new log file's name is increased by 1, like log_files.000,
log_files.001, log_files.002 going on....

When I do RESET MASTER on the master, it deletes all the bin-log files and
names the new file as "log_files.bin" .  When I give the FLUSH LOGS command,
it recreates the  log_files.bin with the exact same name. It does not create
the extension of the file like it used to be.

And that causes a problem for truncating the log-files. Has anybody else
faced the same problem before?

Regards
Okan


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