Is there any reason you have to use MySQL locally ? I use the default sqllite3 locally and it works fine! Then deploy to whatever you want... Rails switched from MySQL to sqlite3 to keep things simple on a local development machine. I adhere to this principle by having a local setup for Apache, MySQL & PHP using XAMPP (that is turned on when needed) that way my Ruby/RoR work and my PHP work don't interfere with each other! Cheers Dave
On Jun 30, 5:21 pm, isevs <[email protected]> wrote: > Hello, > > is there no one in this group of over 400 member, who has experience > with windows XP and Rails with MySql? > > I' m one of the fellows, who translate the Book Hobo at work into > german language and there is nothing of this problem in it. > > This kind of question is a part of troubleshooting for mysql and rails > before I do install the hobo gem! > > I'm looking forward for any idea. > > Torsten > > On Jun 29, 11:24 pm, kevinpfromnm <[email protected]> wrote: > > > > > can't help you on the windows side but owen might and there's a > > section in the hobo books on getting it going in windows as well. > > > On Jun 29, 12:32 pm, isevs <[email protected]> wrote: > > > > Hello, > > > > my Problem: > > > I want to use Hobo, but I have Rails and in Fact mysql 2 times install > > > on my Windows XP. > > > > Now Rais do not work witout trouble and MySql don't work right, too. > > > > What ist my wish: > > > I want, to merge the 2 installations of Rails and foth installations > > > of MySql, because I don't want to loose my Projekts. > > > After that, I want to install Hobo and I want to continue with Hobo. > > > > The first Rails was instrails and the second Rails-installation was > > > bitnami. both I have extended with an own mysql-installation on > > > different drives, because after the bitnami-installation, the > > > aplikations won't run with mysql. > > > I know, that it was addlebrained, but now it is the status quo. > > > > Which steps I have to take for the right feeling. > > > > Thank you for Help > > > > Torsten -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
