mysql - Is it safe to delete replication relay-bin files? -
i've got small database, around 50mb. it's master replicating remote server. noticed relay-bin files total on 5gb. safe delete them?
no, not delete relay-bin files manually. can purge binary files using mysql commands. see mysql 5.0 manual more on purge binary logs
command.
Comments
Post a Comment