Skip to content

Instantly share code, notes, and snippets.

@yzf
Created May 29, 2018 01:54
Show Gist options
  • Save yzf/59e03b32f78e1528fbfb785dc2ec6162 to your computer and use it in GitHub Desktop.
Save yzf/59e03b32f78e1528fbfb785dc2ec6162 to your computer and use it in GitHub Desktop.
install mysql 5.7
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