Heim  >  Fragen und Antworten  >  Hauptteil

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

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

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

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

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

ringa_leeringa_lee2728 Tage vor564

Antworte allen(1)Ich werde antworten

  • 伊谢尔伦

    伊谢尔伦2017-04-10 15:30:34

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

    Antwort
    0
  • StornierenAntwort