My MySQL binary log files are stored in /usr/local/mysql/var. the logs are in a format like hostname-bin.001, hostname-bin.002, etc.. Every time that the server is restarted (the mysql service i should say) it starts a new log file. Alright, my question is this: Is it safe to delete the old log files? I know that if you delete the current log file, and all of the mysql commands haven't been replicated, your databases can get out of sync. does this apply also to the old log files?
Thanks!!!
Thanks!!!