This is the correct answer. It seems to me that it makes much better sense to be dumping into text delimited formats than converting from binary to binary... much less margin for error.
Michael wrote:
Try using this:
select * into outfile 'filename.txt' fields terminated by ',' from table_to_export data