INSERT INTO `tablecity` (`City`, `Country`) VALUES('胡志明市', 'Vietnam');
City become e883a1e5bf97e6988ee5b882
What's wrong?
In some other databases this works fine. In the one I am working with I have this problem.
Does each table in mysql has their own encoding?