PDA

View Full Version : Connection from Java to MySql


naimlatifi
Oct 24, 2008, 01:16 PM
Hi friends,


Does anybody know any link about connection from Java to Mysql?

I will appreciate it !


Kind Regards,
Naim

olivesandtrees
Nov 21, 2008, 08:56 AM
You are going to have to use a JDBC connection. MySQL has some good documentation on this at MySQL :: Using MySQL With Java (http://dev.mysql.com/usingmysql/java/) also at Using JDBC with MySQL, Getting Started (http://www.developer.com/java/data/article.php/3417381) they have a great "getting started" guide to MySQL and JDBC.