<?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: Accessing MySQL on NetBeans using JDBC, Part I: Create a connection</title>
	<atom:link href="http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/</link>
	<description>Just another IT weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 21:22:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: linglom</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6073</link>
		<dc:creator>linglom</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6073</guid>
		<description>Hi, Steven
I suggest you see the comment 73.</description>
		<content:encoded><![CDATA[<p>Hi, Steven<br />
I suggest you see the comment 73.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6062</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6062</guid>
		<description>pls help me in this exception Have no FileObject for C:\Program Files\Java\jdk1.6.0_13\jre\lib\sunrsasign.jar
Have no FileObject for C:\Program Files\Java\jdk1.6.0_13\jre\classes
SQl EXCEPTIONcom.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: 

** BEGIN NESTED EXCEPTION ** 

java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused: connect

STACKTRACE:

java.net.SocketException: java.net.ConnectException: Connection refused: connect
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
        at com.mysql.jdbc.MysqlIO.(MysqlIO.java:284)
        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2569)
        at com.mysql.jdbc.Connection.(Connection.java:1485)
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
        at java.sql.DriverManager.getConnection(DriverManager.java:582)
        at java.sql.DriverManager.getConnection(DriverManager.java:207)
        at testmysql.Main.main(Main.java:23)


** END NESTED EXCEPTION **



Last packet sent to the server was 32 ms ago.
BUILD SUCCESSFUL (total time: 2 seconds)</description>
		<content:encoded><![CDATA[<p>pls help me in this exception Have no FileObject for C:\Program Files\Java\jdk1.6.0_13\jre\lib\sunrsasign.jar<br />
Have no FileObject for C:\Program Files\Java\jdk1.6.0_13\jre\classes<br />
SQl EXCEPTIONcom.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: </p>
<p>** BEGIN NESTED EXCEPTION ** </p>
<p>java.net.SocketException<br />
MESSAGE: java.net.ConnectException: Connection refused: connect</p>
<p>STACKTRACE:</p>
<p>java.net.SocketException: java.net.ConnectException: Connection refused: connect<br />
        at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)<br />
        at com.mysql.jdbc.MysqlIO.(MysqlIO.java:284)<br />
        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2569)<br />
        at com.mysql.jdbc.Connection.(Connection.java:1485)<br />
        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)<br />
        at java.sql.DriverManager.getConnection(DriverManager.java:582)<br />
        at java.sql.DriverManager.getConnection(DriverManager.java:207)<br />
        at testmysql.Main.main(Main.java:23)</p>
<p>** END NESTED EXCEPTION **</p>
<p>Last packet sent to the server was 32 ms ago.<br />
BUILD SUCCESSFUL (total time: 2 seconds)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6061</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6061</guid>
		<description>i got this exception while compiling can any one say wat problem !!! java.net.SocketException
MESSAGE: java.net.ConnectException: Connection refused: connect</description>
		<content:encoded><![CDATA[<p>i got this exception while compiling can any one say wat problem !!! java.net.SocketException<br />
MESSAGE: java.net.ConnectException: Connection refused: connect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pallab</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6058</link>
		<dc:creator>Pallab</dc:creator>
		<pubDate>Sun, 21 Feb 2010 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6058</guid>
		<description>Thanks dude ...it was a great help</description>
		<content:encoded><![CDATA[<p>Thanks dude &#8230;it was a great help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anish</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6054</link>
		<dc:creator>Anish</dc:creator>
		<pubDate>Sat, 20 Feb 2010 09:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6054</guid>
		<description>Thanks Sir,It was of great help for me .......</description>
		<content:encoded><![CDATA[<p>Thanks Sir,It was of great help for me &#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcos</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-6035</link>
		<dc:creator>marcos</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-6035</guid>
		<description>thanks as in 4 real</description>
		<content:encoded><![CDATA[<p>thanks as in 4 real</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RabiaN</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-5844</link>
		<dc:creator>RabiaN</dc:creator>
		<pubDate>Wed, 10 Feb 2010 20:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-5844</guid>
		<description>Thnx alot! it works perfect and solved my problem</description>
		<content:encoded><![CDATA[<p>Thnx alot! it works perfect and solved my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faisal Yousuf</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-5717</link>
		<dc:creator>Faisal Yousuf</dc:creator>
		<pubDate>Mon, 08 Feb 2010 07:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-5717</guid>
		<description>Thank you very much. I could not connect programmaticly to MySQL even though I could connect through the Services tab. The solution is to add the JAR file that contains the MySQL Connector. You describes how to do that step. Once I added the JAR file, everything worked.

Once again, thank you.</description>
		<content:encoded><![CDATA[<p>Thank you very much. I could not connect programmaticly to MySQL even though I could connect through the Services tab. The solution is to add the JAR file that contains the MySQL Connector. You describes how to do that step. Once I added the JAR file, everything worked.</p>
<p>Once again, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awe</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-5496</link>
		<dc:creator>Awe</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-5496</guid>
		<description>Thanks a lot, this is very explanatory and straight forward. It solved my problem. Thank again...</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this is very explanatory and straight forward. It solved my problem. Thank again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vipul</title>
		<link>http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/comment-page-2/#comment-5446</link>
		<dc:creator>vipul</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.linglom.com/2007/12/05/accessing-mysql-on-netbeans-using-jdbc-part-i-create-a-connection/#comment-5446</guid>
		<description>i got my prob solved through this tutorial....thanx to u</description>
		<content:encoded><![CDATA[<p>i got my prob solved through this tutorial&#8230;.thanx to u</p>
]]></content:encoded>
	</item>
</channel>
</rss>
