| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2003
Lives in Belgium
18 posts
Gave thanks: 0
Thanked 0 times
|
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 ![]() |
|
|
|
|
#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. |
|
|