Created
March 4, 2012 23:18
-
-
Save ahmdrefat/1975336 to your computer and use it in GitHub Desktop.
Commands to install MySQL for rails development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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