I am a newbie!
I had modified default-character-set=utf8 and character-set-server=utf8 in the file named my.ini.
But the generated table has TABLE_COLLATION=latin1_swedish_ci


Note:the table generated by JPA hibernate-implements:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you did not specified charset/collation in CREATE TABLE statement, then new table will be created with database charset/collation.
So, for existed database with latin1 charset you should do something like this –