Bryan wrote: > very noob like question here. I'm getting back into learning rails > development. I fired my ruby text editor and made the appropriate gem > updates. I tried making a connection to MySQL which is my typical > development DB of choice and I can't seem to get it working. I've > scoured the net implementing various methods but to without luck. > > I was hoping for someone to point me in the right direction on getting > my development environment back to working fashion.
We can't say much without additional information. What errors are you seeing? >From the top of my head, have you enabled TCP/IP connections on your MySQL Server? Rails won't use named pipes or domain sockets on Windows. -- Roderick van Domburg http://www.nedforce.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

