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  

Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -