hello world,
i have a problem with my mysql replication, when i add this option expire_logs_days=1 on my my.cnf, but that had no effect, the binlogs (mysql-bin.000001,000002..) not removed. after that, i maked a scipt that removes all binlogs older than 2 days, after this, replication not works. in mysql-bin.index i have all my binlogs listed. how can i do ?
i have a problem with my mysql replication, when i add this option expire_logs_days=1 on my my.cnf, but that had no effect, the binlogs (mysql-bin.000001,000002..) not removed. after that, i maked a scipt that removes all binlogs older than 2 days, after this, replication not works. in mysql-bin.index i have all my binlogs listed. how can i do ?