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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -