I'm from Spain, and in order to make a backup of MySQL I need to include the parameter "--default-character-set=latin1" in the execution of sqldump.
Otherwise the backup don't save some characters of my language and when the users make a restoration of the backup the information isn't correct.
I can make in DNP, that the backup run with this parameter?
Thanks