JDBC and MySql install and configure

前端 未结 2 954
夕颜
夕颜 2021-01-25 23:13

I have to do a project using JDBC and MySql .. can someone guide me in this attempt to install and run these darn things? I can\'t figure out how and what to do. I have never wo

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-25 23:59

    Install the database. Add the MySQL JDBC driver to your classpath. And follow the instructions of the JDBC tutorial.

提交回复
热议问题