Re: MySQL server is taking all my hardrive space

2004-10-22 Thread Egor Egorov
Most likely, binary logs are populating the space. Read http://dev.mysql.com/doc/mysql/en/PURGE_MASTER_LOGS.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ / |/ /_

Re: MySQL server is taking all my hardrive space

2004-10-21 Thread Joshua J. Kugler
Unless you're running InnoDB (with lots of data and indexes) I would assume your trouble has to do with the fact that you are running I am running 4.0.20-Max-log. (Namely the "log" part) How large are the logs in /var/lib/mysql? j- k- On Wednesday 20 October 2004 22:41, C.F. Scheidec