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 Error 145! Can't open file: 'planets.MYI'.

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

Closed Thread
 
LinkBack Thread Tools Search this Thread Rate Thread
Old August 29th, 2003, 5:17 PM   #1 (permalink)
Registered User
Fresh Surpasser
 
Joined in Aug 2003
Lives in Belgium
18 posts
Gave thanks: 0
Thanked 0 times
Question

I get the following error:

Can't open file: 'planets.MYI'. (errno: 145)

I have no idea what could have caused it and what it actually means...

Anyone can help? I only have it on 1 table in as far as I know 1database. Thx
crebilis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old August 29th, 2003, 6:08 PM   #2 (permalink)
Registered User
Fresh Surpasser
 
Joined in Aug 2003
Hosted on D19
7 posts
Gave thanks: 1
Thanked 0 times
Hi,

Here is something for you to try. In phpMyAdmin, you can execute the following commands:

myisamchk -r table_name

and

REPAIR TABLE table_name

* You may need to put 'table_name' in single quotations. The error you are having is often associated with a change in the server, such as an upgrade of the mysql version. This always used to happen with my forum database.
LordUppity is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old August 30th, 2003, 7:10 AM   #3 (permalink)
Registered User
Fresh Surpasser
 
Joined in Aug 2003
Lives in Belgium
18 posts
Gave thanks: 0
Thanked 0 times
Cool that worked
Thx a lot LordUppity
crebilis 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