I am new to Ruby/ RoR (like ... today new)
In trying my first real command:
rails g controller welcome index
This error appears:
.../lib/mysql2.rb:9: in 'require': Incorrect MySQL client library version! This gem was compiled for 5.5.16 but the client library is 5.1.53 (RunTimeError).
Any step by step help on how to fix this would be most appreciated.
Some background:
- I did reinstall MySQL between installing RailsInstaller and running this, for other reasons.
- Win 7 x64, running 32 bit MySQL
- Ruby/Rails installed today from http://railsinstaller.org