Skip to content

Instantly share code, notes, and snippets.

@dpossas
Last active March 12, 2019 11:37
Show Gist options
  • Save dpossas/6d7c2615e1f4a9cc6f909387ee207cac to your computer and use it in GitHub Desktop.
Save dpossas/6d7c2615e1f4a9cc6f909387ee207cac to your computer and use it in GitHub Desktop.
wget https://dev.mysql.com/get/mysql-apt-config_0.8.9-1_all.deb
dpkg -i mysql-apt-config_0.8.9-1_all.deb
apt-get update
apt-get install mysql-community-server
https://www.debiantutorials.com/how-to-install-mysql-server-5-6-or-5-7/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment