Re: How to delete log files? Was: RE: Where did my disk space go?

2005-08-05 Thread Gleb Paharenko
gt; my-small.cnf > > I don't recall editing any of these. Should I be editing them? > > > Thanks, > > Siegfried > > -Original Message- > From: David Logan [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 3:33 PM > To: Siegfried Hei

RE: How to delete log files? Was: RE: Where did my disk space go?

2005-08-04 Thread Ron Thomas
mysql@lists.mysql.com Subject RE: How to delete log files? Was: RE: Where did my

RE: How to delete log files? Was: RE: Where did my disk space go?

2005-08-04 Thread Logan, David (SST - Adelaide)
ilto:[EMAIL PROTECTED] Sent: Friday, 5 August 2005 8:46 AM To: [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Subject: How to delete log files? Was: RE: Where did my disk space go? David (and anyone else): Here is the directory of my data directory. I don't see hundreds of mega bytes here, but delet

How to delete log files? Was: RE: Where did my disk space go?

2005-08-04 Thread Siegfried Heintze
PROTECTED] Sent: Thursday, August 04, 2005 3:33 PM To: Siegfried Heintze Cc: mysql@lists.mysql.com Subject: RE: Where did my disk space go? Hi Siegfried, In the mysql data directory, -rw-rw1 mysqlmysql 358975 Mar 10 14:28 aaudbasa01.log -rw-rw1 mysqlmysql 25088

RE: Where did my disk space go?

2005-08-04 Thread David Logan
[mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 03, 2005 8:10 PM > To: Siegfried Heintze; mysql@lists.mysql.com > Subject: RE: Where did my disk space go? > > Hi Siegfried, > > I would check your transaction logs. Are you doing this as one giant > transaction? The system may b

RE: Where did my disk space go?

2005-08-04 Thread Siegfried Heintze
I did the following from the Cygwin bash prompt on WinXP Pro. cd /c/mysql find . -size -10M | xargs ls -l I only found one file greater than 10 megabytes. I'm looking for several hundred megabytes. Thanks, Siegfried -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

RE: Where did my disk space go?

2005-08-04 Thread Siegfried Heintze
- Adelaide) [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 8:10 PM To: Siegfried Heintze; mysql@lists.mysql.com Subject: RE: Where did my disk space go? Hi Siegfried, I would check your transaction logs. Are you doing this as one giant transaction? The system may be filling up the logs just in

RE: Where did my disk space go?

2005-08-03 Thread Logan, David (SST - Adelaide)
- Work +61 417 268 665 - Mobile +61 8 8408 4259 - Fax -Original Message- From: Siegfried Heintze [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 August 2005 10:00 AM To: mysql@lists.mysql.com Subject: Where did my disk space go? I've been using Perl 8.4+ (ActiveState) on WinXP. My program

Re: Where did my disk space go?

2005-08-03 Thread Sebastian
you checked your log sizes? Siegfried Heintze wrote: I've been using Perl 8.4+ (ActiveState) on WinXP. My program runs for many (> 20) hours issuing SQL UPDATE and DELETE commands. The update commands should not be increasing the storage requirements, I'm just updating integer values. I've not

Where did my disk space go?

2005-08-03 Thread Siegfried Heintze
I've been using Perl 8.4+ (ActiveState) on WinXP. My program runs for many (> 20) hours issuing SQL UPDATE and DELETE commands. The update commands should not be increasing the storage requirements, I'm just updating integer values. I've noticed several times now that I run out of disk space. I st