We have had some cases where we wanted to recover data using the binlogs
from some days ago. The database has a lot of binary objects (blobs).

The normal way to recover are to restore database files from a
consistant point, and then use mysqlbinlog to spool from that point till
where we want to end.

mysqlbinlog only produces text sql output. This means it is useless for
databases with blobs. How can we spool data from our binary logs?

mysqldump has an option --hex-blob. I found an old feature request from
2005, asking to add a similar feature to mysqlbinlog. I found no
followups to the request. Is this doable?

Ingvar

-- 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to