Created
May 29, 2018 01:54
-
-
Save yzf/59e03b32f78e1528fbfb785dc2ec6162 to your computer and use it in GitHub Desktop.
install mysql 5.7
This file contains hidden or 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
wget https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb | |
sudo dpkg -i mysql-apt-config_0.8.9-1_all.deb | |
sudo apt-get update | |
sudo apt-get install mysql-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment