MySQL Forums
Forum List  »  Replication

Re: Replication crashes when max_bin_log_size is reached
Posted by: Alex Pol
Date: April 20, 2005 06:29AM

I've got exactly the same problem. Once the max_bin_log_size is reached, I've in mysqld.log

[ERROR] Could not use /var/lib/mysql/XXXXX-bin for logging (error 13). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the MySQL server and restart it.

RESET MASTER or FLUSH LOGS does not create new bin file. The only way is manually to delete all bin and index files and restart mysql.

Currently I've removed max_bin_log_size from my.cnf, but that just postpondes the problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replication crashes when max_bin_log_size is reached
3569
April 20, 2005 06:29AM


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.