How do I repair an InnoDB table?

后端 未结 7 1086
迷失自我
迷失自我 2020-11-30 02:52

We (apparently) had poorly executed of our Solaris MySQL database engine last night. At least some of the InnoDB tables are corrupted, with timestamp out of order errors in

7条回答
  •  再見小時候
    2020-11-30 03:57

    See this article: http://www.unilogica.com/mysql-innodb-recovery/ (It's in portuguese)

    Are explained how to use innodb_force_recovery and innodb_file_per_table. I discovered this after need to recovery a crashed database with a single ibdata1.

    Using innodb_file_per_table, all tables in InnoDB will create a separated table file, like MyISAM.

提交回复
热议问题