There is no --hex-blob option, so dumps are not valid text files
Database management in a single PHP file
Brought to you by:
jakubvrana
A database which contains blob columns will produce invalid UTF-8 exports.
I would expexct the MySQL dump output to be a valid UTF-8-encoded text file, which means turning blobs into hexadecimal, instead of dumping the raw bytes into the file. The command-line tool has the --hex-blob switch, but Adminer does not seem to have anything similar.
Having this option would be really useful. Is there any update yet as to when it might be included? Thanks.