×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
Methods to Fix the MySQL 'Incorrect Information in File' Error
  1. Method 1 – Run the REPAIR Command with use_frm.
  2. Method 2 – Drop and Recreate the Corrupt Table.
  3. Method 3 – Restore from Backup.
  4. Method 4 – Correct the Configuration File.
  5. Method 5 – Use a MySQL Repair Tool.
2012/08/29 · Recreate poller_item table by using CREATE TABLE statement in cacti.sql (uses the corresponding version that you're running); Stop MySQL ...
2018/07/31 · Diagnosis. Run the following command in the Fisheye/Crucible database: mysqlcheck --database fisheye;. There will be an error when checking the ...
2023/10/26 · Download and install Stellar Repair for MySQL. Launch the software and select the option to repair InnoDB tables (data file). Specify the path ...
2015/05/27 · To fix corrupt MyISAM tables, run the following command: repair table tbl1 use_frm;. Here, tbl1 is the name of the table that needs to ...
関連する質問
2008/01/19 · I've read online that this error is caused by the INNODB. More specifically, I read: > to fix this, go to your mysql datadir and > see if the ...
2019/05/28 · In short, the error “mysqldump: Got error: 1033: Incorrect information in file” may happen due to reasons like corrupted in InnoDB engine and ...
2009/04/13 · Hi,. I am getting the following error. 'error of Incorrect information in file in mysql: tablename.frm'. I am using the storage engine of ...
2003/02/12 · It seems the problem is due to the fact MySQL-4.1 doesn't support anymore the "old" FRM 4.0 file format : e.g. : SHOW CREATE TABLE ...