I have a setup of two databases, master - slave. Slave was stooped for about two weeks and old binlogs binlogs purged from master but copied on another fs before purging.
Slave can't catch up the master because index don't contain anymore the names of the purged binlogs.
I've already copied old binlogs to the correct place but now I need to edit the .index file on master.
Is there a tool that can be used to tell mysql too add binary logs back to index files (somethinf like unpurge :) or add binary log) or can index file be edited without shutting down mysql ?
Thanks a lot.