The indexes are probably corrupt, you will need to run 'myisamchk' on the
table.
----- Original Message -----
From: "Jason Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 03, 2002 3:04 PM
Subject: Problem doing Select * from table


> I am using mysql 3.23.41
> The tables are set to MyISAM.
> Table "A" i having problem with has 1.4 million records.
> When i perform a mysqldump it hangs on this table but dumps other tables.
> Also when i do a select * from table it hangs.  But if i do select
count(*)
> from table a get a result.
> The fields include BLOB, Number types. A total of 3 columns.
>
> I performed a test on a different box and created my own table "B" with
7.3
> million records  and file size is 1.4 Gigs.
> I was able to successfully query and dump this table.
>
>
> Can you help me with this problem for table "A"?
>
> Thanks
>
> _____________________________
>
>
>
> ---------------------------------------------------------------------
> 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
>


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