Skip to content

Instantly share code, notes, and snippets.

@dutchmartin
Created April 29, 2019 18:52
Show Gist options
  • Save dutchmartin/b4da3bda1f343ade0aff09874d101a7d to your computer and use it in GitHub Desktop.
Save dutchmartin/b4da3bda1f343ade0aff09874d101a7d to your computer and use it in GitHub Desktop.
install mysql
wget https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb && sudo dpkg -i ./mysql-apt-config_0.8.13-1_all.deb && sudo apt update && sudo apt install mysql-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment