Skip to content

Instantly share code, notes, and snippets.

@bladelee
Created May 23, 2014 16:12
Show Gist options
  • Save bladelee/b27e1c9e321bf0bdc888 to your computer and use it in GitHub Desktop.
Save bladelee/b27e1c9e321bf0bdc888 to your computer and use it in GitHub Desktop.
install mysql on ubuntu12.04
sudo apt-get update
sudo apt-get install -y mysql-server mysql-client
mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment