speters,
Wednesday, October 09, 2002, 2:09:30 AM, you wrote:

samdc> I think i have a damaged table in one of my databases.
samdc> I can do a SELECT count(*) from table
samdc> on every table in the db with no problem, except for 1
samdc> of them, the query just sits for a while.

samdc> So i assume this table is damaged. does anyone have any suggestions as to
samdc> what i can do about this?

Use CHECK TABLE to check if your table is corrupted:
    http://www.mysql.com/doc/en/CHECK_TABLE.html

What is the type of this table?



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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

Reply via email to