5
2
I'm trying to create a mysqldump in utf8 encoding. The table I'm trying to dump contains geometry columns. Now, when I use the --hex-blob option, the geometry columns don't get converted to hex. Are there any command line alternatives to mysqldump that will be able to handle this?
Thanks