matarali Posted February 4, 2004 Share Posted February 4, 2004 Im getting this error, randomly.. 1030 - Got error 127 from table handler delete from sessions where expiry < '1075899991' [TEP STOP] http://www.idavalley.com im storing sessions in mysql anyone see this ever? Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2004 Share Posted March 4, 2004 Got the same thing here; 1030 - Got error 127 from table handler select new_value, old_value, date_added, customer_notified from orders_status_history where orders_id = '31511' order by orders_status_history_id desc [TEP STOP] Trying to find an answer now Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2004 Share Posted March 4, 2004 Figured it out... Corrupted table I had to run a repair on my orders_status_history table. Go to phpMyAdmin and click on the SQL tab; Type; REPAIR TABLE orders_status_history The table you need to fix will probably be different. Figure out which table is corrupted and run the REPAIR on that TABLE HTH Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.