From: Akshay Suryavanshi Date: October 19 2012 6:30am Subject: Re: Table crashed error List-Archive: http://lists.mysql.com/mysql/228460 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8fb206d42cee2e04cc63a32c --e89a8fb206d42cee2e04cc63a32c Content-Type: text/plain; charset=ISO-8859-1 Hi, This table can be repaired using Repair table ; in mysql. This should fix the corrupted index file, or if mysql is shutdown, you can run myisamchk, also if its a myisam table. Hope this helps. Regards, Akshay S On Fri, Oct 19, 2012 at 11:52 AM, a bv wrote: > Hi on a log management server from the web interface i get the below > error . What can be the reason and how can i repair it ? > > Regards > > > Mysql_error: Table ./x/y ' is marked as crashed and should be repaired > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql > > --e89a8fb206d42cee2e04cc63a32c--