Migrate database from Postgres to MySQL
You can use the MySQL Workbench which can import from a variety of database types, including Postgres.
Faced the problem a few years ago, and used pg2mysql
EDIT 21 july 2019 : this fork seems a better option (patches, light maintenance)
Dbeaver is the perfect solution for painless migration, column to column mapping, character encoding and also open source.