Hello,
after a server crash, i backup all mysql file. But i was unable to start mysql with this backup on a fresh install (ibdata1 checksum error)
so, i try to recover innodb file from ibd (i follow this [URL=“http://www.mysqlperformanceblog.com/2014/01/02/recover-table-structure-frm-files-mysql-utilities/”]http://www.mysqlperformanceblog.com/...sql-utilities/[/URL])
but for some table i get this error on last step when i try to import tablespace :
#1815 - Internal error: Cannot reset LSNs in table ‘“data”.“table”’ : Data structure corruption
can someone help me?
Best regards