Steve Dogers
2006-Nov-25 14:00 UTC
How can I check if I''m running the C Bindings for Mysql?
As the title says, is there a way to check that I''m running the C Bindings for Mysql? I did gem install mysql, it worked but my first reaction was: now what? I can''t seem to find a way to check it actually worked. TIA! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jack Christensen
2006-Nov-25 15:06 UTC
Re: How can I check if I''m running the C Bindings for Mysql?
Steve Dogers wrote:> As the title says, is there a way to check that I''m running the C > Bindings for Mysql? I did gem install mysql, it worked but my first > reaction was: now what? I can''t seem to find a way to check it actually > worked. > > TIA! > >irb(main):001:0> require ''mysql'' => false irb(main):002:0> puts Mysql::VERSION 20701 Jack --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Steve Dogers
2006-Nov-26 22:42 UTC
Re: How can I check if I''m running the C Bindings for Mysql?
Works great, thanks! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---