问题描述
我必须使用JDBC和MySQL进行一个项目.我不知道该怎么做.我一生中从未有过数据库的工人,所以我不知道.我需要安装,配置等什么?有人可以为我提供一些有用的链接吗?
推荐答案
Vogella创建了一个非常不错的教程: http://.
您将找到信息如何从下载JDBC驱动程序,创建数据库和通过Java执行简单命令的信息. 安装数据库.将MySQL JDBC驱动程序添加到您的类路径中.并按照 jdbc tutorial 其他推荐答案
问题描述
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 worker with databases in my life, so i have no clue. What do i need to install, configure, etc? Can someone one offer some useful link for me to start with please?
推荐答案
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.
其他推荐答案
Install the database. Add the MySQL JDBC driver to your classpath. And follow the instructions of the JDBC tutorial.