Home  >  Article  >  Backend Development  >  将数据从MongoDB迁移到MySQL有什么高效安全的办法?

将数据从MongoDB迁移到MySQL有什么高效安全的办法?

WBOY
WBOYOriginal
2016-06-06 20:36:35931browse

因为一些特殊的原因,现在需要将MongoDB的数据迁移到MySQL。

水平有限,自己能想到的办法,只能是编写脚本来实现。

从MySQL到MongoDB,有MongoVUE可视化操作。

不知道从MongoDB到MySQL,有没有类似的工具?或者方案?

回复内容:

因为一些特殊的原因,现在需要将MongoDB的数据迁移到MySQL。

水平有限,自己能想到的办法,只能是编写脚本来实现。

从MySQL到MongoDB,有MongoVUE可视化操作。

不知道从MongoDB到MySQL,有没有类似的工具?或者方案?

mongoexport 导出成csv, 然后mysql在导入进去。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn