There\'s not much more to my question than that. gem install mysql doesn\'t work and I haven\'t found anything by Googling.
gem install mysql
When I try gem install
gem install
I assume you are working with Rails.
In your Gemfile:
gem 'mysql2'
Then in your terminal:
bundle