> Recently the index files became corrupted and I ran the
> myisamchk *.MYI -r -S to repair them.

Try an OPTIMIZE TABLE or ANALYZE TABLE. Your queries may be using the
incorrect indexes since the statistics have not been updated.

You can also do this: myisamchk *.MYI -a

Sincerely,

Steven Roussey
Network54.com
http://network54.com/?pp=e


---------------------------------------------------------------------
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

Reply via email to