Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i dump blob fields from mysql tables

Tags:

mysql

blob

dump

i am trying to dump the BLOB fields from mysql table.

but when i dumping blob records using sqlYog am getting unvaluable data.

How can i backup BLOB type fields?

Note:

BLOB field has image.

like image 973
Mohan Avatar asked Dec 18 '25 23:12

Mohan


1 Answers

the parameter --hex-blob is useful when you intent to import it to another DB like sqlite.

like image 62
Rafael Gimenes Avatar answered Dec 21 '25 11:12

Rafael Gimenes