S
S
sevmax2010-10-08 17:53:30
MySQL
sevmax, 2010-10-08 17:53:30

Removing mysql-binlogs?

Is it possible to delete binlogs without worrying about database replication? What to do with mysql-bin.index in this case?
Thanks in advance for your replies.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav, 2010-10-08
@sevmax

it is better to let the muscle itself clean up the old logs, for example, the option:

[mysqld]
. . .
expire_logs_days = 5
. . . 

will force muscle to clean up logs older than 5 days.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question