I am having some problems when trying to install mysql2 gem for Rails. When I try to install it by running bundle install or gem install mysq
mysql2
bundle install
gem install mysq
For windows user: You set the lib and include path of your mysql, for instance, if youre using xampp you can have like this:
gem install mysql2 -- '--with-mysql-lib="C:\xampp\mysql\lib" --withmysql-include="C:\xampp\mysql\include"'