3

I have a large Mysql database containing tens of tables which I need to convert to Postgresql. I have tried a couple of ancient Perl scripts which I found here and there but none of them did the job correctly. So wondering if there is any free and efficient tool/script which you have tried and actually does the conversion with the least hassle.

Thanks

Mark Johnson
  • 1,069
  • 8
  • 19
alfish
  • 3,027
  • 15
  • 45
  • 68

1 Answers1

3

Did you try

mysqldump --compatible=postgresql yourdatabase >dump.sql
Janne Pikkarainen
  • 31,454
  • 4
  • 56
  • 78