On my wordpress I've recently seen this error.
"WordPress database error: [Table './databasename/wp_posts' is marked as crashed and should be repaired]"
Table wp-post is shown ad "in use". So I fixed the problem by typing: REPAIR TABLE
wp_posts
;
But next day the same error occured. Is somebody atacking my wordpress?
(Anyone can register and write articles, althought I have to approve them before they are published).