How should I parse mysqldump binary output

INSERT INTO `mytable` VALUES ('\0\0^\ft^^f~hr°Ù3^Y','column2',1);
      

is part of the mysqldump table. I know there is a parameter --hex-blob

, but how can I parse the first column as00001C66741E667E6872B0D933199292

This is essentially language agnostic, but if a python based solution exists, it would be great.

+3
python binary-data mysqldump


source to share


No one has answered this question yet

Check out similar questions:

5116
How can I check if a file exists without exceptions?
4268
How to combine two dictionaries in one expression?
3790
How can I safely create a subdirectory?
3474
How to list all files in a directory?
3428
How to sort a dictionary by value?
3235
How to check if a list is empty?
2621
How do I create a chain of function decorators?
2005
How do I parse a string to float or int?
659
Python development path - from student to guru
523
Skip specific tables with mysqldump



All Articles
Loading...
X
Show
Funny
Dev
Pics