java链接mysql数据库的连接字符串
2008-07-31 09:01 Virus-BeautyCode 阅读(2735) 评论(0) 编辑 收藏 举报
平时没有amp;就是
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=GBK
加入hibernate之后需要修改配置中的串,加上amp;转义字符
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=GBK
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=GBK
加入hibernate之后需要修改配置中的串,加上amp;转义字符
jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=GBK