Archive > 20 March 2008

MySQL mangled my wordpress data.

I browsed to dacrib.net only to discover the wordpress initial install screen was being displayed. WTF? It must be the database I thought. Sure enough after running mysqlcheck against it I saw that one of the tables was marked as crashed. So I fixed it. mysql> repair table wp_options; +————————–+——–+———-+———-+ | Table | Op | [...]

Continue reading