From: Dan Nelson Date: August 20 2009 4:51am Subject: Re: Inquiry:MySql table data missing problem List-Archive: http://lists.mysql.com/mysql/218439 Message-Id: <20090820045159.GD77498@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Aug 20), hadi motamedi said: > Can you please do me favor and let me know what is wrong with my MySql db > installed on Linux server that causes to get the following error message : > "Fail to insert cdr:Can't open file: 'cdrFromMSC_06.MYD'. (errno: 145)" $ perror 145 MySQL error code 145: Table was marked as crashed and should be repaired $ You need to repair your table: http://dev.mysql.com/doc/refman/5.1/en/repair.html -- Dan Nelson dnelson@stripped