Skip to content

Instantly share code, notes, and snippets.

@sree0962
Created January 21, 2014 09:44
Show Gist options
  • Save sree0962/8537209 to your computer and use it in GitHub Desktop.
Save sree0962/8537209 to your computer and use it in GitHub Desktop.
MySQL installation
sudo apt-get install mysql-server
sudo netstat -tap | grep mysql
sudo apt-get install libmysql-ruby
mysql -u root -p
sudo apt-get install libmysqlclient-dev
gem install mysql2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment