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
You are getting this problem because you have not install MySql. Before install mysql2 gem. Install MySQL. After that mysql2 gem will install.