Tuesday, March 27, 2012

Set up MYSQL and JDBC

Installing MySQL on my local computer and then using Connector/ODBC to connect java code with MySQL database using JDBC.
Also I installed the MySQL workbench witch is used to manage the database of MySQL.

And then test to created, insert, retrieve data from database.

Here is the tutorial for how to connect MYSQL:
http://www.youtube.com/watch?v=wOCSAXLPLXw

No comments:

Post a Comment