<?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: RubyInstaller: Getting Started with Rails and MySQL</title>
	<atom:link href="http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/</link>
	<description>Compartiendo fragmentos de código con el mundo.</description>
	<lastBuildDate>Sun, 07 Mar 2010 15:27:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3302</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 10 Jan 2010 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3302</guid>
		<description>&lt;a href=&quot;#comment-3301&quot; rel=&quot;nofollow&quot;&gt;@Bond:&lt;/a&gt; I promised a followup with instructions about compiling the mysql-ruby bindings using DevKit.

I&#039;m working on updating RubyInstaller right now, but will do the tutorial soon.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3301" rel="nofollow">@Bond:</a> I promised a followup with instructions about compiling the mysql-ruby bindings using DevKit.</p>
<p>I&#8217;m working on updating RubyInstaller right now, but will do the tutorial soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bond</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3301</link>
		<dc:creator>Bond</dc:creator>
		<pubDate>Sun, 10 Jan 2010 16:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3301</guid>
		<description>Thanks Lui, You&#039;ve done Very good job. But I wonder where can I find your help in installing RoR with MySQL 5.1......</description>
		<content:encoded><![CDATA[<p>Thanks Lui, You&#8217;ve done Very good job. But I wonder where can I find your help in installing RoR with MySQL 5.1&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Today in the saga of Installing Ruby on Rails on Windows 7 &#171; Tara Clark</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3199</link>
		<dc:creator>Today in the saga of Installing Ruby on Rails on Windows 7 &#171; Tara Clark</dc:creator>
		<pubDate>Thu, 31 Dec 2009 07:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3199</guid>
		<description>[...] I had already installed XAMPP, which contains a MySQL server.Â For the most part, I followed Luis Lavena&#8217;s tutorial RubyInstaller: Getting Started with Rails and MySQL: [...]</description>
		<content:encoded><![CDATA[<p>[...] I had already installed <span class="caps">XAMPP, </span>which contains a MySQL server.&Acirc;&nbsp;For the most part, I followed Luis Lavena&#8217;s tutorial RubyInstaller: Getting Started with Rails and MySQL: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Installing Ruby on Rails in Windows 7 &#171; Tara Clark</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3176</link>
		<dc:creator>Installing Ruby on Rails in Windows 7 &#171; Tara Clark</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3176</guid>
		<description>[...] RubyInstaller: Getting Started with Rails and MySQL (similar to previous) [...]</description>
		<content:encoded><![CDATA[<p>[...] RubyInstaller: Getting Started with Rails and MySQL (similar to previous) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3134</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3134</guid>
		<description>Thanks Luis for taking the time and making the effort to make all this possible.  As a complete noob I finally have Ruby on Rails working on XP.

An old installation of mysql 5.1.3 left some files after uninstalling it before installing 5.0.88.  Once I deleted them, I ran into a problem because I used a password in the mysql setup step.  This should have been no big deal, but when I edited the password field in database.yml, I didn&#039;t leave a space between password: and beginning of password.  Some hair pulling later and I now have rails talking to mysql.  

Hope this might help someone in future... leaving out the space in the password line will cause syntax error on line 24, col 2: &#039;host: http://localhost&#039;  Its not a problem with that line of database.yml, but the password line before.  Leave out the space, and it won&#039;t work.</description>
		<content:encoded><![CDATA[<p>Thanks Luis for taking the time and making the effort to make all this possible.  As a complete noob I finally have Ruby on Rails working on <span class="caps">XP.</span></p>
<p>An old installation of mysql 5.1.3 left some files after uninstalling it before installing 5.0.88.  Once I deleted them, I ran into a problem because I used a password in the mysql setup step.  This should have been no big deal, but when I edited the password field in database.yml, I didn&#8217;t leave a space between password: and beginning of password.  Some hair pulling later and I now have rails talking to mysql.  </p>
<p>Hope this might help someone in future&#8230; leaving out the space in the password line will cause syntax error on line 24, col 2: &#8216;host: <a href="http://localhost&#8217" rel="nofollow">http://localhost&#8217</a>;  Its not a problem with that line of database.yml, but the password line before.  Leave out the space, and it won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3133</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 30 Nov 2009 04:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3133</guid>
		<description>thanks so much, i have been trying to get RoR working for a couple of days before I came across this, now I&#039;m all set.</description>
		<content:encoded><![CDATA[<p>thanks so much, i have been trying to get RoR working for a couple of days before I came across this, now I&#8217;m all set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall Sexton</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3130</link>
		<dc:creator>Randall Sexton</dc:creator>
		<pubDate>Thu, 12 Nov 2009 04:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3130</guid>
		<description>I just want to say thanks.  Installing MySQL 5.1 was my first mistake.  I really appreciate this post - you saved me a lot of time.  Regards.</description>
		<content:encoded><![CDATA[<p>I just want to say thanks.  Installing MySQL 5.1 was my first mistake.  I really appreciate this post &#8211; you saved me a lot of time.  Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3127</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3127</guid>
		<description>&quot;@Dan:&quot;:#comment-3126 All the segmentation faults in relation to MySQL are because the internals of @libmysql.dll@ You need to check if either in system32 or any other folder in your PATH the above mentioned DLL is from a different version.

There is no Voodoo fixes, the root and the solution is the ones I commented:

* Do not mix different versions of MySQL with your gem
* Ensure you have a clean PATH free of other libmysql.dll files</description>
		<content:encoded><![CDATA[<p><a href="#comment-3126">@Dan:</a> All the segmentation faults in relation to MySQL are because the internals of <code>libmysql.dll</code> You need to check if either in system32 or any other folder in your <span class="caps">PATH </span>the above mentioned <span class="caps">DLL </span>is from a different version.</p>
<p>There is no Voodoo fixes, the root and the solution is the ones I commented:</p>
<ul>
<li>Do not mix different versions of MySQL with your gem</li>
<li>Ensure you have a clean <span class="caps">PATH </span>free of other libmysql.dll files</li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-3126</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 06 Nov 2009 06:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-3126</guid>
		<description>Followed this to the letter and still getting this error:
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:585: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i386-mswin32]

Any ideas? While we&#039;re at it... I&#039;ve seen lots of posts for this segmentation error using MySQL on Windows and various voodoo fixes, but has anyone actually figured out what the root problem is?</description>
		<content:encoded><![CDATA[<p>Followed this to the letter and still getting this error:<br />
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/mysql_adapter.rb:585: [BUG] Segmentation fault<br />
ruby 1.8.6 (2007-09-24) [i386-mswin32]</p>
<p>Any ideas? While we&#8217;re at it&#8230; I&#8217;ve seen lots of posts for this segmentation error using MySQL on Windows and various voodoo fixes, but has anyone actually figured out what the root problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DEV_MEM.dump_to(:blog) - Multimedia systems blog</title>
		<link>http://blog.mmediasys.com/2009/07/06/getting-started-with-rails-and-mysql/comment-page-1/#comment-2926</link>
		<dc:creator>DEV_MEM.dump_to(:blog) - Multimedia systems blog</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mmediasys.com/?p=250#comment-2926</guid>
		<description>&lt;strong&gt;MySQL/Ruby 2.8.1 Released!...&lt;/strong&gt;

I&#8217;m happy to announce the release of MySQL Ruby bindings version 2.8.1
This release is based on my GitHub fork from original Kevin Williams work.
For those who are not aware, Kevin&#8217;s gem is a Gem package of tmtm mysql-ruby bindings at RubyF...</description>
		<content:encoded><![CDATA[<p><strong>MySQL/Ruby 2.8.1 Released!&#8230;</strong></p>
<p>I&#8217;m happy to announce the release of MySQL Ruby bindings version 2.8.1<br />
This release is based on my GitHub fork from original Kevin Williams work.<br />
For those who are not aware, Kevin&#8217;s gem is a Gem package of tmtm mysql-ruby bindings at RubyF&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
