-1

I want to convert postgres dump to mysql dump without using workbench. Is there any possible way to do so?

1 Answers1

0

You can do this using the MySQL Workbench Migration Wizard, which was introduced in MySQL Workbench 5.2.41.

There's a blog post on the MySQL Workbench site here that details how to perform a migration.

Note that it will not be able to migrate more complicated database features.

Shailesh Chauhan
  • 204
  • 1
  • 12