![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Recently I've run into some issues regarding the amount of free space on my server disks. After some snooping around, I've found a bunch of MySQL-bin files approx 3Gigs worth. |
|
In short : Is it safe to just delete the binary logs ? |
#3
| |||
| |||
|
|
Peter Jespersen <flywheel (AT) illogical (DOT) dk> wrote: Recently I've run into some issues regarding the amount of free space on my server disks. After some snooping around, I've found a bunch of MySQL-bin files approx 3Gigs worth. ... In short : Is it safe to just delete the binary logs ? Don't delete them manually. There is a PURGE BINARY LOGS statement. Also you should RTFM how to disable binlogging. Or have old binlogs deleted automatically. http://dev.mysql.com/doc/refman/5.1/en/server-system- variables.html#sysvar_expire_logs_days http://dev.mysql.com/doc/refman/5.1/...nary-logs.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |