Trying to restore a martiadb table backupd uyp to ibd format. using the MAriadb documentation.
I dropped the table, then recreated from the frm file.
THen when I try to import the dataspace, if I don't discard the tablespace I get:
Error SQL query: ALTER TABLE
tbl_bmIMPORT TABLESPACE MySQL said: Documentation #1813 - Tablespace for table 'bm/tbl_bm' exists. Please DISCARD the tablespace before IMPORT
If I do discard the tablespace, I get:
Error SQL query: ALTER TABLE
tbl_bmIMPORT TABLESPACE MySQL said: Documentation #1030 - Got error 194 "Tablespace is missing for a table" from storage engine InnoDB
Advice please.