mysql - Problem with UTF-8 in Create Schema By Hibernate -
After
this is my hibernate.hbm.xml and I use MySQL
I solve this problem by setting the character set-server
in the code :
[mysqld] character-set-server = utf8
After
this is my hibernate.hbm.xml and I use MySQL
I solve this problem by setting the character set-server
in the code :
[mysqld] character-set-server = utf8
Comments
Post a Comment