0

How can I migrate MySQL database to Memgraph? Do I need to dump the database in some format and then import it?

KWriter
  • 1,024
  • 4
  • 22

1 Answers1

1

You can use tool mgmigrate to migrate your running MySQL database into a running Memgraph instance.

The detailed instruction can be found on the documentation page Migrate MySQL database to Memgraph

KWriter
  • 1,024
  • 4
  • 22