i get mysql.dll error something. the port i use in mysql, does it have to be the same as in Ruby? in Ruby the standard is 3000. what is better to change if i need to change something? other programing languages use port 8080. should i keep them all the same? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Wed, Apr 23, 2008 at 11:24 AM, globalrev <skanemupp-QqNU3IAdlV0@public.gmane.org> wrote:> > i get mysql.dll error something.marvelously informative, that.> the port i use in mysql, does it have to be the same as in Ruby? in > Ruby the standard is 3000.and the MySQL default is 3306. Different processes need to listen on *different* ports; unless you have a good reason to change them from the default, don''t :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
libmysql.dll is missing. Google it. You will find it. Chuck it in C:\Windows\system32. No, it''s not a virus. On Thu, Apr 24, 2008 at 3:59 AM, Hassan Schroeder < hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On Wed, Apr 23, 2008 at 11:24 AM, globalrev <skanemupp-QqNU3IAdlV0@public.gmane.org> wrote: > > > > i get mysql.dll error something. > > marvelously informative, that. > > > the port i use in mysql, does it have to be the same as in Ruby? in > > Ruby the standard is 3000. > > and the MySQL default is 3306. Different processes need to listen on > *different* ports; unless you have a good reason to change them from > the default, don''t :-) > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > >-- Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
This case has already posted many times here. The matter is, user always lazy to search their question to get answer in this forum, we put search query at the bottom of left menu. Here i repost again the answer : [1] gem install mysql [2] you will see like error syntac but dont pay attention to it [3] find LIBMYSQL.DLL from your mysql/bin folder in your mysql folder not ruby folder. [4] copy & paste that file to ruby/bin [5] restart your server or console, if you are already run it. Then Cheer :) Reinhart http://teapoci.blogspot.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 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 -~----------~----~----~----~------~----~------~--~---