my mysql log (bin) files grow to OVER 1GB! per DAY! (exculsive from nagios)
is there any way to either kill this habit or at least restrict what is getting logged?
i am thinking it is a mysql logging setting, but have been unable to come up with anything as of yet…
help?
(btw…i really do not care for the layout of these forums…hard to navigate, no search and clashing color scheme…)
I suspect you have your binary loggin turned on. If you are NOT running a master/slave replication setup, then simply turn off binary loggin. I had this problem, since I was using replication and needed it. So I had no choice but to run a script to make sure that replication was up to date, and then manually delete the binary log files that where not needed any longer.