Skip to content

Instantly share code, notes, and snippets.

@sourabh-upadhyay
Last active August 29, 2015 14:24
Show Gist options
  • Save sourabh-upadhyay/262d59c9889c209e5d7e to your computer and use it in GitHub Desktop.
Save sourabh-upadhyay/262d59c9889c209e5d7e to your computer and use it in GitHub Desktop.
Mysql in ubuntu (rails)
For Ubuntu Users:
sudo apt-get install libmysqlclient-dev
sudo gem install mysql2
After that run bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment