37G /home/mysql ?

Rprp

Verified User
Joined
Dec 25, 2006
Messages
28
Hi,

In my '/home/mysql/ dir i see alot of files called 'dedi262-bin.'number''
here the 'du -ah /home/mysql/*bin*' output: http://rafb.net/p/vcjjzx17.html
Some of the 'hostname-bin.'number'' are 1.1G..

But, my problem is... my /home/mysql dir is 37 Gigabyte! :<
Whats wrong, and how can i fix it?

Sorry for my bad english btw :(

Greetz, Rprp
 
You're making backups of every mysql request. Required for replication. If you're not using mysql replication, look here.

Jeff
 
Code:
cd /home/mysql
rm -rf hostname-bin.*

Don't change anything in the command, because "rm -rf" can delete all the content of /home/mysql.

You should want to stop creating bin files, you can do this in /etc/my.cnf.
 
Back
Top