I\'m trying to get MySQL installed to the latest version due to some installation going wrong somewhere along the line. I run the command gem install mysql and
gem install mysql
Your Ubuntu OS need to install library for mysql client sudo apt-get install libmysqlclient-dev
sudo apt-get install libmysqlclient-dev
After That just install bundle or bundle install
bundle
bundle install