icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » PHP, MySQL » Mysql Table Locked Out

PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >>

Closed Thread
 
LinkBack Thread Tools Search this Thread Rate Thread
Old August 1st, 2003, 10:13 AM   #1 (permalink)
Registered User
Fresh Surpasser
 
macterra's Avatar
 
Joined in Jun 2003
10 posts
Gave thanks: 0
Thanked 0 times
One of my customers is running a YaBB SE bbs and it is getting errors because one of the table files is "in use" all the time.

MySQL said:
Can't open file: 'coma_log_clicks.MYI'. (errno: 145)

Perhaps restarting MySQL would help, is it possible to do that from the web?

server: 209.123.255.117
macterra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old August 2nd, 2003, 1:11 AM   #2 (permalink)
Registered User
Comfy Contributor
 
OmicroN's Avatar
 
Joined in May 2003
Lives in Florida
118 posts
Gave thanks: 0
Thanked 0 times
Error 145 is corrupt data/table. Try repairing the table, run this query on the database:

Code:
REPAIR TABLE coma_log_clicks
__________________
Profession: Programmer, Gamer, Web Developer
Website: http://www.reanimated.net/ - Server: Quela
OmicroN is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old August 5th, 2003, 10:32 AM   #3 (permalink)
Registered User
Fresh Surpasser
 
macterra's Avatar
 
Joined in Jun 2003
10 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally posted by OmicroNAug 1 2003, 11.11 pm
Error 145 is corrupt data/table.  Try repairing the table, run this query on the database:

Code:
REPAIR TABLE coma_log_clicks
Worked like a charm, thanks! :thumbsup:
macterra is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old August 5th, 2003, 6:09 PM   #4 (permalink)
Registered User
Comfy Contributor
 
OmicroN's Avatar
 
Joined in May 2003
Lives in Florida
118 posts
Gave thanks: 0
Thanked 0 times
:P The error might come up again, he/you just has to repair it again; eventually it'll get fully repaired.
__________________
Profession: Programmer, Gamer, Web Developer
Website: http://www.reanimated.net/ - Server: Quela
OmicroN is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On