I am trying to import image stored in MySQL as BLOB datatype to MongoDB. I used byte[] data type for the column having Blob data, data transfer happened but when I checked the bytes in MySQL and MongoDB there is a mismatch. How can I move Blob data to MongoDB also, is there a way to view the image in mongoDB .