分类: 系统运维
2012-12-07 22:15:13
1、 创捷数据库和表时,选择character set = utf8
2、 通过jdbc连接数据库时,url中的字符编码也为utf-8,如:jdbc:mysql://localhost:3306/test?unicode=true&characterEncoding=utf-8;
3、 JDNI配置的时的url为:
"jdbc:mysql://localhost:3306/mSynchronized?useUnicode=true&characterEncoding=utf-8"