Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR 1030: Got error 127 from table handler

Status
Not open for further replies.

gj165

Programmer
Apr 4, 2001
5
0
0
US
I have a mysql database that was working perfectly
until I upgraded from Solaris 2.5 to 2.7.

I have many tables, all other tables work except one
that got such an error:

mysql> select * from users;
ERROR 1030: Got error 127 from table handler


If I say
select * from users where key=1234;

then it will be OK, but not selecting all?

Can anybody help?
 
I got this error message once, I can't remember how I got it but it wasn't anything to do with Solaris. Anyway I fixed it using the REPAIR TABLE command, its worth a try!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top