<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Varun on the Web &#187; connector</title>
	<atom:link href="http://varunkrish.com/tag/connector/feed" rel="self" type="application/rss+xml" />
	<link>http://varunkrish.com</link>
	<description>Web Technologist Blog</description>
	<lastBuildDate>Sun, 04 Jul 2010 15:20:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connecting to MySQL from Java</title>
		<link>http://varunkrish.com/connecting-to-mysql-from-java.html</link>
		<comments>http://varunkrish.com/connecting-to-mysql-from-java.html#comments</comments>
		<pubDate>Mon, 04 Sep 2006 03:15:42 +0000</pubDate>
		<dc:creator>varun krishnan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[connector]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://varunkrish.com/connecting-to-mysql-from-java.html</guid>
		<description><![CDATA[I would like to highlight how to establish a connection between MySQL a database and your JAVA app.
I assume you have installed MySQL and Java .
You must download the Mysql Connector/J 3.1 from mysql.com .
I downloaded the file mysql-connector-java-3.1.13.tar.gz and used the file
mysql-connector-java-3.1.13-bin.jar
Now in the Java class where want to connect to the MySQL database [...]]]></description>
		<wfw:commentRss>http://varunkrish.com/connecting-to-mysql-from-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
