mysql - Does mysqldump handle binary data reliably? -


i have tables in mysql 5.6 contain large binary data in fields. want know if can trust dumps created mysqldump , sure binary fields not corrupted when transferring dump files trough systems ftp, scp , such. also, should force such systems treat dump files binary transfers instead of ascii?

thanks in advance comments!

yes, can trust dumps generated mysqldump.

yes, should use binary transfer in order avoid encoding conversion during transfer. mysql dump adds control commands dump server interprets file in specific encoding when reimporting. not want change encoding.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -