I am trying to migrate data from mysql 5.6 hosted in windows to mysql 5.7 in linux.I had taken cold backup and trying to put data folder and getting below error,
2016-05-06T10:09:57.280800Z 0 [ERROR] InnoDB: Space ID in fsp header is 2852258390, but in the page header it is 3285098619.
2016-05-06T10:09:57.280844Z 0 [ERROR] InnoDB: Data file ‘./ibdata1’ uses page size 0, but the innodb_page_size start-up parameter is 4096
2016-05-06T10:09:57.280883Z 0 [ERROR] InnoDB: Corrupted page [page id: space=4294967295, page number=0] of datafile ‘./ibdata1’ could not be found in the doublewrite buffer.
2016-05-06T10:09:57.280897Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2016-05-06T10:09:57.881650Z 0 [ERROR] Plugin ‘InnoDB’ init function returned error.
2016-05-06T10:09:57.881675Z 0 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
2016-05-06T10:09:57.881682Z 0 [ERROR] Failed to initialize plugins.
2016-05-06T10:09:57.881687Z 0 [ERROR] Aborting