Jaime Jimmy wrote: > I think the problem is the client version of libmysql.dll . If ruby is > using libmysql.dll 5.1.X from %PATH% or from <ruby>\bin you get this > error. The solution is to replace this library with libmysql.dll 5.0.X. > I got mine from php installation and everything start running fine. > > Saludos, > > Jaime > This is a hack to avoid reinstalling the server again.
Downloading the libmysql.dll 5.0.X and saving it to <ruby>\bin worked for me also to resolve this same issue as hack to keep windows rails & mysql version moving ahead. /* Joe Stein http://www.linkedin.com/in/charmalloc */ -- 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 -~----------~----~----~----~------~----~------~--~---

