my sql error - table handler?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
crimsonluv
Forum Newbie
Posts: 9
Joined: Tue Mar 23, 2004 9:10 pm
Contact:

my sql error - table handler?

Post by crimsonluv »

Haii
i got a problem with mysql. i dunno wat is the error means. can anyone please help?
thanks
below is the error message i received in mysql :

ERROR 1030: Got error 127 from table handler

Jecelyn
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Error 127 = Record-file is crashed
See http://dev.mysql.com/doc/mysql/en/Repair.html for details on how to repair your table(s).
crimsonluv
Forum Newbie
Posts: 9
Joined: Tue Mar 23, 2004 9:10 pm
Contact:

Post by crimsonluv »

thanks ya! :)
Post Reply