Thanks for help victor, but still no joy.  I wonder if it was my install of mysql I had to add:<div><br></div><div><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1038.35">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 11.0px 'Lucida Grande'; color: #141414}
</style>


<p class="p1">basedir=/usr/local/mysql</p>
<p class="p1">datadir=/usr/local/mysql/data</p><p class="p1"><br></p><p class="p1">to make it work. :(</p><br><div class="gmail_quote">On 17 January 2011 14:13, Viktor Tron <span dir="ltr"><<a href="mailto:viktor.tron@gmail.com">viktor.tron@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Mon, 17 Jan 2011 13:39:04 -0000, Jim Myhrberg <<a href="mailto:contact@jimeh.me" target="_blank">contact@jimeh.me</a>> wrote:<br>


<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
uninitialized constant MysqlCompat::MysqlRes<br>
</blockquote>
<br>
although you should pay attention to the collation and setting your db but the above error<br>
clearly shows that your app (or rake) is not finding MysqlCompat class.<br>
<br>
This is most probably due to rake not finding the mysql gem.<br>
<br>
first try:<br>
<br>
$ rvm rake db:setup/db:migrate<br>
<br>
if this does not work try to stick the environment to rvm install, something like:<br>
<br>
rvm 1.8.7<br>
rvm gemset create tabascopizza (if you want project specific install of gems)<br>
env ARCHFLAGS="-arch x86_64" rvm 1.8.7@tabascopizza gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config<br>
<br>
and then still stick rvm in front of rake<br>
<br>
hope this helped<br>
<br>
Once we are here, let me dump my woes on you:<br>
<br>
I have had a lot of problems with rvm. if a globally installed rake is called sometimes<br>
it fails to find the gemset specific gems, also sometimes the default environment is<br>
not set and gems get installed globally, plus gemset specific bin paths are sometimes not set.<br>
<br>
Also, it seems there is a problem with gem install in that if binary executables are found in the global<br>
path, then gem install does not install the binaries.<br>
This means that if you have a globally installed rake/rails/bundle then any project/gemset specific<br>
install will not invoke the right binary (because it is not installed) and this is really annoying.<br>
<br>
under rails 3, there is another funny issue, that if you use mysql2 adaptor<br>
you still need mysql.<br>
mysql also has to be in Gemfile (just being installed is not enough!)<br>
otherwise you get uninitialised constant error<br>
<br>
not sure but maybe related to this?<br>
<a href="https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5464" target="_blank">https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5464</a><br>
<br>
Vik<div><div></div><div class="h5"><br>
_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org" target="_blank">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Kind Regards<br>Adrian Stainforth<br><br>Front-end Developer<br>Mobile: +447740069109<br><br>
</div>