RE: -bin.001 --- files?

2001-06-09 Thread Chris Bolt
They are mysql binary logs of updates to your databases, and are usually only needed for replication across multiple servers. If you don't need this, remove or comment out the log-bin line from /etc/my.cnf and restart mysqld, then you can delete them. Hi Folks, I am running a webserver with

RE: -bin.001 --- files?

2001-06-09 Thread Thomas Seifert
Wow 300 MB logs ;-). Thanks a lot! Thomas At 11:35 09.06.2001, you wrote: They are mysql binary logs of updates to your databases, and are usually only needed for replication across multiple servers. If you don't need this, remove or comment out the log-bin line from /etc/my.cnf and restart

Re: -bin.001 --- files?

2001-06-09 Thread Jeremy Zawodny
On Sat, Jun 09, 2001 at 12:14:54PM +0200, Thomas Seifert wrote: Wow 300 MB logs ;-). I once accumulated 30GB of binary logs on a server before thinking hard about resetting things. :-) It made for a great way to throw real queries at a test server. I'd just make the test server a slave of the