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]

Reply via email to