On Tue, 2007-03-20 at 07:09 -0700, Shannon Adams wrote:
mysql> repair wiki_it.searchindex; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'wiki_it.searchindex' at line 1
You need 'repair table', not just 'repair':
mysql> repair table wiki_it.searchindex;
-- brion vibber (brion @ wikimedia.org)