JDBC and MySql install and configure

前端 未结 2 951
夕颜
夕颜 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:39

    There is a very nice tutorial created by Vogella: http://www.vogella.de/articles/MySQLJava/article.html

    You will find there info how to connect your java program from downloading jdbc driver, creating database and executing simple commands through java.

    0 讨论(0)
  • 2021-01-25 23:59

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

    0 讨论(0)
提交回复
热议问题