On Dec 8, 7:59 pm, "amir e." <[email protected]> wrote: > Hi > After I installed ruby 1.9.2p290(with rubyInstaller) on windows 7 and > connected MySQL to it ( I checked it > and it worked ) I installed rails then I create a project on > > "C:\Users\Amiref\Documents\Sites\simple_cms" > > with this order : "rails new simple_cms -d mysql" > then when I use "rails server" to run webrick I saw this error on > command prompt : > > "rails.bat : > C:/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/my > sql2.rb:2:in > `require': Incorrect MySQL client library version! This gem was compile > d for 6.0.0 but the client library is 5.1.45. (RuntimeError) > At line:1 char:6
Please see my response to your question on stackoverflow: http://stackoverflow.com/questions/8438990/some-issue-with-running-webrick/8439144#8439144 -- Luis Lavena -- 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.

