Re: Table corrupted after myisampack

2002-04-27 Thread Benjamin Pflugmann
Hi. It sounds as if you run myisampack/myisamchk while the server was running. This is not supported and has a high probability to corrupt tables (http://www.mysql.com/doc/R/e/Repair.html) Bye, Benjamin. On Fri, Apr 26, 2002 at 09:50:18PM -0400, [EMAIL PROTECTED] wrote: > Hi, > > I am

Table corrupted after myisampack

2002-04-26 Thread Ning Zhao
Hi, I am running mysql alpha 4.0.2 on solaris 8. I had the following problem: - I have a table called "call_record" and it has 153501 records. The call_record.MYD file is of size 72,605,973 bytes. I performed myisampack on this table, which brings down the table size to 11,411,888. After myis