Guest Posted March 25, 2004 Share Posted March 25, 2004 Out of nowhere I get the following error: ----- 1016 - Can't open file: 'whos_online.MYI'. (errno: 145) delete from whos_online where time_last_click < '1080234439' [TEP STOP] ---- What would have happened?? Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2004 Share Posted March 25, 2004 In trying to research the problem.... I looked at the database and found the table 'whos_online' is in use??? When I tried to open it I got this error: Can't open file: 'whos_online.MYI'. (errno: 145) ---- I'm leaning toward contacting my host to ask them if they can see anything obvious. Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2004 Share Posted March 25, 2004 Ok...My Last post :huh: I may be able to solve my own problem... I'm debating on deleting the bad table and replacing it with a new one using the same name and structure. Does anyone see a problem with doing that? This whole thing still makes me nervous about SQL stability, so if anyone can answer why this happened I would really appreciate it. Link to comment Share on other sites More sharing options...
etepalusip Posted March 25, 2004 Share Posted March 25, 2004 a google search reveals: http://nukecops.com/postitle6516-0-0-.html which implies it's a cpanel problem Link to comment Share on other sites More sharing options...
Guest Posted March 28, 2004 Share Posted March 28, 2004 I did solve the problem by droping the table and recreating it using the same strucgture and name. Just incase anyone cares :) Link to comment Share on other sites More sharing options...
Brando Posted March 28, 2004 Share Posted March 28, 2004 hmm...you could have tried repairing it too through phpMyAdmin... REPAIR TABLE whos_online; Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.