My b2evolution Version: Not Entered
Heres the blog
http://renkrn8.com.au/b2evolution/
Heres the error
MySQL error!
Can't open file: 'evo_comments.MYI' (errno: 145)(Errno=1016)
Your query:
SELECT comment_post_ID, comment_type, COUNT(*) AS type_count FROM evo_comments WHERE comment_post_ID IN (211,212,213,214,215) GROUP BY comment_post_ID, comment_type
I get the same error when clicking evo_comments table in mysql admin. All the other tables in the DB are selectable in Mysql admin and I can see the details on them etc. How can I fix up this DB?
In PHPMyAdmin Click on the database, select all the tables and then select repair table in the dropdown that says "With Selected"..
You might get lucky. ;)