How can I import an \"xxxx.sql\" dump from MySQL to a PostgreSQL database?
You could potentially export to CSV from MySQL and then import CSV into PostgreSQL.