Skip to content

Instantly share code, notes, and snippets.

@Mark-Shine
Created April 29, 2014 12:30
Show Gist options
  • Save Mark-Shine/11398865 to your computer and use it in GitHub Desktop.
Save Mark-Shine/11398865 to your computer and use it in GitHub Desktop.
install mysql and related
sudo apt-get install mysql
sudo apt-get install libmysqlclient-dev
sudo apt-get install python-dev
sudo pip install mysql-python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment