Skip to content

Instantly share code, notes, and snippets.

@dickstar
Created January 12, 2017 13:24
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 dickstar/6f19e4455780e4eec8781d7889e0b3b9 to your computer and use it in GitHub Desktop.
Save dickstar/6f19e4455780e4eec8781d7889e0b3b9 to your computer and use it in GitHub Desktop.
[One Click Install] Install mysql on Ubuntu 14.04
#!/bin/bash
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
mysql -u root -pPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment