<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to install JDBC with mysql and use it in Java?</title>
	<atom:link href="http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:54:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ♥Neeraj Yadav♥</title>
		<link>http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/comment-page-1/#comment-4319</link>
		<dc:creator>♥Neeraj Yadav♥</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/#comment-4319</guid>
		<description>You need to have 
mysql-connector-java-5.0.8.jar

get the same
http://dev.mysql.com/downloads/connector/j/5.0.html 


Hope this helps
Cheers:)</description>
		<content:encoded><![CDATA[<p>You need to have<br />
mysql-connector-java-5.0.8.jar</p>
<p>get the same<br />
<a href="http://dev.mysql.com/downloads/connector/j/5.0.html" rel="nofollow">http://dev.mysql.com/downloads/connector/j/5.0.html</a> </p>
<p>Hope this helps<br />
Cheers:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe M</title>
		<link>http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/comment-page-1/#comment-4318</link>
		<dc:creator>Giuseppe M</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/2010/03/how-to-install-jdbc-with-mysql-and-use-it-in-java/#comment-4318</guid>
		<description>Download mysql community server from:
http://dev.mysql.com/downloads/mysql/5.1.html#downloads

choosing the right operating system.

Install it.

Then download connector j (i.e the mysql jdbc driver)
http://dev.mysql.com/downloads/connector/j/5.1.html

Put the jar in the classpath.
You are ready to develop java application that interacts with mysql.

see also jdbc connector j documentation
http://dev.mysql.com/doc/refman/5.1/en/connector-j.html</description>
		<content:encoded><![CDATA[<p>Download mysql community server from:<br />
<a href="http://dev.mysql.com/downloads/mysql/5.1.html#downloads" rel="nofollow">http://dev.mysql.com/downloads/mysql/5.1.html#downloads</a></p>
<p>choosing the right operating system.</p>
<p>Install it.</p>
<p>Then download connector j (i.e the mysql jdbc driver)<br />
<a href="http://dev.mysql.com/downloads/connector/j/5.1.html" rel="nofollow">http://dev.mysql.com/downloads/connector/j/5.1.html</a></p>
<p>Put the jar in the classpath.<br />
You are ready to develop java application that interacts with mysql.</p>
<p>see also jdbc connector j documentation<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/connector-j.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/connector-j.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

