mysql - Delete log-bin files when log_bin is OFF -
i have lot of mysql-bin files on server (mysql-bin.0001, mysql-bin.0002…) occupy many space. on server (mysql 5.5 percona) log_bin option off.
is save delete log files log-bin directory?
when don't need them anymore, yes, it's safe delete them. having log_bin set off means, binary log disabled , nothing new gets written these files (nor more files created).
when don't know, binary log for, might want read it. it's used replication (the master needs have enabled) , backup techniques.
Comments
Post a Comment