On Wed, Apr 23, 2014 at 10:33:34AM -0500, John Foster wrote: > I have a mediawiki site running on Mysql db; I just started getting this > message on my automated backup; > > mysqldump: Got error: 144: Table './mywiki/searchindex' is marked as > crashed and last (automatic?) repair failed when using LOCK TABLES > > Any ideas? > Thanks > John > >
Is the table searchindex a myisam table? You can try to repair that table with myisamchk. -H -- Henning Follmann | [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

