mysql连接url中useUnicode=true&characterEncoding=UTF-8含义

driverClass=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/mybatis?useUnicode=true&characterEncoding=UTF-8
username=root
password=root

正常配置mysql的连接配置的时候经常会在url后面加上useUnicode=true&characterEncoding=UTF-8,但是这是为什么呢?

作用是为了指定字符的编码,解码格式。

 

posted @ 2017-10-21 20:18  港湾小唯  阅读(4590)  评论(0编辑  收藏  举报