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 <table name>; and REPAIR TABLE <table name>; 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/

Reply via email to