MySQL

This entry was posted by on Saturday, 17 April, 2010 at

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.


Leave a Reply