Table's damaged, connect to your SQL server,
 mysql> USE RADIUS;
 mysql> CHECK TABLE RADONLINE;
  You should see it report that the RADONLINE table has errors
 mysql> REPAIR TABLE RADONLINE;
  Once it finishes you should not get table handler errors anymore
  and if you run check table again it should report as clean,

----- Original Message -----
From: "Jesús M Díaz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 15, 2001 5:20 AM
Subject: (RADIATOR) Got error -1 from table handler


> what is the problem?
>
> mysql> select * from RADONLINE where NASIDENTIFIER =
> 'xxx.xxx.xxx.xxx';
> ERROR 1030: Got error -1 from table handler
> mysql>
>
> thank you
>
> Jesus M Diaz <[EMAIL PROTECTED]>
>
> Telia Iberia, S.A.
> Planificación y Diseño de Red
> Tfno: +34 91 623 2909
> Fax: +34 91 623 2911
>
>
>
> ===
> Archive at http://www.starport.net/~radiator/
> Announcements on [EMAIL PROTECTED]
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to