Last active
July 19, 2018 07:21
-
-
Save gengshuo/5a5cd2d12338e35c972df44b8d26c291 to your computer and use it in GitHub Desktop.
Install MySQL on Ubuntu16.04
This file contains 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 --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