MySQL
Generic stuff on MySQL
MySQL said:
#145 - Table './dndbase/sessions' is marked as crashed and should be repaired
No worries:
skidder@galactix:~$ mysqlcheck -p --auto-repair [db_name] [table_name]
Will (usually) fix the problem of a crashed table. This behaviour has been observed with MySQL server 5.0.22 (5.x). There is no such problem in 4.x.