We are trying to implement Copying InnoDB table between servers using Xtrabackup, but we are unable to take the backup and run in another server.
We are getting the following error, Got -1 from storage engine.
But for the above error, while exporting we have enabled the following options innodb-expand-import and innodb-file-per-table.
After doing the above, still we are unable to load the .ibd files and getting the same error.
We have followed the steps from this url,
http://www.mysqlperformanceblog.com/2009/07/31/copying-innod b-tables-between-servers/
Also, we have discard and try to import the tablespace, but it also fails.
Past one week we tried to solve this, but we are unable to sort this.
Please help out on this.
Regards,
Viswa.J