[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-21 Thread Marcin Seroczynski
Unfortunately, You can discover even more problems. WAMP has a MySQL version: 5.1.36 and rails work best with: 5.0.X (for me worked with 26) I don't remember when these things happen, but You better keep that in mind :) Martin On Jul 21, 5:12 am, Mike C wrote: > This was fixed by copying the

[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-20 Thread Mike C
This was fixed by copying the libmysql.dll located in the mysql installation location to the Ruby/bin directory. :) On Jul 20, 7:33 pm, bill walton wrote: > Hi Mike, > > On Mon, 2009-07-20 at 18:31 -0700, Mike C wrote: > > I just tried to use MySQL and it didn't work. I even installed a new > >

[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-20 Thread bill walton
Hi Mike, On Mon, 2009-07-20 at 18:31 -0700, Mike C wrote: > I just tried to use MySQL and it didn't work. I even installed a new > one and it still doesn't work. Any ideas? Post your database.yml config file and gem list. Best regards, Bill --~--~-~--~~~---~--~

[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-20 Thread Mike C
I just tried to use MySQL and it didn't work. I even installed a new one and it still doesn't work. Any ideas? On Jul 20, 4:52 pm, Mike C wrote: > Thanks. It's just that when I tried to require 'mysql' in the irb, it > gave me an error telling me the libmysql.dll or something couldn't be > found

[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-20 Thread Mike C
Thanks. It's just that when I tried to require 'mysql' in the irb, it gave me an error telling me the libmysql.dll or something couldn't be found and that I'd need to reinstall/repair mysql. On Jul 20, 3:41 pm, Frederick Cheung wrote: > On Jul 20, 9:32 pm, Mike C wrote: > > > I use WAMP and I d

[Rails] Re: getting mysql gem to work with WAMP's MySQL

2009-07-20 Thread Frederick Cheung
On Jul 20, 9:32 pm, Mike C wrote: > I use WAMP and I don't really want to install another MySQL just to > work with Rails. How can I make the mysql gem use WAMP's MySQL? as long as your app's database.yml has the the port, ip address etc... of the instance of mysql you want it to use everythi