Binary log in one of my server has grown more than 15 GB even after setting the max size to 1 GB. The MySQL server is as well not starting.
Can anyone highlight what might have caused it ?
Thanks.
|
Binary log in one of my server has grown more than 15 GB even after setting the max size to 1 GB. The MySQL server is as well not starting. Can anyone highlight what might have caused it ? Thanks. | |||
|
feedback
|
|
It could be that a huge transaction was done.
| |||
feedback
|
|
The mysql var
You generally want to keep the binlogs since your last known good dump or other crash consistent backup. | |||||
feedback
|
max_binlog_sizeto 1GB? Is 15GB the size of single binary log file? – quanta Sep 14 '11 at 6:36max_binlog_size? – quanta Sep 14 '11 at 6:54