Thread: Export PostgreSQL database into mysql database

Export PostgreSQL database into mysql database

From
Chirag Patel
Date:
Hello,

Below is my PostgreSQL Configuration on server.

"DB": {
    "HOST": "localhost",
    "NAME": "tesla",
    "USER": "alenmusk",
    "PASSWORD": "alenmusk@123",
    "PORT": "5432"
  },

I want to export the "tesla" database and convert it into "tesla.sql". Please give me a command.

Regards,
Chirag

Re: Export PostgreSQL database into mysql database

From
Greg Sabino Mullane
Date:
While many here would agree that exporting things INTO mysql from postgres is a poor idea, it is not a bug. This list is not appropriate for generic questions on how to do something. Please send a new email to the pgsql-general mailing list.

Cheers,
Greg