Home > Database > Mysql Tutorial > body text

关于hibernate插入mysql数据库中文数据乱码处理_MySQL

WBOY
Release: 2016-06-01 12:59:36
Original
1196 people have browsed it

这几天在学习hibernate,在程序中将利用hibernate将数据插入的mysql数据库的时候,发现出现了中文乱码,在网上搜索了好长时间,大概的解决方法都是修改my.ini的配置文件,修改为gbk,但是插入数据还是出现乱码的情况。不过最后还是解决了。下面就说一下解决的方法。

 

1.找到MySql Server Instance onfiguration Wizard管理器,重新配置mysql。如图。前面的配置可以一路下一步,到了图中这一步要修改语言为gbk。

\

2.要删除之前建立的数据库,重新利用对象建立数据库。这时候再重新插入中文数据。就可以了。不会出现中文的乱码。

总之出现乱码后就是要重新配置mysql,重新生成数据库。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template