Last active
March 12, 2019 11:37
-
-
Save dpossas/6d7c2615e1f4a9cc6f909387ee207cac to your computer and use it in GitHub Desktop.
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 | |
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