[前][次][番号順一覧][スレッド一覧]

mysql:1237

From: "Akinobu Yamamoto" <"Akinobu Yamamoto" <ayamamot@xxxxxxxxxx>>
Date: Mon, 13 Sep 1999 13:47:12 +0900
Subject: [mysql 01237] テーブルの修復ができません

どうも、山本です。

今日、あるテーブルがinsertできないことが判明し、isamchkをしたのですが
処理後にinsertしたらできませんでした。
以下がそのコマンドログです。
----------------------------------------------------------
bash# ./isamchk /usr/local/mysql/data/vovodb/teensmember.ISM
Checking ISAM file: /usr/local/mysql/data/vovodb/teensmember.ISM
Data records:     728   Deleted blocks:       0
- check file-size
- check delete-chain
- check index reference
- check record links
./isamchk: error: Wrong bytesec: 0-0-0 at linkstart: 64557
ISAM-table '/usr/local/mysql/data/vovodb/teensmember.ISM' is corrupted
Fix it using switch "-r" or "-o"
bash# ./isamchk -r /usr/local/mysql/data/vovodb/teensmember.ISM
- recovering ISAM-table '/usr/local/mysql/data/vovodb/teensmember.ISM'
Data records: 728
- Fixing index 1
Found block with impossible length 108 at 64557; Skipped
Data records: 727
bash#
----------------------------------------------------------
また確認したところ、データが書き変わっておりました。
こういう場合のテーブル修復方法はどのようにすればよろしいのでしょうか?

    【山本 明信/ayamamot@xxxxxxxxxx】



[前][次][番号順一覧][スレッド一覧]

      1236 1999-09-13 13:23 [Yasuaki Tanaka <yasu] PHP によるデータ検索                    
->    1237 1999-09-13 13:47 ┣["Akinobu Yamamoto" <] テーブルの修復ができません            
      1238 1999-09-14 00:17 ┗[とみたまさひろ <tomm]                                       
      1239 1999-09-14 10:05  ┗[Yasuaki Tanaka <yasu]                                     
      1240 1999-09-14 10:18   ┗[山中 茂樹  <yshigeki]