Hi all,

Can someone tell me what this error mean ?

myisamchk: MyISAM file /var/lib/mysql/radius/radacct.MYI
myisamchk: warning: 1 clients is using or hasn't closed the table
properly
myisamchk: error: Found key at page 2472960 that points to record
outside datafile
myisamchk: error: Keypointers and record positions doesn't match
MyISAM-table '/var/lib/mysql/radius/radacct.MYI' is corrupted
Fix it using switch "-r" or "-o"


With 'check table', it does not found any error ...

mysql> check table radacct;
+----------------+-------+----------+----------+
| Table          | Op    | Msg_type | Msg_text |
+----------------+-------+----------+----------+
| radius.radacct | check | status   | OK       |
+----------------+-------+----------+----------+
1 row in set (7.63 sec)

mysql> Bye


With myisamchk -r, it results :

tanalahy:~# myisamchk --silent -r /var/lib/mysql/radius/radacct.MYI
Found link that points at 35017460 (outside data file) at 35009348
tanalahy:~# 


Regards,

@+
--
DouRiX

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