百木园-与人分享,
就是让自己快乐。

Java操作MySQL

  file->project structure->Modules->Dependencies->+->JARs or dir...->选择包->apply

  这里的选择包:mysql-connector-java-5.1.44-bin.jar,导入之后重启idea

2.用IDEA来执行sql语句

2.1 通过反射加载

Class.forName(\"com.mysql.jdbc.Driver\");

来源:https://www.cnblogs.com/lmandcc/p/15244275.html
图文来源于网络,如有侵权请联系删除。

未经允许不得转载:百木园 » Java操作MySQL

相关推荐

  • 暂无文章