首页 > 代码库 > 连接Mysql编码问题
连接Mysql编码问题
连接Mysql数据库的时候
String url = "jdbc:mysql://localhost:3306/credit?autoReconnect=true&useUnicode=true&characterEncoding=utf8";
String userName = "root";
String password="root";
应该注意设置字符的编码;
如果是在XML文件中配置,则是 jdbc:mysql://localhost:3306/credit?autoReconnect=true&useUnicode=true&characterEncoding=utf8; 因为&就是&符号。
今天花了半天时间研究这个,记下来以防忘记。
关于编码问题有几篇文章供参考:
http://bbs.csdn.net/topics/390758162
http://www.cnblogs.com/gyjWEB/p/4600641.html
http://bbs.csdn.net/topics/390372335/
http://blog.sina.com.cn/s/blog_62aab2760100l1hx.html
连接Mysql编码问题
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。