Karanbir Singh has announced the release of CentOS 5.4, a free, enterprise-class distribution built from source code for Red Hat Enterprise Linux: “We are pleased to announce the immediate availability of CentOS 5.4 for i386 and x86_64 architectures. CentOS 5.4 is based on the upstream release EL 5.4.0, and includes packages from all variants including server and client. All upstream repositories have been combined into one, to make it easier for end users to work with. And the option to …
If your MySQL binary log files are a “Growing” problem… there are a few simple steps you can use to curtail their growth and save your disk space from these huge files.
They probably look like:
mysql-bin.000001
mysql-bin.000002
mysql-bin.000003
mysql-bin.000004
mysql-bin.000005
…
And around 1 gig in size each.
These files are generated when you have log-bin=mysql-bin or other log-bin= line in your /etc/my.cnf configuration file.
There are two ways to fix this problem:
The first is to stop the MySQL server from creating these binary files. The only reason you …