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
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.