Home > Database > Mysql Tutorial > body text

linux下Java程序插入DB数据中文乱码问题

WBOY
Release: 2016-06-07 16:10:37
Original
1151 people have browsed it

首先,插入到DB的数据,在Linux下查询的时候,字段显示为??。 再次,在windows连接到db上,查看的结果并不是乱码。 Javaclassfile和text都设成utf-8; 然后 在Linux下执行以下的命令: mysql set names UTF8; 最后,在查询的时候,Linux下的内容,就不是乱

首先,插入到DB的数据,在Linux下查询的时候,字段显示为??。

再次,在windows连接到db上,查看的结果并不是乱码。

n块%姏?荩)蕲檐z顶r夗z{m蕳殕窡Javaclassfile和text都设成utf-8;

然后

在Linux下执行以下的命令:

mysql> set names UTF8;

最后,在查询的时候,Linux下的内容,就不是乱码了。

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!