The message fields in fix proto are delimited using the ASCII 01 character.
cat fix.log |sed -e 's/\o001/ /g'
cat fix.log |sed -e 's/\o001/ /g'
mysqldump --defaults-file=/etc/mysql/debian.cnf -BA --master-data | gzip > /pathtogzipfile/filenameThis command dump all data from master and store master "binlog filename" and log position.