I've got a clean install of Ruby+Gems+DevKit+Rails. I've installed both mysql and mysql2. When i'm trying to start a development server i've got an error:
C:/Ruby/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86-mingw32/lib/mysql2/mysql2.rb:2:in `require': Incorrect MySQL client library version! This gem was compiled for 6.0.0 but the client library is 5.6.10. (RuntimeError)
How can i use 5.6.10 version of MySQL?
I'm running it on a Windows platform.