Skip to content

Instantly share code, notes, and snippets.

@gengshuo
Last active July 19, 2018 07:21
Show Gist options
  • Save gengshuo/5a5cd2d12338e35c972df44b8d26c291 to your computer and use it in GitHub Desktop.
Save gengshuo/5a5cd2d12338e35c972df44b8d26c291 to your computer and use it in GitHub Desktop.
Install MySQL on Ubuntu16.04
sudo apt-get --assume-yes install mysql-common mysql-client libmysqlclient-dev mysql-server
mysql -u root -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment