最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
JDBC连接MySQL数据库
时间:2022-07-02 18:20:25 编辑:袖梨 来源:一聚教程网
Step1:查找驱动程序
MySQL目前提供的java驱动程序为Connection/J,可以从MySQL官方网站下载,并找到mysql-connector-java-3.0.15-ga-bin.jar文件,此驱动程序为纯java驱动程序,不需做其他配置。
Step2:动态指定classpath
如果需要执行时动态指定classpath,就在执行时采用-cp方式。否则将上面的.jar文件加入到classpath环境变量中。
Step3:加载驱动程序
try{
Class.forName("com.mysql.jdbc.Driver");
System.out.println("Success loading Mysql Driver!");
}
catch(Exception e)
{
System.out.println("Error loading Mysql Driver!");
e.printStackTrace();
}
Step4:设置连接的url
jdbc:mysql://localhost/databasename[?pa=va][&pa=va]
MySQL目前提供的java驱动程序为Connection/J,可以从MySQL官方网站下载,并找到mysql-connector-java-3.0.15-ga-bin.jar文件,此驱动程序为纯java驱动程序,不需做其他配置。
Step2:动态指定classpath
如果需要执行时动态指定classpath,就在执行时采用-cp方式。否则将上面的.jar文件加入到classpath环境变量中。
Step3:加载驱动程序
try{
Class.forName("com.mysql.jdbc.Driver");
System.out.println("Success loading Mysql Driver!");
}
catch(Exception e)
{
System.out.println("Error loading Mysql Driver!");
e.printStackTrace();
}
Step4:设置连接的url
jdbc:mysql://localhost/databasename[?pa=va][&pa=va]
相关文章
- 拷贝漫画最新版本下载官网app-拷贝漫画安卓繁体字安装包下载 12-25
- 免费看片视频神器-超清免费看片软件精选 12-25
- 暗黑破坏神2毁灭之王修改器最新版下载-暗黑破坏神2修改器中文版安装包下载 12-25
- 热门成品短视频app下载推荐-精选成品短视频app合集 12-25
- 抖漫下载安装安卓最新版-抖漫动漫app免费版官方下载 12-25
- 国产在线视频免费观看神器-国产追剧必备APP最新榜单 12-25