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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:36:35
Original
997 people have browsed it

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

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

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

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

回复内容:

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

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

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

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

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

Related labels:
Statement of this Website
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
Latest Issues
mongodb start
From 1970-01-01 08:00:00
0
0
0
linux - ubuntu14 error installing mongodb
From 1970-01-01 08:00:00
0
0
0
Use of symfony2 mongodb
From 1970-01-01 08:00:00
0
0
0
mongodb _id rename
From 1970-01-01 08:00:00
0
0
0
Parameter understanding of mongodb
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template