From: Nitin Mehta Date: October 19 2012 6:27am Subject: Re: Table crashed error List-Archive: http://lists.mysql.com/mysql/228459 Message-Id: <5080F2EB.6080701@oracle.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------000306050201040509020502" --------------000306050201040509020502 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Looks like a MYISAM table... MYISAM is not a crash safe storage engine and an instance crash could corrupt the tables. You should run CHECK TABLE ; and REPAIR TABLE
; to repair this. On 10/19/2012 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 > -- Regards, /Nitin Mehta/ --------------000306050201040509020502--