MySQL Forums
Forum List  »  Replication

relay logs take all disk space after mysqldump on master
Posted by: Anton Sidorov
Date: September 06, 2005 10:27AM

I have a master/slave setup on windows server 2003.
master - MySQL 4.1.10-max-log
slave - MySQL 4.1.10-nt

replication works perfect but if I run

mysqldump --master-data -u root -p --all-databases --delete-master-logs --flush-logs --result-file=backup_sunday_1_PM.sql

relay-logs files on the slave start to grow very fast and take all the disk space (about 50Gb).

The same command on Linux/Solaris pair with MySQL 4.0.x does not create that problem.

I suspect something wrong in my my.ini but can not figure out what.

Please!

Options: ReplyQuote


Subject
Views
Written By
Posted
relay logs take all disk space after mysqldump on master
2670
September 06, 2005 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.