美文网首页
MySQL 连接属性配置

MySQL 连接属性配置

作者: Hsinwong | 来源:发表于2018-09-14 14:49 被阅读0次

    Java 连接 MySQL 的 URL 中可以配置很多属性,官方文档:https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html

    常用配置

    jdbc:mysql://localhost/test?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    

    相关文章

      网友评论

          本文标题:MySQL 连接属性配置

          本文链接:https://www.haomeiwen.com/subject/xydvgftx.html