MySQL Server - Got error -1 from storage engine
Posted
by Bobby
on Server Fault
See other posts from Server Fault
or by Bobby
Published on 2010-05-24T07:16:37Z
Indexed on
2010/05/24
7:21 UTC
Read the original article
Hit count: 282
I am currently trying to restore a MySQL table from the .ibd file.
I have been following the instructions on the MySQL reference manual on how to use DISCARD and IMPORT TABLESPACE to replace the .idb files. Discarding the tablespace returns no error and the file is deleted however IMPORTING the replacement .ibd file yields a "Got error -1 from storage engine" error.
There doesn't seem to be too much information about what exactly an error -1 is. Does anybody have any further insight as to why an import table space isn't working?
© Server Fault or respective owner