How do I repair an InnoDB table?

后端 未结 7 1053
迷失自我
迷失自我 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.

    0 讨论(0)
提交回复
热议问题