<?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: Execute MySQL Script from Java</title>
	<atom:link href="http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Wed, 14 Sep 2011 13:47:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sebastian</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-146388</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-146388</guid>
		<description>Hello,
I have the solution: 
use &quot;source &quot; + scriptpath instead... don´t use the &quot;\&quot;&quot; for linux.
	
good luck</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have the solution:<br />
use &#8220;source &#8221; + scriptpath instead&#8230; don´t use the &#8220;\&#8221;" for linux.</p>
<p>good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diogo</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-143559</link>
		<dc:creator>Diogo</dc:creator>
		<pubDate>Thu, 22 Jan 2009 10:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-143559</guid>
		<description>Hi,
I have the same problem as Felipe. I run the java code and the only output I get is &quot;exit value = 1&quot; . But if I run the same command in a shell it runs perfect. Anybody has any idea?Maybe is the path to the script that i want to run? 
thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have the same problem as Felipe. I run the java code and the only output I get is &#8220;exit value = 1&#8243; . But if I run the same command in a shell it runs perfect. Anybody has any idea?Maybe is the path to the script that i want to run?<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PrabhuRangan</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-135852</link>
		<dc:creator>PrabhuRangan</dc:creator>
		<pubDate>Thu, 18 Dec 2008 09:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-135852</guid>
		<description>Hi All,

This works fine in windows.  However im facing some issues in LINUX.  Any one have any idea please share with me..?


Regards,
Prabhu.</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>This works fine in windows.  However im facing some issues in LINUX.  Any one have any idea please share with me..?</p>
<p>Regards,<br />
Prabhu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Melo</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-48124</link>
		<dc:creator>Felipe Melo</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-48124</guid>
		<description>Hi,
  In Windows, it&#039;s quite alright(although I had to add &quot;cmd&quot; to the commands list). But in Linux, it does not work anyway. I get exit value=1, but nothing else happens, beyond the schema I try to use seems to get locked. But the most strange is that if I try to type the same commands in command line, it works pretty fine, what makes me think that mysql version isn`t the issue.
  Any ideas?

   Regards.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  In Windows, it&#8217;s quite alright(although I had to add &#8220;cmd&#8221; to the commands list). But in Linux, it does not work anyway. I get exit value=1, but nothing else happens, beyond the schema I try to use seems to get locked. But the most strange is that if I try to type the same commands in command line, it works pretty fine, what makes me think that mysql version isn`t the issue.<br />
  Any ideas?</p>
<p>   Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Spencer</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-310</link>
		<dc:creator>Tony Spencer</dc:creator>
		<pubDate>Thu, 12 Jan 2006 03:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-310</guid>
		<description>hi bernard,
yes i have also run this on linux with no problem.  perhaps you have a different version of mysql on your linux box.
</description>
		<content:encoded><![CDATA[<p>hi bernard,<br />
yes i have also run this on linux with no problem.  perhaps you have a different version of mysql on your linux box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernard</title>
		<link>http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/comment-page-1/#comment-309</link>
		<dc:creator>bernard</dc:creator>
		<pubDate>Wed, 11 Jan 2006 19:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2005/01/20/execute-mysql-script-from-java/#comment-309</guid>
		<description>Hello,

This script seems to work OK for me on Windows but I get a SQL syntax &#039;&quot;source myfile&quot;&#039; please check you code message when running on Linux.

Did this code work on linux for you??</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This script seems to work OK for me on Windows but I get a SQL syntax &#8216;&#8221;source myfile&#8221;&#8216; please check you code message when running on Linux.</p>
<p>Did this code work on linux for you??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

