如题
1.在空库里面创建表
2alter table tname discard tablsapce;
3拷贝ibd文件到对应data目录
4.alter table tname import tablespace;
学习。
学习