Skip to content

Instantly share code, notes, and snippets.

@ahmdrefat
Created March 4, 2012 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmdrefat/1975336 to your computer and use it in GitHub Desktop.
Save ahmdrefat/1975336 to your computer and use it in GitHub Desktop.
Commands to install MySQL for rails development
# for MySQL installation
sudo apt-get install mysql-server libmysqlclient-dev libmysql-ruby
# to start mysql server daemon
sudo service mysql start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment