Is there an efficient way to import binary data from mysql database to Postgresql?

206 Views Asked by At

I can use mysqldump and psql to import common data into the postgresql database. However, binary data is blob in mysql and bytea in postgresql. Import cannot be done using mysqldump and psql tools.

0

There are 0 best solutions below