<?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: Ruby MySQL adapter on Windows</title>
	<atom:link href="http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/</link>
	<description>a system engineer&#039;s blog</description>
	<lastBuildDate>Fri, 25 Nov 2011 13:20:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: marco</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-169</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Mon, 04 Apr 2011 09:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-169</guid>
		<description>Hi, thanks...

unfortunately the file &#039;mysql-noinstall-5.0.89-win32.zip&#039; is NO MORE AVAILABLE on the web site indicated (there aren&#039;t any mirrors...)

Can you suggest me how I can have the file &#039;libmysql.dll&#039; for mysql 5.0?</description>
		<content:encoded><![CDATA[<p>Hi, thanks&#8230;</p>
<p>unfortunately the file &#8216;mysql-noinstall-5.0.89-win32.zip&#8217; is NO MORE AVAILABLE on the web site indicated (there aren&#8217;t any mirrors&#8230;)</p>
<p>Can you suggest me how I can have the file &#8216;libmysql.dll&#8217; for mysql 5.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prommaneore</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-168</link>
		<dc:creator>Prommaneore</dc:creator>
		<pubDate>Sat, 19 Feb 2011 02:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-168</guid>
		<description>hi, new to the site, thanks.</description>
		<content:encoded><![CDATA[<p>hi, new to the site, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-167</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Sat, 15 Jan 2011 17:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-167</guid>
		<description>Tanks very much this worked for me. I just started learning ruby and I couldn&#039;t get my first script using mysql to work, this was very frustrating.

Windows 7, MySQL 5.1.41, ruby 1.9.2, gems 1.3.7</description>
		<content:encoded><![CDATA[<p>Tanks very much this worked for me. I just started learning ruby and I couldn&#8217;t get my first script using mysql to work, this was very frustrating.</p>
<p>Windows 7, MySQL 5.1.41, ruby 1.9.2, gems 1.3.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen Bauer</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-166</link>
		<dc:creator>Jen Bauer</dc:creator>
		<pubDate>Tue, 04 Jan 2011 13:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-166</guid>
		<description>correction:  incompatibility issue with the mysql GEM for ruby and MYSQL 5.1.

In my case, I did not get as far as you did. The rails server failed to start and threw the DLL error message.</description>
		<content:encoded><![CDATA[<p>correction:  incompatibility issue with the mysql GEM for ruby and MYSQL 5.1.</p>
<p>In my case, I did not get as far as you did. The rails server failed to start and threw the DLL error message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen Bauer</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-165</link>
		<dc:creator>Jen Bauer</dc:creator>
		<pubDate>Tue, 04 Jan 2011 13:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-165</guid>
		<description>Thank you Yun Fu!!!    After 5 hours of searching for a workaround, I found your page with luck.

My environment is ruby 1.9.2, gems 1.3.7, MY SQL server version 5.1.44, on Windows Vista (a.k.a &quot;Diablo&quot;).

For any others suffering in the same position, may I repeat the error message I received?

&quot;The application has failed to start because LIBMYSQL.dll was not found.&quot;

Copying LIBMYSQL.dll to ruby &quot;bin&quot; fails / failed / did / will not work / did not fix or solve the problem.

As you state above, the problem is an incompatibility issue with ruby and LIBMYSQL.dll for MYSQL 5.1.

I hope other people will find your page even quicker now.  Thanks so much again for posting this valuable information.</description>
		<content:encoded><![CDATA[<p>Thank you Yun Fu!!!    After 5 hours of searching for a workaround, I found your page with luck.</p>
<p>My environment is ruby 1.9.2, gems 1.3.7, MY SQL server version 5.1.44, on Windows Vista (a.k.a &#8220;Diablo&#8221;).</p>
<p>For any others suffering in the same position, may I repeat the error message I received?</p>
<p>&#8220;The application has failed to start because LIBMYSQL.dll was not found.&#8221;</p>
<p>Copying LIBMYSQL.dll to ruby &#8220;bin&#8221; fails / failed / did / will not work / did not fix or solve the problem.</p>
<p>As you state above, the problem is an incompatibility issue with ruby and LIBMYSQL.dll for MYSQL 5.1.</p>
<p>I hope other people will find your page even quicker now.  Thanks so much again for posting this valuable information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-164</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 12 Dec 2010 15:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-164</guid>
		<description>It works with Ruby 1.9.2p0 and Rails 3 also. Thanks.</description>
		<content:encoded><![CDATA[<p>It works with Ruby 1.9.2p0 and Rails 3 also. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-163</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 17 Nov 2010 18:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-163</guid>
		<description>Wow. Would have saved about 3 hours if I had found this sooner. Google bait: windows ruby segmentation fault mysql 5.1

Thanks again.</description>
		<content:encoded><![CDATA[<p>Wow. Would have saved about 3 hours if I had found this sooner. Google bait: windows ruby segmentation fault mysql 5.1</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-162</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 14 Oct 2010 22:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-162</guid>
		<description>Add me to the list of those whom you have saved.  Thank you!</description>
		<content:encoded><![CDATA[<p>Add me to the list of those whom you have saved.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-161</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 20 Sep 2010 17:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-161</guid>
		<description>Thank you very much.  I had know idea why this error was happening.</description>
		<content:encoded><![CDATA[<p>Thank you very much.  I had know idea why this error was happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachio Iwamoto</title>
		<link>http://fuyun.org/2010/01/ruby-mysql-adapter-on-windows/comment-page-1/#comment-160</link>
		<dc:creator>Sachio Iwamoto</dc:creator>
		<pubDate>Sun, 22 Aug 2010 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.fuyun.org/?p=241#comment-160</guid>
		<description>Wow, you&#039;re awesome! I was almost giving it up after spending lots of time.

My environment:  Ruby 1.8.7, MySQL gem 2.8.1, Rails  2.3.8. Windows XP and MySQL 5.1.</description>
		<content:encoded><![CDATA[<p>Wow, you&#8217;re awesome! I was almost giving it up after spending lots of time.</p>
<p>My environment:  Ruby 1.8.7, MySQL gem 2.8.1, Rails  2.3.8. Windows XP and MySQL 5.1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

