`
icbm
  • 浏览: 58466 次
社区版块
存档分类
最新评论

MySQL 5.6中innodb的可传输表空间(transportable tablespace)

阅读更多
目标端:
alter table t discard tablesapce;

源端:
flush tables t for export;

复制 t.ibd, t.cfg到目标端。

源端:
unlock tables;

目标端:
alter table t import tablespace;

参考地址:
14.2.5.5 Copying Tablespaces to Another Server (Transportable Tablespaces)
http://dev.mysql.com/doc/refman/5.6/en/tablespace-copying.html
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics