Created
January 21, 2014 09:44
-
-
Save sree0962/8537209 to your computer and use it in GitHub Desktop.
MySQL installation
This file contains hidden or 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
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