Hello,

If you're using MyISAM tables, shut down your server and run myisamchk
For example, myisamchk \mysql\data\dbname\*.MYI

See the MySQL Technical Reference for detailed syntax and usage
information. However, it seems like your table is corrupted, indeed.

Regards,
Iikka

On Tue, 27 Aug 2002 [EMAIL PROTECTED] wrote:

> Hi
>
> I have a table that returns the following error message as soon as I run
> a query that reads out more then 300 posts from the table
> ERROR 1030: Got error -1 from table handler
>
> The strange part is that the table works without any problem except when I
> try to select more then 300 posts. I have tried to use the analyze and
> recover commands but I only get the message that the table doesn't support
> these commands.
>
> Happy for any help I can get to try recover the table without having to
> read out all the data and recreate the table.
>
> /Magnus
>
>
> ---------------------------------------------------------------------
> 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
>

******************************************
* Iikka Meriläinen                       *
* E-mail: [EMAIL PROTECTED] *
* Vaala, Finland                         *
******************************************


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