Thanks Stefano for the reply, but in my debugging process I created a new
empty db and still got the same results - any other thoughts ?

Thanks

Carl

-----Original Message-----
From: Stefano Bagnara [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 5:51 PM
To: James Users List
Subject: Re: Weird behaviour with remote db repository

Carl Vorster wrote:
> Have any of you ran into a similar situation, or can point me into the
right
> direction of why this is happening?

> mysql <yourdb>
repair table spool;
repair table inbox;
exit;

Let me know if this solve your problem.

Mysql tables must be manually optimized (repair run the optimization
too) when a lot of write/delete happens.

If this fix the problem you probably want to put a cron script to run
the repair.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
This message has been scanned for viruses and
dangerous content by Modiredi Internet Services(http://www.modiredi.co.za).


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to