On Mon, 2005-10-17 at 01:28 -0700, Preston Crawford wrote: > I'm having a terrible time getting it to work. I can't get it work with > mySQL (I don't know if I have the time to learn Postgresql right now and > I can't find a decent GUI for it that actually works). Ubuntu 5.10 uses > GCC4 so it makes it impossible to correctly compile the extra mysql > library required to run against mysql 4.1. Okay, fair enough. But then I > tried mySQL 4.0... and that didn't work either. So I was wondering if > anyone got this to work. I'm thinking of going back to CentOS. > > And I know, Robby, I should be using Postgres. If your book has a min i > Postgres tutorial and comes out soon, maybe I'll use it. :-)
It this a Rails-related project? If so, you might also consider using the ActiveRecord Migrations. This should allow you to work towards using either MySQL or PostgreSQL. http://railswiki.pdxruby.org/UnderstandingMigrations.html This is something that will be covered in my book. :-) -Robby -- /****************************************************** * Robby Russell, Owner.Developer.Geek * PLANET ARGON, Open Source Solutions & Web Hosting * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 * www.planetargon.com | www.robbyonrails.com * Programming Rails | www.programmingrails.com *******************************************************/ _______________________________________________ PDXRuby mailing list [email protected] IRC: #pdx.rb on irc.freenode.net http://lists.pdxruby.org/mailman/listinfo/pdxruby
