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