I used pg_dump to extract the data from my database with bytea fields(having pictures) in plain text format. I encoutered some problems torestore those bytea data to the blobs field in a Mysql database. Any advice?