mysqldump breaks character encoding?

Re: mysqldump breaks character encoding?

by Guillermo Madero -
Number of replies: 0

Hi Visvanath,

The problem is caused because the default-character-set option is ignored by mysqladmin (whether that is by design or it is a bug, I don't know).

The mysqladmin program reads and uses the value from character-set-server parameter defined in the my.ini file.