PDA

View Full Version : MySql Down on lunar?


Ranger
7-1-03, 07:57 PM
I'm having this problem connecting to my forums, when I try to access it I get this error:

Database error in vBulletin 2.2.5:

Invalid SQL: SELECT COUNT(*) AS threads FROM thread
mysql error: Can't open file: 'thread.MYI'. (errno: 145)

mysql error number: 1016

Date: Tuesday 01st of July 2003 03:09:11 PM


What does this mean? Is the MySql server down or what? It worked perfectly fine this morning.

mjp
7-1-03, 08:05 PM
mysql error: Can't open file: 'tablename.MYI' typically indicates a corrupt table.

Use a database management tool (phpMyAdmin, MySQLFront, etc.) to "fix table" on thread.

mjp

Ranger
7-1-03, 08:07 PM
I have phpmyadmin installed, how would I go about fixing that table?

Ranger
7-1-03, 09:10 PM
I fixed it. Thanks mjp.