<?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"
	>
<channel>
	<title>Comments on: Rails Nits — Error Messages</title>
	<atom:link href="http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 01:36:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: mtkd</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-61607</link>
		<dc:creator>mtkd</dc:creator>
		<pubDate>Sun, 31 Aug 2008 20:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-61607</guid>
		<description>&lt;p&gt;many thanks, fixed my issue&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>many thanks, fixed my issue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-52262</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 20 May 2008 15:05:52 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-52262</guid>
		<description>&lt;p&gt;Today I encountered the exact same issue while bootstrapping a Rails app using rails 2.0 .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Today I encountered the exact same issue while bootstrapping a Rails app using rails 2.0 .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciaran</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-40656</link>
		<dc:creator>Ciaran</dc:creator>
		<pubDate>Sun, 24 Feb 2008 14:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-40656</guid>
		<description>&lt;p&gt;This post is still helping folks like me - I had this exact problem and sure enough my user didn't have correct DB permissions. Cheers!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This post is still helping folks like me - I had this exact problem and sure enough my user didn&#8217;t have correct DB permissions. Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Lamontagne</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-19085</link>
		<dc:creator>Frank Lamontagne</dc:creator>
		<pubDate>Wed, 13 Jun 2007 18:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-19085</guid>
		<description>&lt;p&gt;Thanks! That was my problem also.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! That was my problem also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-4680</link>
		<dc:creator>Vikas</dc:creator>
		<pubDate>Sat, 02 Dec 2006 17:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-4680</guid>
		<description>&lt;p&gt;thanks a lot for posting this. i should have realized my rails user didn't have create privileges! this saved me so much wasted time!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks a lot for posting this. i should have realized my rails user didn&#8217;t have create privileges! this saved me so much wasted time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Chaplin</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-3987</link>
		<dc:creator>Ron Chaplin</dc:creator>
		<pubDate>Wed, 08 Nov 2006 06:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-3987</guid>
		<description>&lt;p&gt;&#124;&#124;on 21 Sep 2006 at 1:52 pm   phil
&#124;&#124;
&#124;&#124;Thank you for your enlightenig articel. Tracing the same error
&#124;&#124;message I applied your patch. But what would have saved me 30
&#124;&#124;minutes, is a check if the mysql-gem ist installed on the machine
&#124;&#124;I’m working on, instead I got a misleading Lost connection to
&#124;&#124;MySQL server during query: CREATE TABLE schema_info (version
&#124;&#124;int(11))&lt;/p&gt;

&lt;p&gt;I also recieved the error message same as phil.&lt;/p&gt;

&lt;p&gt;Upon trying to install the mysql-gem upon my Ubuntu Machine, I did not realize that it was a win32 build. I used gem install mysql --debug.&lt;/p&gt;

&lt;p&gt;The Key being --debug&lt;/p&gt;

&lt;p&gt;After a bit more searching for Ubuntu Rails Mysql, I found that there is a lib for ruby to handle mysql.&lt;/p&gt;

&lt;p&gt;rake db:migrate worked flawlessly after that.
A minor victory for me in the RonR Learning adventure!&lt;/p&gt;

&lt;p&gt;HTH Some1&lt;/p&gt;

&lt;p&gt;Ron Chaplin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>||on 21 Sep 2006 at 1:52 pm   phil<br />
||<br />
||Thank you for your enlightenig articel. Tracing the same error<br />
||message I applied your patch. But what would have saved me 30<br />
||minutes, is a check if the mysql-gem ist installed on the machine<br />
||I’m working on, instead I got a misleading Lost connection to<br />
||MySQL server during query: CREATE TABLE schema_info (version<br />
||int(11))</p>
<p>I also recieved the error message same as phil.</p>
<p>Upon trying to install the mysql-gem upon my Ubuntu Machine, I did not realize that it was a win32 build. I used gem install mysql &#8211;debug.</p>
<p>The Key being &#8211;debug</p>
<p>After a bit more searching for Ubuntu Rails Mysql, I found that there is a lib for ruby to handle mysql.</p>
<p>rake db:migrate worked flawlessly after that.<br />
A minor victory for me in the RonR Learning adventure!</p>
<p>HTH Some1</p>
<p>Ron Chaplin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-3707</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Mon, 30 Oct 2006 11:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-3707</guid>
		<description>&lt;p&gt;Thanks - this had me really confused, until I discovered that someone had set the database up with the wrong permissions...&lt;/p&gt;

&lt;p&gt;A nicer error message would definitely have helped&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks - this had me really confused, until I discovered that someone had set the database up with the wrong permissions&#8230;</p>
<p>A nicer error message would definitely have helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-2580</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 21 Sep 2006 19:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-2580</guid>
		<description>&lt;p&gt;Thank you for your enlightenig articel. Tracing the same error message I applied your patch. But what would have saved me 30 minutes, is a check if the mysql-gem ist installed on the machine I'm working on, instead I got a misleading &lt;em&gt;Lost connection to MySQL server during query: CREATE TABLE schema_info (version int(11))&lt;/em&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for your enlightenig articel. Tracing the same error message I applied your patch. But what would have saved me 30 minutes, is a check if the mysql-gem ist installed on the machine I&#8217;m working on, instead I got a misleading <em>Lost connection to MySQL server during query: CREATE TABLE schema_info (version int(11))</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Crosby</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-2534</link>
		<dc:creator>Phil Crosby</dc:creator>
		<pubDate>Tue, 19 Sep 2006 04:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-2534</guid>
		<description>&lt;p&gt;Clear description of the problem. For reference, here's a line to grant the needed privileges&lt;/p&gt;

&lt;p&gt;grant create,drop on mydb_test.* to 'myuser'@'localhost' identified by 'pass';&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Clear description of the problem. For reference, here&#8217;s a line to grant the needed privileges</p>
<p>grant create,drop on mydb_test.* to &#8216;myuser&#8217;@'localhost&#8217; identified by &#8216;pass&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://barelyenough.org/blog/2006/02/rails-nits-%e2%80%94-error-messages/#comment-2050</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 10 Aug 2006 23:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=207#comment-2050</guid>
		<description>&lt;p&gt;Well written article, you also saved me a lot of time...and as I was reading, I thought to myself, Gee my rails user doesn't have access to create tables in this database...sure enough that's the issue.  Thanks a ton.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well written article, you also saved me a lot of time&#8230;and as I was reading, I thought to myself, Gee my rails user doesn&#8217;t have access to create tables in this database&#8230;sure enough that&#8217;s the issue.  Thanks a ton.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
