mysql安装包下载地址
MySQL :: Download MySQL Installer
引入相关包com.mysql.jdbc.Driver
数据库链接字符串示例
jdbc:mysql://localhost:3306/database_name?useUnicode=true&characterEncoding=utf8
微信扫一扫
mysql安装包下载地址
MySQL :: Download MySQL Installer
引入相关包com.mysql.jdbc.Driver
数据库链接字符串示例
jdbc:mysql://localhost:3306/database_name?useUnicode=true&characterEncoding=utf8
相关推荐