James, Wednesday, October 23, 2002, 1:12:34 PM, you wrote: JT> I've been using mysql for a while now, but haven't yet been able to figure JT> out what the JT> <domainname>-bin.001, .002, .003, etc. files are listed in the /var JT> directory. They seem to get completely out of control sometimes (I usually JT> go through and delete them daily - after deleting and re-creating about 4 JT> million entries, there were 3 bin files totalling almost 3 gigs...)
JT> What are these files exactly (i always figured they were some sort of log), JT> why do they get so out of control with disk space, and is there any way i JT> can get rid of them. thanks! It's a binary log files: http://www.mysql.com/doc/en/Binary_log.html If you don't have binary update logs, you can just run MySQL server without --log-bin option. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php