On 2/20/07, ~Tarun~ <tarun.virgo@xxxxxxxxx> wrote: > > hello Husain, > > i didnt used this kind of option, > > can u please suggest me how to use that...some examples. > > Regards $> mysqldump --host=localhost --user=user --password=password --hex-blob database --hex-blob will dump binary columns using hexadecimal notation (for example, 'abc' becomes 0x616263). The affected data types are BINARY, VARBINARY, BLOB, and BIT. -- -husain-