JDBC and MySql install and configure

前端 未结 2 979
夕颜
夕颜 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.

提交回复
热议问题