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 -

c# - ListView onScroll event -

c - Linux mmap() error -