0

a corrupt MySQL database can cause problems including updating the search index

flag

1 Answer

0

Connect to your mysql server and run the following query (change the table name if necessary, the DB schema can be found at http://[your fogbugz install]/default.asp?pg=pgSchema

REPAIR TABLE Bug

If the problem was manifesting as a search index problem, you might also need to reset the search index under Admin -> Site -> Search

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.