Skip to content

Instantly share code, notes, and snippets.

@DarkVss
Created July 24, 2020 11:23
Show Gist options
  • Save DarkVss/5408d8656c8e1d2e4cd1f8034b7ad55e to your computer and use it in GitHub Desktop.
Save DarkVss/5408d8656c8e1d2e4cd1f8034b7ad55e to your computer and use it in GitHub Desktop.
apt update && apt install wget -y && wget https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb && dpkg -i mysql-apt-config_0.8.13-1_all.deb && rm -f mysql-apt-config_0.8.13-1_all.deb && apt update && apt install mysql-community-server -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment