From: David Johnson Date: March 25 1999 7:38pm Subject: mysqladmin shutdown List-Archive: http://lists.mysql.com/mysql/970 Message-Id: <000001be76f7$05fb0850$0580000a@avantgo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello everyone, While one of our engineers was testing shutdown/startup scripts for our database, the database got horribly corrupted. We ran isamchk and it "fixed" the problem, but hundreds of our rows got deleted. The engineer ran: mysqladmin shutdown Did the problem occur because he didn't flush the tables first? Any other ideas? DJ