Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. InnoDB: Error: trying to load index <FF>the_idx for table db/the_table
  2. InnoDB: but the index tree has been freed!
  3. 141126 15:41:02 [ERROR] Cannot find or open table db/the_table from
  4. the internal data dictionary of InnoDB though the .frm file for the
  5. table exists. Maybe you have deleted and recreated InnoDB data
  6. files but have forgotten to delete the corresponding .frm files
  7. of InnoDB tables, or you have moved .frm files to another database?
  8. or, the table contains indexes that this version of the engine
  9. doesn't support.
  10. See http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting.html
  11. how you can resolve the problem.
  12.  
  13. # innochecksum -d db/the_table.ibd
  14. file db/the_table.ibd = 3749707776 bytes (228864 pages)...
  15. checking pages in range 0 to 228863
  16. page 0: log sequence number: first = 1383255984; second = 62128266
  17. page 0 invalid (fails log sequence number check)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement